From 58ed4d22e2edfb653a8068f8bd976e0f8ffd38d2 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 17 Dec 2015 14:11:45 +0100 Subject: [PATCH] sfa-3.1.20 --- scripts/sfa-3120.sh | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 scripts/sfa-3120.sh diff --git a/scripts/sfa-3120.sh b/scripts/sfa-3120.sh new file mode 100755 index 0000000..af96177 --- /dev/null +++ b/scripts/sfa-3120.sh @@ -0,0 +1,24 @@ +### IMPORTANT NOTE +# looks like after this has run successfully, +# the published repos still need to be indexed with createrepo +# see also sfa*.sh in this repo + +### HISTORICAL NOTE +# from 3.1-1 we build in the lxc environment, and do not build sface any longer +# all builds sit in a single box + +### fedoras +# do not care about these 2 old distros +/root/bin/lbuild-nightly.sh -m build@onelab.eu -f f20 -b sfa-3.1-20--f20-64 -B sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-20 & +/root/bin/lbuild-nightly.sh -m build@onelab.eu -f f21 -b sfa-3.1-20--f21-64 -B sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-20 & +/root/bin/lbuild-nightly.sh -m build@onelab.eu -f f22 -b sfa-3.1-20--f22-64 -B sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-20 & +/root/bin/lbuild-nightly.sh -m build@onelab.eu -f f23 -b sfa-3.1-20--f23-64 -B sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-20 & + +### debians - jessie is debian 8 +/root/bin/lbuild-nightly.sh -m build@onelab.eu -f jessie -P develdeb.pkgs -W http://debian.onelab.eu/ -b sfa-3.1.20-jessie-64 -B debian ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-20 & + +### ubuntus +/root/bin/lbuild-nightly.sh -m build@onelab.eu -f trusty -P develdeb.pkgs -W http://debian.onelab.eu/ -b sfa-3.1.20-trusty-64 -B debian ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-20 & +# skip utopic - somehow python-rpm fails to install there +/root/bin/lbuild-nightly.sh -m build@onelab.eu -f vivid -P develdeb.pkgs -W http://debian.onelab.eu/ -b sfa-3.1.20-vivid-64 -B debian ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-20 & +/root/bin/lbuild-nightly.sh -m build@onelab.eu -f wily -P develdeb.pkgs -W http://debian.onelab.eu/ -b sfa-3.1.20-wily-64 -B debian ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-20 & -- 2.43.0