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
f9ece34a
Unverified
Commit
f9ece34a
authored
Jul 06, 2016
by
Holger Levsen
Browse files
reproducible fdroid: install a bunch of packages to build fdroid
parent
89d0a7d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
update_jdn.sh
View file @
f9ece34a
...
@@ -228,6 +228,7 @@ if [ -f /etc/debian_version ] ; then
...
@@ -228,6 +228,7 @@ if [ -f /etc/debian_version ] ; then
case
$HOSTNAME
in
case
$HOSTNAME
in
profitbricks-build3-amd64|profitbricks-build4-amd64
)
DEBS
=
"
$DEBS
profitbricks-build3-amd64|profitbricks-build4-amd64
)
DEBS
=
"
$DEBS
bison
bison
ca-certificates
cmake
cmake
diffutils
diffutils
findutils
findutils
...
@@ -245,6 +246,9 @@ if [ -f /etc/debian_version ] ; then
...
@@ -245,6 +246,9 @@ if [ -f /etc/debian_version ] ; then
kgb-client
kgb-client
m4
m4
make
make
python3-clint
python3-git
python3-requests
python3-yaml
python3-yaml
subversion
subversion
sysvinit-core
sysvinit-core
...
@@ -386,8 +390,9 @@ if [ -f /etc/debian_version ] ; then
...
@@ -386,8 +390,9 @@ 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
"
=
"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