[PATCH][lts-backport-{t, u, v}] UBUNTU: [Packaging] update-from-xxx-master: pull from git.launchpad.net
Kamal Mostafa
kamal at canonical.com
Tue Apr 19 17:54:19 UTC 2016
The pointer to the upstream repo in this script still needs to be updated
from git://kernel.ubuntu.com/ to git://git.launchpad.net/ for the following
branches:
precise/lts-backport-trusty
trusty/lts-backport-utopic
trusty/lts-backport-vivid
This patch can be fuzz-applied to all; newer lts-backport's already have it.
-Kamal
-----8<-----
Signed-off-by: Kamal Mostafa <kamal at canonical.com>
---
debian.vivid/etc/update-from-vivid-master | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian.vivid/etc/update-from-vivid-master b/debian.vivid/etc/update-from-vivid-master
index aebb972..d998a1d 100755
--- a/debian.vivid/etc/update-from-vivid-master
+++ b/debian.vivid/etc/update-from-vivid-master
@@ -14,7 +14,7 @@ TARGET_RELEASE_BRANCH=vivid
TARGET_RELEASE_NUMBER=14.04
DEBIAN_TARGET=debian.${TARGET_RELEASE_BRANCH}
-DEF_REPO=git://kernel.ubuntu.com/ubuntu/ubuntu-${SOURCE_RELEASE}.git
+DEF_REPO=git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/${SOURCE_RELEASE}
RELEASE_REPO="${DEF_REPO}"
DEF_ARCHES="i386 amd64 armhf arm64 ppc64el powerpc"
#FOREIGN_ARCHES="x32"
--
2.7.4
More information about the kernel-team
mailing list