summaryrefslogtreecommitdiff
path: root/infra
Commit message (Collapse)AuthorAge
* Fix an undef reference in error message processing when quilt fixup ↵Ian Jackson2015-06-29
| | | | linearisation fails.
* Infra: Add get-suitesIan Jackson2015-06-28
|
* Infra: get-dm-txt: set umaskIan Jackson2015-06-28
|
* Infra: dgit-repos-server: unlock _templateIan Jackson2015-06-28
|
* Infra: Add drs-cron-wrapIan Jackson2015-06-28
|
* Infra: get-dm-txt: Report if git-config failsIan Jackson2015-06-28
|
* Infra: ssh-wrap: set umaskIan Jackson2015-06-28
|
* Infra: Honour archive-query-tls-curl-ca-argsIan Jackson2015-06-28
|
* Infra: get-dm-txt: Use curlIan Jackson2015-06-28
|
* Infra: get-dm-txt: Honour DGIT_INFRA_GETDMTXT_DATADIR for testingIan Jackson2015-06-28
|
* Infra: get-dm-txt: Break out $certargsIan Jackson2015-06-27
|
* Infra: ssh-wrap: Use master dgit-live for dispatchIan Jackson2015-06-26
|
* Infra: ssh-wrap: export PERLLIBIan Jackson2015-06-26
|
* Infra: Improve db retry handlingIan Jackson2015-06-23
| | | | | | | | | | Use theh new poldb_setup hook to (a) set up HandleError and (b) run the DGIT_RPD_TEST_DBLOOP_HOOK. This is needed because the PRAGMA in poldb_setup can cause a SQLITE_BUSY error in newer sqlite3, and we want both the HandleError setup and the hook (which sets a timeout, amongst other things) to occur before sqlite3 tries to take its lock.
* Test suite: Rename dgit-repos-policy-debian DB retry hook env var (nfc)Ian 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
|
* Infra: dgit-ssh-dispatch sets PERLLIBIan 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
|
* Infra: dgit-repos-policy-debian: Fix db retry loopIan 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
|
* Infra: dgit-repos-server; In NOFFCHECK but not FRESHREPO case, do not ↵Ian Jackson2015-05-31
| | | | request wrong ref name
* Push replay prevention protocol: Rename "supersedes" to "previously", as not ↵Ian Jackson2015-05-31
| | | | necessarily actually superseded
* 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.
* 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
|
* infra: Finish replay preventionIan Jackson2015-05-31
|
* Infra: New approach to reply prevention hhen NOFFCHECK, involving removed ↵Ian Jackson2015-05-31
| | | | tags file
* dgit-repos-policy-debian: better debugging for tainted object checkingIan Jackson2015-05-31
|
* New approach to replay prevention - WIPIan Jackson2015-05-31
|
* New approach to replay prevention - WIPIan Jackson2015-05-31
|
* policy: Improve taint message recorded in db by --deliberately-not-fast-forwardIan Jackson2015-05-31
|
* Break out ensuredir and make mkrepotmp use itIan Jackson2015-05-31
|
* Dgit.pm: git_for_each_tag_referring provides referred-to object id tooIan Jackson2015-05-31
|
* Check for deliberatelies correctly (in-memory data structures have full name)Ian Jackson2015-05-31
|
* Infra: Exit statuses: work around bizarre behaviour of perl die wrt $?, and ↵Ian Jackson2015-05-31
| | | | de-reserve policy hook status flag 0x80
* Dgit.pm: Introduce $deliberately_re and use it everywhereIan Jackson2015-05-31
|
* Infra: in dgit-repos-policy-debian, fix history tagg lookupIan Jackson2015-05-31
|
* Infra: in dgit-repos-policy-debian, pass dgit api-query query specs with no ↵Ian Jackson2015-05-31
| | | | leading /
* Infra: in dgit-repos-server, produce less verbose message when policy hook ↵Ian Jackson2015-05-31
| | | | rejects
* Infra: in dgit-repos-policy-debian actually call getpushinfoIan Jackson2015-05-31
|
* Infra: Put correct value into taintoverrides for questionable history; ↵Ian Jackson2015-05-31
| | | | document the field contents in a comment