summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Packaging: package the perl modules (!)Ian Jackson2015-06-22
|
* Avoid use of "my $_", which is not portableIan Jackson2015-06-22
|
* Infra: Support not running out of working treeIan Jackson2015-06-20
|
* Infra: ssh-wrap: set PERLLIB and get name of script rightIan Jackson2015-06-20
|
* Test suite: None of the dsd tests can be DEP-8 testedIan Jackson2015-06-20
| | | | | | | Retain the check for .git in dsd-clone-drs, because we are going to remove this restriction in general, but can't do so for this particular test (which is inapplicable if using an installed package becaue then the source code should come via the package repositories).
* Infra: dgit-ssh-dispatch sets PERLLIBIan Jackson2015-06-20
|
* Test suite: Use $troot rather than $root/tests twice (nfc)Ian Jackson2015-06-20
|
* Update copyright datesIan Jackson2015-06-20
|
* Infra: Provide dgit clone-dgit-repos-serverIan Jackson2015-06-20
|
* Infra: dgit-ssh-dispatch: Formatting fix (nfc)Ian Jackson2015-06-20
|
* Infra: dgit-ssh-dispatch: Break out serve_up (nfc)Ian Jackson2015-06-20
|
* Test suite: Test dgit-repos-policy-debian database retryIan Jackson2015-06-13
|
* Test suite: Provide t-git-get-ref-exactIan Jackson2015-06-13
| | | | No callers right now but I keep reinventing this.
* Infra: dgit-repos-policy-debian: Fix db retry loopIan Jackson2015-06-13
|
* Test suite: Test that --deliberately-not-fast-forward only works duuring NEW ↵Ian Jackson2015-06-13
| | | | phase
* Test suite: Test that trying to reintroduce tainted history failsIan Jackson2015-06-13
|
* Test suite: Provide t-prep-mergechangelogs and use it in debpolicy-newrejectIan Jackson2015-06-13
|
* Test suite: Test that taints get auto removedIan Jackson2015-06-13
|
* Infra: dgit-repos-server-debian: Run check_package on pushIan Jackson2015-06-13
|
* Infra: dgit-repos-server-debian: check_package looks in good suites, before ↵Ian Jackson2015-06-13
| | | | considering age
* Infra: dgit-repos-server-debian: Break out check_package coreIan Jackson2015-06-13
|
* Test suite: Wrap a line (nfc)Ian Jackson2015-06-10
|
* Test suite: t-expect-push-fail checks HEAD object did not arriveIan Jackson2015-06-10
|
* Test suite: test forbidden objects not presentIan Jackson2015-06-10
|
* Test suite: Use t-expect-push-fail everywhereIan Jackson2015-06-10
|
* Test suite: Make t-expect-push-fail out of the remains of mustfailIan Jackson2015-06-10
|
* Test suite: Move most of mustfail into t-expect-failIan Jackson2015-06-10
|
* Test suite: Make t-expect-fail flexible wrt which grep to runIan Jackson2015-06-10
| | | | | | | | Change the default to fgrep, and override it in the places where this is needed. Also use shell substitution to quote .s in tag name in debpolicy-newreject.
* Test suite: Make t-reporefs stash the outputIan Jackson2015-06-10
|
* Test suite: drs-push-rejects: use set +o pipefail, not set +eIan Jackson2015-06-07
|
* Test suite: Move t-reporefs into libIan Jackson2015-06-07
|
* Test suite: set -o pipefail, in libIan Jackson2015-06-07
|
* Test suite: Prepare for pipefail in t-git-get-refIan Jackson2015-06-07
|
* Test suite: Prepare for pipefail in t-apply-diffIan Jackson2015-06-07
|
* Test suite: t-git-get-ref: check that argument starts with ref/Ian Jackson2015-06-07
|
* Test suite: Fix call to t-refs-notexist to have refs/Ian Jackson2015-06-07
|
* Test suite: Fully test replay attack preventionIan Jackson2015-05-31
|
* Test suite: Make it possible to call t-policy more than once (moving t-dsd ↵Ian Jackson2015-05-31
| | | | out of it)
* Infra: dgit-repos-server; In NOFFCHECK but not FRESHREPO case, do not ↵Ian Jackson2015-05-31
| | | | request wrong ref name
* dgit: Gate sending "previously" on deliberately_not_fast_forward not $forceflagIan Jackson2015-05-31
| | | | | | | $forceflag will only be set if we actually think the ref is not fast forwarding. But the --deliberately flags may cause a repo reset which will require us to mention the previous state, even if the push appears to be ff.
* Push replay prevention protocol: Rename "supersedes" to "previously", as not ↵Ian Jackson2015-05-31
| | | | necessarily actually superseded
* Test suite: add some replay prevention testsIan Jackson2015-05-31
|
* Infra: Document dgit-repos-policy-trusting a bitIan Jackson2015-05-31
|
* Infra: Add dgit-repos-policy-trustingIan Jackson2015-05-31
| | | | | | | | Also add the --deliberately-fresh-repo deliberately, both to the manpage and to dgit's idea of non-fast-forward-ness. Rename the dgit test only deliberatelies to start with TEST-dgit-only- rather than having the -dgit-only at the end.
* Test suite: move t-commit and break out t-policy (nfc)Ian Jackson2015-05-31
|
* Infra: Allow FRESHREPO to override "tag already exists"Ian Jackson2015-05-31
| | | | drs-push-rejects test needs updating too.
* Infra: dgit-repos-server: Fix some typos in debug messagesIan Jackson2015-05-31
|
* Infra: Make replay prevention file contain tags (by searching for right ref ↵Ian Jackson2015-05-31
| | | | names)
* Infra: document DELIBERATELIES parameter to policy hookIan Jackson2015-05-31
|
* Test suite: Provide t-rm-dput-droppingIan Jackson2015-05-31
| | | | | This is needed if tests reuse versions, which we are perhaps going to have to do to test out the replay prevention.