[Pkg-libvirt-commits] [libguestfs] 01/31: builder: armv7l: Fix build script for Fedora 22 release.
Hilko Bengen
bengen at moszumanska.debian.org
Sun Nov 1 17:13:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag upstream/1.29.46
in repository libguestfs.
commit c0e7bb5ef29153059555b0ecdf1e32b69c7d79f2
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Tue May 26 20:20:54 2015 +0100
builder: armv7l: Fix build script for Fedora 22 release.
(The same change as was made in
commit c4a54e00a333479ee31f492726a08767a8b61e46).
---
builder/website/fedora-armv7l.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/builder/website/fedora-armv7l.sh b/builder/website/fedora-armv7l.sh
index 5aba870..2068bfc 100755
--- a/builder/website/fedora-armv7l.sh
+++ b/builder/website/fedora-armv7l.sh
@@ -29,7 +29,7 @@ if [ $# -ne 1 ]; then
fi
version=$1
-tree=http://mirror.ox.ac.uk/sites/download.fedora.redhat.com/pub/fedora/linux/releases/21/Server/armhfp/os/
+tree=http://mirror.ox.ac.uk/sites/download.fedora.redhat.com/pub/fedora/linux/releases/$version/Server/armhfp/os/
output=fedora-$version-armv7l
tmpname=tmp-$(tr -cd 'a-f0-9' < /dev/urandom | head -c 8)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list