Commits on Source (16)
-
-
-
Joerg Jaspert authored
Bts933034 See merge request !158
-
-
-
-
-
-
Accept equal version for MustBeNewerThan and MustBeOlderThan in control-suite. When using control-suite, it can be useful to accept the same version when doing version comparison. When a binNMU is uploaded to testing-proposed-updates, dak copies the source from testing to t-p-u even though the source version is the same. When adding a binNMU to t-p-u with control-suite, however, the strict 'MustBeNewerThan testing' doesn't allow the source to be added to t-p-u as well. Adding a binary to t-p-u without the source leads to different behaviour than uploading it. Moreover, a binary in t-p-u without the corresponding source confuses wanna-build and britney. This change will allow control-suite to add equal versions even if a MustBeNewerThan or MustBeOlderThan version check is specified. This change doesn't change the version check behaviour for uploads. However, uploads of packages identical to a version already in the archive are usually not wanted.
-
When adding packages with control-suite, add them to the buildd suites as well. This avoids the need to wait for dinstall. Note that packages from buildd suites are not removed when the corresponding package is removed using control-suite. That is not necessary, because it is handled by dak manage-build-queue.
-
-
Joerg Jaspert authored
control-suite fixes useful for t-p-u See merge request !160
-
Julien Cristau authored
-
Julien Cristau authored
fasolo still doesn't, so this is effectively a no-op.
-
Joerg Jaspert authored
Update dak@ftp-master's authorized ssh keys See merge request !161
-
Joerg Jaspert authored
* master: ftpmaster-authorized_keys: usper now has ipv6 ftpmaster-authorized_keys: remove franck.d.o tests: add test for control-suite version checks control-suite: copy added packages to buildd suites control-suite: allow equal versions when doing version checks tests: add reference output for buildd-testing-proposed-updates tests: add buildd queue for testing-proposed-updates tests: add check_all_suites to 0001-basic tests: add reference output for 2000-dinstall tests: compare c-s output with reference output Flake8 fixes Additional NBS query based on metatata (Closes: #933034)