summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* document changes and update tododebian/0.3.0Guido Guenther2007-05-29
|
* still suggest git_load_dirsGuido Guenther2007-05-29
|
* document --filter and remove git_load_dirs referenzesGuido Guenther2007-05-29
|
* don't use ret to check repository cleanessGuido Guenther2007-05-29
|
* Merge ../git-buildpackage into locals/import-orig-by-indexGuido Guenther2007-05-28
|\
| * gbp.conf is per working copy, not per repositoryGuido Guenther2007-05-25
| |
| * remove stray ';'Guido Guenther2007-05-25
| |
| * document changesdebian/0.2.31Guido Guenther2007-05-24
| |
| * make the documented command line arguments match realityGuido Guenther2007-05-24
| |
| * use --upstream-version instead of --upstreamversion to match the other ↵Guido Guenther2007-05-24
| | | | | | | | -upstream-* options
| * document changesdebian/0.2.30Guido Guenther2007-05-24
| |
| * strip epoch from upstream versionGuido Guenther2007-05-24
| |
* | don't use git_load_dirs for importsGuido Guenther2007-05-28
|/
* allow to import an already unpacked source treeGuido Guenther2007-05-20
|
* raise GBPError in import_orig instead of checking the return valueGuido Guenther2007-05-20
|
* git-import-orig: more specific error message, when the merge merge failsdebian/0.2.29Guido Guenther2007-05-16
| | | | (Closes: #423036)
* releasedebian/0.2.28Guido Guenther2007-05-13
|
* document changesGuido Guenther2007-05-13
|
* support import of tar.bz2 in git-import-origGuido Guenther2007-05-13
|
* typo fixesAurélien GÉRÔME2007-05-04
|
* document changesdebian/0.2.27Guido Guenther2007-04-12
|
* improve tagging messagesGuido Guenther2007-04-12
|
* git_load_dirs now supports --summary, use this for nicer import messagesGuido Guenther2007-04-12
| | | | bump versioned dependency on git-load-dirs therefore
* adjust to new output of git-status in git 1.5debian/0.2.26Guido Guenther2007-02-27
|
* depend on a git that has the "removed files left in working copy after ↵Guido Guenther2007-02-27
| | | | merge" bug (#410325)
* we don't necessarily import an upstream version, so fix the function nameGuido Guenther2007-02-11
|
* We're parsing the version from the changelog, not a changes fileGuido Guenther2007-02-11
|
* clarify dir argumentGuido Guenther2007-02-11
|
* use GBPError everywhere and move commands from __init__ to command_wrappers.pyGuido Guenther2007-02-11
| | | | Furthermore pass '-v' in git import-orig on to git_load_dirs
* rename git_buildpackage to gbp and use GbpError everywhereGuido Guenther2007-02-07
|
* document changesdebian/0.2.25Guido Guenther2007-02-02
|
* Merge ../git-buildpackage.devel/ into merge-develGuido Guenther2007-02-02
|\
| * Allow to specify the tag formatGuido Guenther2007-02-02
| | | | | | | | | | | | The format of generated tags can now be specified via the debian-tag and upsteam-tag options. The default now puts debian tags and upstream tags into different namespaces (Closes: #408990)
* | mention graftsGuido Guenther2007-02-01
|/
* add --git-posttag to git-buildpackageGuido Guenther2007-01-22
| | | | for easy push after a sucessful build
* pylint cleanupsGuido Guenther2007-01-19
|
* raise an exception instead of returning 1 from several placesGuido Guenther2007-01-16
|
* use os.path.joinGuido Guenther2007-01-16
|
* document changesdebian/0.2.24Guido Guenther2007-01-13
|
* add XS-Vcs-GitGuido Guenther2007-01-13
|
* fix error message in case the upstream branch doesn't existGuido Guenther2007-01-13
|
* depend on gtk-doc-tools, sgml2x and jadedebian/0.2.23Guido Guenther2006-12-29
| | | | | (Closes: #404673) use docbook-utils insted of docbook-to-man
* documentation updatesGuido Guenther2006-12-29
|
* add GitRepository classdebian/0.2.22Guido Guenther2006-12-26
| | | | | git-buildpackage: check if upstream branch exists git-import-dsc: improve error handling
* update manpagesGuido Guenther2006-12-25
|
* clarify --git-debian-branchGuido Guenther2006-12-22
|
* While dpkg-buildpackage's -i argument takes a regexp -I doesn'tdebian/0.2.21Guido Guenther2006-12-22
| | | | fix inclusion of git metadata in debian native packages
* git-import-orig: improve error message when the upstream branch cannot be found.debian/0.2.20Guido Guenther2006-12-22
| | | | | | | | | | We cannot create the branch automatically since on repositories not created by git-import-dsc it's not clear where to branch from. (Closes: #403990) While doing that also remove pointless patch arguments from most of the git helper functions Minor doc updates
* mention manual in READMEGuido Guenther2006-12-22
|
* add some more documentationGuido Guenther2006-12-22
| | | | some of the layout is based on what darcs-buildpackage does