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
b29a06ed
Commit
b29a06ed
authored
Sep 16, 2022
by
Holger Levsen
Browse files
reproducible Debian: avoid hardcoding the testing release name
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
c8e58934
Changes
2
Hide whitespace changes
Inline
Side-by-side
bin/reproducible_maintenance.sh
View file @
b29a06ed
...
@@ -483,8 +483,8 @@ cleanup_old_schroots() {
...
@@ -483,8 +483,8 @@ cleanup_old_schroots() {
fi
fi
}
}
cleanup_old_schroots
"schroots"
31
"/schroots/(reproducible-.+-[0-9]{1,5}|schroot-install-.+)"
cleanup_old_schroots
"schroots"
31
"/schroots/(reproducible-.+-[0-9]{1,5}|schroot-install-.+)"
# FIXME: find a way to not forget this for the bookworm release, when trixie will become the development version
TESTING
=
$(
distro-info
-d
)
cleanup_old_schroots
"unstable and bookworm schroots"
5
"/schroots/reproducible-(unstable|
bookworm
)-diffoscope-.+-[0-9]{1,5}"
cleanup_old_schroots
"unstable and bookworm schroots"
5
"/schroots/reproducible-(unstable|
$TESTING
)-diffoscope-.+-[0-9]{1,5}"
# find very old schroots
# find very old schroots
echo
"
$(
date
-u
)
- Detecting schroots older than 1 month"
echo
"
$(
date
-u
)
- Detecting schroots older than 1 month"
...
...
update_jdn.sh
View file @
b29a06ed
...
@@ -307,6 +307,7 @@ if [ -f /etc/debian_version ] ; then
...
@@ -307,6 +307,7 @@ if [ -f /etc/debian_version ] ; then
bsd-mailx
bsd-mailx
curl
curl
debian-archive-keyring
debian-archive-keyring
distro-info
dstat
dstat
cdebootstrap-
cdebootstrap-
debootstrap
debootstrap
...
@@ -382,8 +383,7 @@ if [ -f /etc/debian_version ] ; then
...
@@ -382,8 +383,7 @@ if [ -f /etc/debian_version ] ; then
# needed for rebuilding Debian (using .buildinfo files)
# needed for rebuilding Debian (using .buildinfo files)
osuosl173-amd64
)
DEBS
=
"
$DEBS
libdpkg-perl libwww-mechanize-perl sbuild"
osuosl173-amd64
)
DEBS
=
"
$DEBS
libdpkg-perl libwww-mechanize-perl sbuild"
DEBS
=
"
$DEBS
live-build"
# needed for live-build
DEBS
=
"
$DEBS
live-build"
# needed for live-build
DEBS
=
"
$DEBS
cdebootstrap"
# needed for testing just that
DEBS
=
"
$DEBS
cdebootstrap"
;;
# needed for testing just that
DEBS
=
"
$DEBS
distro-info"
;;
# needed for setting S_D_E to a 'good' value
# needed for opensuse openbuildservice
# needed for opensuse openbuildservice
osuosl174-amd64
)
DEBS
=
"
$DEBS
osc obs-build qemu-kvm libarchive-tools libjson-perl libxml-simple-perl"
;;
osuosl174-amd64
)
DEBS
=
"
$DEBS
osc obs-build qemu-kvm libarchive-tools libjson-perl libxml-simple-perl"
;;
*
)
;;
*
)
;;
...
...
Holger Levsen
@holger
mentioned in commit
c415cbbc
·
Sep 16, 2022
mentioned in commit
c415cbbc
mentioned in commit c415cbbc61ba5601ed414f4821b33e544c35b297
Toggle commit list
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