aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-import-orig
Commit message (Collapse)AuthorAge
* add filter-pristine-tarMehdi Dogguy2009-06-13
| | | | | | to filter upstream tarball before passing it to pristine-tar Closes: #520722
* allow for uppercase characters in the version patternGuido Günther2009-06-11
| | | | | | | | and in the package name if it's not a debian source package's name. Also allow for ':' and '~' which are allowed accoring to Debian Policy. Based on a patch by Felipe Sateler. Closes: #531819
* add --fast-importGuido Günther2009-05-03
| | | | | | | | This uses git-fast-import to import the upstream tarball, speeds up imports of upstream tarballs by a factor of two. This options is experimental and will become the default once it got more testing. Closes: #449075
* let the version detection patter match debian policyGuido Günther2009-04-07
| | | | Closes: #522888
* add --no-pristine-tarGuido Günther2009-02-26
| | | | Closes: #517024
* simplify boolean option handlingGuido Günther2009-02-26
|
* add --no-sign-tags to git-import-{dsc,orig}Guido Günther2009-01-01
| | | | Closes: #508889
* better descriptionsGuido Günther2008-11-28
|
* typoGuido Günther2008-11-21
|
* move common help messages into config.pyGuido Günther2008-11-15
|
* Don't fail on symlink creationGuido Günther2008-11-13
| | | | | | | | iff the symlink already points to the correct target. This way it doesn't make a difference if one points git-import-orig to the file downloaded via uscan or to the symlink created by uscan. Closes: #502565
* switch back to original branch on empty importsGuido Günther2008-10-31
| | | | Closes: #504029, #504072
* use repo.set_branch()Guido Günther2008-10-31
|
* move replace_source_tree into GitRepositoryGuido Guenther2008-09-22
|
* print version number on failed importsGuido Guenther2008-09-22
|
* Don't buffer stdout; let git-bp messages print in-lineKurt B. Kaiser2008-09-18
| | | | Closes: #479846
* detect flat tar archives in git-import-dsc tooGuido Guenther2008-08-12
|
* Warn if we can't parse the changelogGuido Guenther2008-08-08
| | | | | | | 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.
* git-import-orig: merge upstream by tag name instead of by branch name.Adeodato Simó2008-06-24
| | | | | This produces more useful commit messages, where you know what upstream version was merged by just looking at the log in "master".
* make symlink_orig's error message more helpfulGuido Guenther2008-06-20
|
* make no-dch configurable via gbp.confGuido Guenther2008-06-20
|
* add epoch to dch callGuido Guenther2008-06-12
| | | | Closes: #483718
* Help pristine-tar to find the branch nameGuido Guenther2008-05-25
| | | | Closes: #481806
* fix symlink creationGuido Guenther2008-05-08
|
* create a symlink archive -> <package>_<version>.tar.gzGuido Guenther2008-04-18
| | | | | | | this makes sure pristine_tar uses the correct filename for the orig.tar.gz. Closes: #475316
* avoid notGuido Guenther2008-04-17
|
* don't pass nonexisting branches to pristine-tarGuido Guenther2008-04-11
| | | | | | | in case of an empty archive the upstream branch does not yet exist, so pass 'master' to pristine-tar instead Closes: #475554
* uppercase UpstreamGuido Guenther2008-02-29
|
* make dsc import repeatable (Closes: #468120)Guido Guenther2008-02-29
|
* Allow multiple file filters for git-import-{orig,dsc}Harald Braumann2008-02-23
|
* add pristine-tar support based on a patch from Julian Andres Klode (Closes: ↵Guido Guenther2008-02-21
| | | | #463580)
* add --no-dch optionsGuido Guenther2008-02-08
|
* detect flat tar archives (Closes: #463822)Guido Guenther2008-02-08
|
* fix doc url (Closes: #456535)Guido Guenther2007-12-23
|
* don't print a commit summary when importing into empty repos (addresses ↵Guido Guenther2007-11-05
| | | | parts of #449075)
* git-import-orig: fix missing s/upstream/upstream_branch/ renameGuido Guenther2007-10-24
|
* pyline and other consistency updatesGuido Guenther2007-10-18
|
* detect upstream version from common tarball formates (Closes: #443306)Guido Guenther2007-10-03
|
* Create upstream branch when importing into an empty archive (Closes: #443305)Guido Guenther2007-10-03
|
* update vim modelines and remove whitespacesGuido Guenther2007-10-03
|
* allow to import into empty git archivesGuido Guenther2007-06-26
|
* don't use ret to check repository cleanessGuido Guenther2007-05-29
|
* Merge ../git-buildpackage into locals/import-orig-by-indexGuido Guenther2007-05-28
|\
| * use --upstream-version instead of --upstreamversion to match the other ↵Guido Guenther2007-05-24
| | | | | | | | -upstream-* options
* | 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)
* support import of tar.bz2 in git-import-origGuido Guenther2007-05-13
|
* improve tagging messagesGuido Guenther2007-04-12
|