summaryrefslogtreecommitdiff
path: root/dgit
Commit message (Collapse)AuthorAge
* Provide --clean=git-ff (aka -wgf), which is useful for dgit itself (!)Ian Jackson2015-07-05
|
* dgit: Do not verify the tag with git tag -v as well as git verify-tag, ie ↵Ian Jackson2015-07-05
| | | | suppress some noise output.
* dgit: Debian config: Provide git-createIan Jackson2015-07-04
| | | | | | Since we have git-check (for the benefit of the divert to alioth), we need git-create. It doesn't need to do anything because dgit-repos-server will do it.
* dgit: sbuild: Fix typo which broke dgit sbuildIan Jackson2015-07-04
|
* dgit: Rationalise some messagesIan Jackson2015-07-04
|
* dgit: Provide "dgit setup-mergechangelogs" operationIan Jackson2015-07-04
|
* dgit: Set up a merge driver for debian/changelog. Closes:#769291.Ian Jackson2015-07-04
|
* dgit: Break out set_local_git_config (nfc)Ian Jackson2015-07-04
|
* dgit: Be more careful about tag updates during fetch: only update tags ↵Ian Jackson2015-07-04
| | | | referring to uploads to distro we are trying to fetch from.
* dgit: Use $csuite not $isuite for lrfetchrefsIan Jackson2015-07-04
|
* dgit: Always canonicalise suite rather earlierIan Jackson2015-07-04
|
* For non-Debian distros, debiantag() uses distro name a la DEP-14.Ian Jackson2015-07-04
|
* --clean=git and --clean=none cause dgit to pass -nc to dpkg-buildpackage, ↵Ian Jackson2015-07-04
| | | | suppressing calls to the package's clean target. Also, expand the documentation in this area slightly. Closes:#768590.
* Detect and bomb out on vendor-specific `3.0 (quilt)' patch series.Ian Jackson2015-06-29
|
* Quilt linearisation with .pc removal passes -f to git-rm. (Otherwise we may ↵Ian Jackson2015-06-29
| | | | find that .pc/applied_patches prevents the commit.)
* Fix an undef reference in error message processing when quilt fixup ↵Ian Jackson2015-06-29
| | | | linearisation fails.
* fixup! Infra: Honour archive-queryIan Jackson2015-06-28
|
* TLS keys: Use ca-certificates on end user machines, introducing bug #790093 :-(Ian Jackson2015-06-28
|
* Infra: Honour archive-query-tls-curl-ca-argsIan Jackson2015-06-28
|
* TLS keys: Cope if archive-query-tls-key unsetIan Jackson2015-06-28
|
* archive-api-query: Use correct arguments for curlIan Jackson2015-06-26
|
* Use force flag when pushing tagsIan Jackson2015-06-23
| | | | | | | | | Newer versions of git push will not overwrite an existing tag unless the client specifies + on the refspec (or --force). (This is a client-side check.) So add this flag where appropriate, both in dgit itself, and in the test suite.
* Update copyright datesIan Jackson2015-06-20
|
* Infra: Provide dgit clone-dgit-repos-serverIan Jackson2015-06-20
|
* 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
* 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.
* dgit: Declare a "supersedes" in the signed tag for all previous refs/heads ↵Ian Jackson2015-05-31
| | | | and refs/tags in the repo, when deliberately_not_fast_forward
* dgit: Break out deliberately_not_fast_forward (nfc)Ian Jackson2015-05-31
|
* New approach to replay prevention - WIPIan Jackson2015-05-31
|
* git_get_ref: Move to Dgit.pm and reimplementIan Jackson2015-05-31
| | | | | | | | | | | | | Use git for-each-ref --format=%(objectname) [r]efs/whatever This pattern won't match literally as a prefix because a ref name cannot contain [, so it must match according to fnmatch. whatever cannot contain fnmatch metacharacters because they're not valid in ref names. This is a better idiom because it might directly look up the ref in question (although currently it probably doesn't).
* Dgit.pm: git_for_each_tag_referring provides referred-to object id tooIan Jackson2015-05-31
|
* Move is_fast_fwd into Dgit.pmIan Jackson2015-05-31
|
* Move git_rev_parse into Dgit.pm (renaming it from rev_parseIan Jackson2015-05-31
|
* Move various useful functions into Dgit.pm. Necessitates some slightly ↵Ian Jackson2015-05-31
| | | | fancy footwork with $::us
* dgit: Allow --deliberately-not-fast-forward to override dgit's fast forward ↵Ian Jackson2015-05-31
| | | | check
* Check for deliberatelies correctly (in-memory data structures have full name)Ian Jackson2015-05-31
|
* Dgit.pm: Introduce $deliberately_re and use it everywhereIan Jackson2015-05-31
|
* dgit: Print curl command for archive api query actionIan Jackson2015-05-31
|
* Show git config queries only with debuglevel 3 (-DDD) and higher.Ian Jackson2015-05-31
|
* Debugging: use typeglobs to simplify various things (nfc)Ian Jackson2015-05-31
|
* Rename $debug variable to $debuglevel (nfc)Ian Jackson2015-05-31
|
* Move a $debug check into printdebug (nfc)Ian Jackson2015-05-31
|
* Debugging output: Break out debugcmd into Dgit.pm and use it everywhere (nfc)Ian Jackson2015-05-31
|
* Move dgit's debugging arrangements into Dgit.pmIan Jackson2015-05-31
|
* Turn all perl warnings into errorsIan Jackson2015-05-31
|
* Fix undef warning in Vcs-Git handlingIan Jackson2015-05-31
|
* LANG, LC_*: Consistently set required LC_* env varsIan Jackson2015-05-31
|
* Use ftpasterapi archive query method for testsIan Jackson2015-05-31
|
* Use ftpmasterapi archive query method. (Closes:#727702.)Ian Jackson2015-05-31
|