[apparmor] switch away from REPO_URL shortcut
Kees Cook
kees at ubuntu.com
Mon Dec 2 21:50:45 UTC 2013
Since --per-file-timestamps is broken over the SSH transport, make the
default the HTTPS URI instead.
Signed-off-by: Kees Cook <kees at ubuntu.com>
---
=== modified file 'Makefile'
--- Makefile 2012-03-22 20:17:48 +0000
+++ Makefile 2013-12-02 21:47:38 +0000
@@ -12,7 +12,9 @@
changehat/pam_apparmor \
tests
-REPO_URL?=lp:apparmor
+#REPO_URL?=lp:apparmor
+# --per-file-timestamps is failing over SSH, https://bugs.launchpad.net/bzr/+bug/1257078
+REPO_URL?=https://code.launchpad.net/~apparmor-dev/apparmor/master
# alternate possibilities to export from
#REPO_URL=.
#REPO_URL="bzr+ssh://bazaar.launchpad.net/~sbeattie/+junk/apparmor-dev/"
--
Kees Cook
More information about the AppArmor
mailing list