summaryrefslogtreecommitdiff
path: root/git-import-orig
AgeCommit message (Collapse)Author
2008-09-22move replace_source_tree into GitRepositoryGuido Guenther
2008-09-22print version number on failed importsGuido Guenther
2008-09-18Don't buffer stdout; let git-bp messages print in-lineKurt B. Kaiser
Closes: #479846
2008-08-12detect flat tar archives in git-import-dsc tooGuido Guenther
2008-08-08Warn if we can't parse the changelogGuido Guenther
Without a changelog we can't parse the package name. Without that we might end up with wrong names on the pristine tar branch and with missing symlinks in tarball-dir. Since this might be intentional we issue a warning only.
2008-06-24git-import-orig: merge upstream by tag name instead of by branch name.Adeodato Simó
This produces more useful commit messages, where you know what upstream version was merged by just looking at the log in "master".
2008-06-20make symlink_orig's error message more helpfulGuido Guenther
2008-06-20make no-dch configurable via gbp.confGuido Guenther
2008-06-12add epoch to dch callGuido Guenther
Closes: #483718
2008-05-25Help pristine-tar to find the branch nameGuido Guenther
Closes: #481806
2008-05-08fix symlink creationGuido Guenther
2008-04-18create a symlink archive -> <package>_<version>.tar.gzGuido Guenther
this makes sure pristine_tar uses the correct filename for the orig.tar.gz. Closes: #475316
2008-04-17avoid notGuido Guenther
2008-04-11don't pass nonexisting branches to pristine-tarGuido Guenther
in case of an empty archive the upstream branch does not yet exist, so pass 'master' to pristine-tar instead Closes: #475554
2008-02-29uppercase UpstreamGuido Guenther
2008-02-29make dsc import repeatable (Closes: #468120)Guido Guenther
2008-02-23Allow multiple file filters for git-import-{orig,dsc}Harald Braumann
2008-02-21add pristine-tar support based on a patch from Julian Andres Klode (Closes: ↵Guido Guenther
#463580)
2008-02-08add --no-dch optionsGuido Guenther
2008-02-08detect flat tar archives (Closes: #463822)Guido Guenther
2007-12-23fix doc url (Closes: #456535)Guido Guenther
2007-11-05don't print a commit summary when importing into empty repos (addresses ↵Guido Guenther
parts of #449075)
2007-10-24git-import-orig: fix missing s/upstream/upstream_branch/ renameGuido Guenther
2007-10-18pyline and other consistency updatesGuido Guenther
2007-10-03detect upstream version from common tarball formates (Closes: #443306)Guido Guenther
2007-10-03Create upstream branch when importing into an empty archive (Closes: #443305)Guido Guenther
2007-10-03update vim modelines and remove whitespacesGuido Guenther
2007-06-26allow to import into empty git archivesGuido Guenther
2007-05-29don't use ret to check repository cleanessGuido Guenther
2007-05-28Merge ../git-buildpackage into locals/import-orig-by-indexGuido Guenther
2007-05-28don't use git_load_dirs for importsGuido Guenther
2007-05-24use --upstream-version instead of --upstreamversion to match the other ↵Guido Guenther
-upstream-* options
2007-05-20allow to import an already unpacked source treeGuido Guenther
2007-05-20raise GBPError in import_orig instead of checking the return valueGuido Guenther
2007-05-16git-import-orig: more specific error message, when the merge merge failsGuido Guenther
(Closes: #423036)
2007-05-13support import of tar.bz2 in git-import-origGuido Guenther
2007-04-12improve tagging messagesGuido Guenther
2007-04-12git_load_dirs now supports --summary, use this for nicer import messagesGuido Guenther
bump versioned dependency on git-load-dirs therefore
2007-02-11use GBPError everywhere and move commands from __init__ to command_wrappers.pyGuido Guenther
Furthermore pass '-v' in git import-orig on to git_load_dirs
2007-02-02Allow to specify the tag formatGuido Guenther
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)
2006-12-26add GitRepository classGuido Guenther
git-buildpackage: check if upstream branch exists git-import-dsc: improve error handling
2006-12-22git-import-orig: improve error message when the upstream branch cannot be found.Guido Guenther
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
2006-12-13minor fixes all over the placeGuido Guenther
2006-12-11s/keyid/GPG keyid/Guido Guenther
2006-12-08support signed tagsGuido Guenther
2006-12-05config file parsing to set default branches and build commandsGuido Guenther
2006-11-28git-import-orig: fix printout of branch nameGuido Guenther
2006-11-08git-import-orig: implement "--no-merge"Guido Guenther
2006-10-06minor cosmetic cleanups all over the placeGuido Guenther
2006-10-06more robust regex matching, sanitze all version numbers before running git-tagGuido Guenther