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
1ad29567
Verified
Commit
1ad29567
authored
Aug 25, 2021
by
Mattia Rizzolo
Browse files
install fasttrack-archive-keyring only on debian systems
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
parent
f2b217cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
update_jdn.sh
View file @
1ad29567
...
@@ -296,7 +296,7 @@ $UP2DATE || echo "man-db man-db/auto-update boolean false" | sudo debconf-set-se
...
@@ -296,7 +296,7 @@ $UP2DATE || echo "man-db man-db/auto-update boolean false" | sudo debconf-set-se
#
#
# install packages we need
# install packages we need
#
#
# only on Debian systems
# only on Debian
-based
systems
if
[
-f
/etc/debian_version
]
;
then
if
[
-f
/etc/debian_version
]
;
then
if
[
$BASEDIR
/
$0
-nt
$STAMP
]
||
[
!
-f
$STAMP
]
;
then
if
[
$BASEDIR
/
$0
-nt
$STAMP
]
||
[
!
-f
$STAMP
]
;
then
DEBS
=
"
DEBS
=
"
...
@@ -311,7 +311,6 @@ if [ -f /etc/debian_version ] ; then
...
@@ -311,7 +311,6 @@ if [ -f /etc/debian_version ] ; then
devscripts
devscripts
eatmydata
eatmydata
etckeeper
etckeeper
fasttrack-archive-keyring
figlet
figlet
git
git
gnupg
gnupg
...
@@ -362,6 +361,7 @@ if [ -f /etc/debian_version ] ; then
...
@@ -362,6 +361,7 @@ if [ -f /etc/debian_version ] ; then
"
;;
"
;;
*
)
# packages to be installed on all Debian systems but which are not available in Ubuntu 18.04:
*
)
# packages to be installed on all Debian systems but which are not available in Ubuntu 18.04:
DEBS
=
"
$DEBS
DEBS
=
"
$DEBS
fasttrack-archive-keyring
ripgrep
ripgrep
mmdebstrap
mmdebstrap
"
;;
"
;;
...
...
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