summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@open.eurogiciel.org>2014-06-23 18:31:18 +0200
committerStephane Desneux <stephane.desneux@open.eurogiciel.org>2014-06-23 18:31:18 +0200
commitd820e6948fd73b11caa830142088e82a3cf04b7c (patch)
treee09a18408ba9cd10af8c16a5cc188f8b2fe7f5e4 /scripts
parent7ce5aa04ad9c962d506d06e6e8a626295645eb26 (diff)
downloadmeta-d820e6948fd73b11caa830142088e82a3cf04b7c.tar.gz
meta-d820e6948fd73b11caa830142088e82a3cf04b7c.tar.bz2
meta-d820e6948fd73b11caa830142088e82a3cf04b7c.zip
With new snapshot tree format (jenkins jobs), the predefined zypper repo in /etc/zypp/repos.d had a bad URL. Change-Id: I649e92a8d3f3b0f1673ca0fc5ee9d252ed216e2e Bug-Tizen: TC-1198 Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/common-packaging.post4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/common-packaging.post b/scripts/common-packaging.post
index 338ce82..18d8ffe 100644
--- a/scripts/common-packaging.post
+++ b/scripts/common-packaging.post
@@ -26,5 +26,7 @@ EOF
arch=ia32
[ -d /usr/lib64 ] && arch=x86_64
-genrepo common-wayland-${arch} http://download.tizen.org/snapshots/tizen/common/common-wayland-${arch}/latest/repos/common/${arch}/packages/
+# quick fix for TC-1198
+# will not work for emulator32
+genrepo common-wayland-${arch} http://download.tizen.org/snapshots/tizen/common/@BUILD_ID@/repos/${arch}-wayland/packages/