-
6bff33fd
by Niels Thykier
at 2019-07-10T20:17:51Z
dinstall.functions: Reduce codename hardcoding
Signed-off-by: Niels Thykier <niels@thykier.net>
-
fd80cb4f
by Niels Thykier
at 2019-07-10T20:50:54Z
Use "s-cfg get-value" instead of "s show | grep"
Signed-off-by: Niels Thykier <niels@thykier.net>
-
aca6319e
by James Clarke
at 2019-07-18T16:30:59Z
auto-decruft: Ignore Build-Depends from crufty source packages
The rm and cruft-report commands use the check_reverse_depends from
utils, which was modified to not consider crufty source packages'
Build-Depends in d7b8a9f21f1e4bc324fe113dc0a295eeb1dda729 (#792578),
whereas auto-decruft uses ReverseDependencyChecker's implementation that
was never modified and thus fails to pick up some cruft that
cruft-report says has no dependency problem.
-
e29d4c4d
by Benjamin Hof
at 2019-07-26T21:36:24Z
Copy buildinfo files from NEW to BuildinfoArchive
Closes: #932849
-
a8110b57
by Felix Lechner
at 2019-08-18T03:51:41Z
Remove Lintian tag 'source-field-does-not-match-pkg-name' from list of autorejects.
The Lintian tag cannot be produced using standard tools. It is
considered untestable in Lintian. Lintian no longer emits the tag.
The check was converted to a fatal program error. Users watching
Lintian's exit status and error output can probably still detect the
underlying condition.
When dpkg-source is used with the argument -DSource="some-other-name",
it will produce an error similar to:
dpkg-source: error: source package has two conflicting values - some-other-name and correct-name
Removes the tag from list of FTP autorejects.
-
6a06c90e
by Ivo De Decker
at 2019-08-20T17:50:41Z
Tests: allow source only upload in 2000-dinstall
-
fb7790a4
by Ivo De Decker
at 2019-08-20T17:50:41Z
dak admin: add override* to suite-config
-
ed9f8ada
by Ivo De Decker
at 2019-08-20T17:50:41Z
Tests: add override config for suites
-
b6aaaa59
by Ivo De Decker
at 2019-08-20T17:50:41Z
Tests: add Dir::Override to dak.conf
-
c8a56585
by Ivo De Decker
at 2019-08-20T17:50:41Z
Tests: add list_all_suites function
-
c209450c
by Ivo De Decker
at 2019-08-20T17:50:41Z
Test packages: support different builds
Rearrange Makefile to allow different builds (full build, source only, any,
all) for test packages.
The build type is specified as a suffix in the package list.
-
2fdef78d
by Ivo De Decker
at 2019-08-20T17:50:41Z
Test packages: add support for overlays
-
7085bf88
by Ivo De Decker
at 2019-08-20T17:50:41Z
Test packages: switch to overlay layout
-
d8725305
by Ivo De Decker
at 2019-08-20T17:50:41Z
Test packages: add binnmu package
-
426f7241
by Ivo De Decker
at 2019-08-20T17:50:41Z
Tests: upload binnmupkg in 2000-dinstall
-
6b46359c
by Ivo De Decker
at 2019-08-20T17:50:41Z
Test packages: add pkgnew package
-
85526a54
by Ivo De Decker
at 2019-08-20T17:50:41Z
Tests: upload pkgnew in 2000-dinstall
-
289ffa30
by Ivo De Decker
at 2019-08-20T17:50:41Z
Update 2000-dinstall test to trigger NVIU issue
-
39634ee7
by Ivo De Decker
at 2019-08-20T17:50:41Z
check binary archs for newer source cruft removal
Only remove sources that have been superseded by a newer version in a lower
suite if there are newer binaries for all relevant architectures.
This fixes 2 issues:
BinNMUs in testing-proposed-updates were immediately removed, because the
source with the same version was already in testing.
Sources in experimental were removed as soon as a newer source version was
accepted in unstable. For binaries only present in the experimental version,
this caused the overrides to be removed (as unused) in some cases. When the
binary upload for unstable came in, it would end up in binary-new.
With this change, the source in experimental will only be removed if unstable
has at least one newer binary for each architecture. This means the source
will only be removed from experimental after builds for all relevant
architectures have been accepted into unstable.
-
c3815588
by Ansgar Burchardt
at 2019-09-13T16:21:35Z
Merge remote-tracking branch 'nthykier/less-hardcoding-of-suite-names'
-
13950922
by Ansgar Burchardt
at 2019-09-13T16:27:52Z
Merge remote-tracking branch 'origin/merge-requests/150'
-
a828fbfe
by Ansgar Burchardt
at 2019-09-13T17:45:44Z
Merge remote-tracking branch 'origin/merge-requests/152'
-
f8fe0f40
by Ansgar Burchardt
at 2019-09-13T17:53:36Z
Merge remote-tracking branch 'origin/merge-requests/154'
-
61d9e095
by Ansgar Burchardt
at 2019-09-13T19:46:14Z
Merge remote-tracking branch 'origin/merge-requests/149'
-
23a36868
by Ansgar Burchardt
at 2019-09-14T08:31:40Z
Merge branch 'master' into deploy