aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-import-dsc
Commit message (Collapse)AuthorAge
* git-import-dsc: also set the commit date to the changelog dateGuido Günther2011-01-11
| | | | | | | when importing old history. This makes sure we get proper sorting with e.g. gitk. Thanks: Rob Browning for the hint and explanation
* Use tristate option for --color=valueGuido Günther2011-01-08
| | | | this allows true and false as alias for on and off.
* Change dirs declaration to avoid false positives from pycheckerGuido Günther2010-12-28
| | | | See #608153
* pychecker warning cleanupsGuido Günther2010-12-28
| | | | (mostly unused variables and imports)
* TypoGuido Günther2010-12-25
| | | | Git-Dch: Ignore
* Update the repo after the first importGuido Günther2010-12-24
| | | | | | so master matches the debian branch. Thanks: Rob Browning for the testcase
* Change --ignore-same-version to --allow-same-versionGuido Günther2010-12-20
| | | | and properly document it. This matches the defaults we had since ages.
* Fix debug string formattingGuido Günther2010-12-13
| | | | Closes: #606771
* Move Debian tag with --ignore-same-versionGuido Günther2010-12-10
| | | | | | so the import doesn't fail. Closes: #606204
* Fix --ignore-same-versionGuido Günther2010-12-10
|
* Add logging functionsGuido Günther2010-11-16
| | | | | | This allows us to color and prefix the output. Closes: #544332
* Let git-import-orig find the changelog when not on the debian-branch.Matthijs Kooijman2010-09-17
| | | | | | When no changelog file is available in the checkout, look for the changelog in the repository. This allows for using git-import-orig when the upstream branch is checked out, for example.
* Don't fail on missing debian/rulesGuido Günther2010-09-16
| | | | LP: #638371
* Avoid unnecessary branch switchGuido Günther2010-09-14
| | | | | when fixing the previous issues. LP: #637286
* Switch to debian branch before forcing the HEAD updateGuido Günther2010-09-13
| | | | | | otherwise we might forward the current branch to another branch's ref. Thanks: Rolf Leggewie for the testcase
* Catch KeyboardInterruptGuido Günther2010-08-15
|
* Check for legacy tags where necessary.Guido Günther2010-08-10
|
* Catch GitRepositoryErrorsGuido Günther2010-08-10
| | | | | | for less Python exceptions Git-Dch: Ignore
* Remove duplicate checkGuido Günther2010-08-10
| | | | Git-Dch: Ignore
* Don't add superflous parents to imports on the Debian branchGuido Günther2010-08-06
| | | | Only set a parent on the first import per upstream version.
* Drop --no-mergeGuido Günther2010-07-04
| | | | We don't invoke 'git merge' anymore.
* Use commit_dirGuido Günther2010-07-04
| | | | | | | | to write directly commit the content of the unpacked orig tarball and the patched Debian tree instead of using replace_tree. Closes: #506211, #588061 Thanks: Roger Leigh for his nice explantion on howto do this.
* Add --download optionGuido Günther2010-05-12
| | | | | | | | | | | This allows to directly import source packages either via git-import-dsc --download <pkg> or git-import-dsc --download <url-to-dsc> The former uses "apt-get soure" the later "dget". Closes: #510036
* Import version 3 source formatGuido Günther2010-01-25
| | | | Closes: #552771
* Allow to skip imports of same versionGuido Günther2010-01-14
| | | | Based on a patch by Christoph Göhre.
* Improve error message when trying to import 3.0 source format packagesGuido Günther2009-12-13
| | | | until we properly support them.
* Improve error handling on broken dsc files.Guido Günther2009-12-13
| | | | Closes: #560689
* catch config file parse errorsGuido Günther2009-09-15
| | | | Closes: #545690
* use option groupsGuido Günther2009-08-23
|
* drop superfluous _utils from module namesGuido Günther2009-08-23
|
* don't ignore --debian-branch on import into non empty archivesGuido Günther2009-03-25
|
* 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
|
* allow to import into empty repositoriesGuido Günther2008-11-22
| | | | | | | | this makes git-import-dsc's behaviour finally consistent with git-import-orig Closes: #500458 Closes: #504075
* move common help messages into config.pyGuido Günther2008-11-15
|
* use repo.set_branch()Guido Günther2008-10-31
|
* silence parse_dsc and move sanity checks into DscFileGuido Guenther2008-10-02
| | | | makes git-import-dsc{,s} less chatty
* merge by default when importing into an existing archiveGuido Guenther2008-09-22
| | | | | can be skipped using --no-merge Closes: #475571
* move replace_source_tree into GitRepositoryGuido Guenther2008-09-22
|
* Don't buffer stdout; let git-bp messages print in-lineKurt B. Kaiser2008-09-18
| | | | Closes: #479846
* "git-commond" vs. "git command" cleanupGuido Guenther2008-09-01
| | | | Closes: #497335
* don't fail import on non rfc822 adressesGuido Guenther2008-08-12
| | | | | in the dsc file Closes: #494753
* detect flat tar archives in git-import-dsc tooGuido Guenther2008-08-12
|
* Help pristine-tar to find the branch nameGuido Guenther2008-05-25
| | | | Closes: #481806
* move dsc handling into deb_utilsGuido Guenther2008-05-17
|
* Make commits from git-import-dsc get author and date from debian/changelog.Adeodato Simó2008-04-14
| | | | | | | This is done by setting GIT_AUTHOR_{NAME,EMAIL,DATE} before invoking git-commit. GIT_COMMITTER_* are left alone (i.e., the date of the import will be available from there). (cherry picked from commit acee866d1d89327aa530b6531b50b4edcc524906)
* better handle broken dsc filesGuido Guenther2008-04-12
|
* don't throw a python exception on tag failures or non existant branchesGuido Guenther2008-02-29
|