Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
ef3ee38a
Unverified
Commit
ef3ee38a
authored
Sep 24, 2016
by
Holger Levsen
Browse files
reproducible fdroid: add some depends needed (which changed packages in stretch)
parent
b9e6426c
Changes
1
Hide whitespace changes
Inline
Side-by-side
update_jdn.sh
View file @
ef3ee38a
...
@@ -265,9 +265,9 @@ if [ -f /etc/debian_version ] ; then
...
@@ -265,9 +265,9 @@ if [ -f /etc/debian_version ] ; then
profitbricks-build4-amd64|profitbricks-build5-amd64|profitbricks-build6-i386
)
DEBS
=
"
$DEBS
ntpdate"
;;
profitbricks-build4-amd64|profitbricks-build5-amd64|profitbricks-build6-i386
)
DEBS
=
"
$DEBS
ntpdate"
;;
*
)
;;
*
)
;;
esac
esac
# needed to run coreboot/openwrt/lede/netbsd/fedora
/fdroid
jobs
# needed to run coreboot/openwrt/lede/netbsd/fedora jobs
case
$HOSTNAME
in
case
$HOSTNAME
in
profitbricks-build3-amd64|profitbricks-build4-amd64
|profitbricks-build7-amd64
)
DEBS
=
"
$DEBS
profitbricks-build3-amd64|profitbricks-build4-amd64
)
DEBS
=
"
$DEBS
bison
bison
ca-certificates
ca-certificates
cmake
cmake
...
@@ -296,13 +296,21 @@ if [ -f /etc/debian_version ] ; then
...
@@ -296,13 +296,21 @@ if [ -f /etc/debian_version ] ; then
tree
tree
unzip
unzip
util-linux
util-linux
vagrant
virtualbox
zlib1g-dev"
zlib1g-dev"
;;
;;
# needed to run fdroid jobs
case
$HOSTNAME
in
profitbricks-build7-amd64
)
DEBS
=
"
$DEBS
libvirt-daemon
libvirt-daemon-system
python3-vagrant
vagrant
vagrant-mutate
vagrant-libvirt"
;;
*
)
;;
*
)
;;
esac
esac
# cucumber dependencies
# cucumber dependencies
(for lvc jobs)
case
$HOSTNAME
in
case
$HOSTNAME
in
profitbricks-build10-amd64|jenkins-test-vm
)
DEBS
=
"
$DEBS
profitbricks-build10-amd64|jenkins-test-vm
)
DEBS
=
"
$DEBS
cucumber
cucumber
...
@@ -432,9 +440,8 @@ if [ -f /etc/debian_version ] ; then
...
@@ -432,9 +440,8 @@ if [ -f /etc/debian_version ] ; then
pbuilder lintian
||
echo
"this should only fail on the first install"
pbuilder lintian
||
echo
"this should only fail on the first install"
# botch
# botch
# we need mock from bpo to build current fedora
# we need mock from bpo to build current fedora
# we need vagrant from bpo to build fdroid
if
[
"
$HOSTNAME
"
=
"profitbricks-build3-amd64"
]
||
[
"
$HOSTNAME
"
=
"profitbricks-build4-amd64"
]
||
[
"
$HOSTNAME
"
=
"jenkins"
]
;
then
if
[
"
$HOSTNAME
"
=
"profitbricks-build3-amd64"
]
||
[
"
$HOSTNAME
"
=
"profitbricks-build4-amd64"
]
||
[
"
$HOSTNAME
"
=
"profitbricks-build7-amd64"
]
||
[
"
$HOSTNAME
"
=
"jenkins"
]
;
then
$UP2DATE
||
sudo
apt-get
install
-t
jessie-backports mock
\
$UP2DATE
||
sudo
apt-get
install
-t
jessie-backports mock python3-vagrant
\
||
echo
"this should only fail on the first install"
||
echo
"this should only fail on the first install"
fi
fi
# for varying kernels
# for varying kernels
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment