diff options
author | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-06-23 18:31:18 +0200 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-06-23 18:31:18 +0200 |
commit | d820e6948fd73b11caa830142088e82a3cf04b7c (patch) | |
tree | e09a18408ba9cd10af8c16a5cc188f8b2fe7f5e4 /scripts | |
parent | 7ce5aa04ad9c962d506d06e6e8a626295645eb26 (diff) | |
download | meta-d820e6948fd73b11caa830142088e82a3cf04b7c.tar.gz meta-d820e6948fd73b11caa830142088e82a3cf04b7c.tar.bz2 meta-d820e6948fd73b11caa830142088e82a3cf04b7c.zip |
common-packaging.post: change zypper repo URLsubmit/tizen_common/20140623.163541accepted/tizen/common/20140623.163731
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.post | 4 |
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/ |