Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
debian-security: no oldoldstable for this week, will come back next week
· 02de167c
Ansgar
authored
Jun 27, 2019
02de167c
wheezy is no more
· 91c40d9b
Ansgar
authored
Jun 27, 2019
91c40d9b
link_morgue.sh: temporarily disable sync from ftp-master
· e43911e2
Ansgar
authored
Jun 27, 2019
The target host currently lacks disk space.
e43911e2
Show whitespace changes
Inline
Side-by-side
config/debian-security/cron.buildd
View file @
e43911e2
...
...
@@ -8,7 +8,7 @@ set -u
export
SCRIPTVARS
=
/srv/security-master.debian.org/dak/config/debian-security/vars
.
$SCRIPTVARS
DISTS
=
"
oldoldstable
oldstable stable testing"
DISTS
=
"oldstable stable testing"
if
[
-e
$ftpdir
/Archive_Maintenance_In_Progress
]
;
then
exit
0
...
...
daklib/checks.py
View file @
e43911e2
...
...
@@ -837,11 +837,7 @@ class NoSourceOnlyCheck(Check):
for
suite
in
(
'
oldstable
'
,
'
oldstable-proposed-updates
'
,
'
oldstable-security
'
,
'
jessie
'
,
'
jessie-proposed-updates
'
,
'
jessie-security
'
,
'
oldstable-backports
'
,
'
oldstable-backports-sloppy
'
,
'
jessie-backports
'
,
'
jessie-backports-sloppy
'
,
'
oldoldstable
'
,
'
oldoldstable-security
'
,
'
wheezy
'
,
'
wheezy-security
'
,
'
oldoldstable-backports
'
,
'
oldoldstable-backports-sloppy
'
,
'
wheezy-backports
'
,
'
wheezy-backports-sloppy
'
):
'
jessie-backports
'
,
'
jessie-backports-sloppy
'
):
if
suite
in
changes
.
distributions
:
raise
Reject
(
'
Suite {} is not configured to build arch:all packages. Please include them in your upload
'
.
format
(
suite
))
...
...
scripts/debian/link_morgue.sh
View file @
e43911e2
...
...
@@ -114,7 +114,7 @@ ${scriptsdir}/link_morgue \
--morguedir
"
${
PROCESSDIR
}
"
# And now, maybe, transfer stuff over to stabile...
if
[
"
$(
hostname
-s
)
"
!=
"stabile"
]
;
then
if
[
[
"
$(
hostname
-s
)
"
!=
"stabile"
&&
"
$(
hostname
-s
)
"
!=
"fasolo"
]
]
;
then
cd
"
${
PROCESSDIR
}
"
LISTFILE
=
$(
mktemp
-p
${
TMPDIR
}
)
...
...