summaryrefslogtreecommitdiff
path: root/gbp/scripts/import_orig.py
AgeCommit message (Expand)AuthorFilesLines
2022-10-28port code from python2.x to python3.xbiao716.wang1-2/+2
2016-03-09Use vendor to publish in srpm unpackJun Wang1-3/+2
2014-11-14Rename internal var debian_branch -> packaging_branchMarkus Lehtonen1-5/+5
2014-11-14Universal configurable base tmpdir for all gbp toolsMarkus Lehtonen1-2/+4
2014-11-14import-orig: rework sourcecode preparation and filteringMarkus Lehtonen1-82/+37
2014-11-14UpstreamSource.unpack: return UpstreamSource instanceMarkus Lehtonen1-1/+1
2014-11-14tests: test find_source() with unittestMarkus Lehtonen1-15/+0
2014-11-14import-orig: move repacked_tarball_name() out from commonMarkus Lehtonen1-1/+17
2014-11-14import-orig: simplify repack_source() and tmpdir handlingMarkus Lehtonen1-4/+5
2014-11-14import-orig: implement --create-missing-branches optionMarkus Lehtonen1-5/+12
2014-11-14GitRepository: raise GitRepositoryError instead of GbpErrorMarkus Lehtonen1-1/+1
2014-08-23Unify doc strings a bitGuido Günther1-1/+1
2014-08-19Improve error messages on formatting errorsGuido Günther1-1/+2
2014-07-24UpstreamSource: move version guessing logic to PkgPolicyMarkus Lehtonen1-1/+1
2014-07-24Change UpstreamSource to have PkgPolicyMarkus Lehtonen1-3/+4
2014-04-03config: add decorator to add_option_* functionsGuido Günther1-3/+10
2014-03-29Use a much simpler version to fix the command name in --helpGuido Günther1-1/+2
2014-03-27Fix command outputGuido Günther1-2/+1
2014-01-07import_orig: test error paths of find_sourceGuido Günther1-5/+19
2014-01-05Avoid backtrace on config file parse errorsGuido Günther1-0/+3
2013-09-04import-orig: import readline in the common moduleMarkus Lehtonen1-8/+0
2013-06-11Simplify expressionGuido Günther1-2/+2
2013-06-06import-orig: keep working copy in sync with branch HEADMarkus Lehtonen1-0/+6
2013-04-27GitRepository.commit_dir: raise GitRepositoryError instead of GbpErrorGuido Günther1-2/+3
2012-11-25New configuration option for setting the output color schemeMarkus Lehtonen1-1/+3
2012-11-23import-orig: remove dead GbpNothingImported exceptionMarkus Lehtonen1-5/+1
2012-11-23import-orig: remove dead if statementMarkus Lehtonen1-2/+0
2012-11-08GbpError accepts an error messageGuido Günther1-2/+1
2012-11-08Allow to remove the orig tarball symlinkGuido Günther1-11/+30
2012-08-03Move uscan to separate classGuido Günther1-9/+12
2012-07-28GitRepository: raise GitRepositoryError on git errorsGuido Günther1-2/+2
2012-07-02Make exception syntax consistentGuido Günther1-18/+18
2012-06-17import-orig: move is_link_target() to common moduleMarkus Lehtonen1-9/+2
2012-05-01Refactor deb helpers: introduce PkgPolicy classMarkus Lehtonen1-7/+5
2012-04-18Refactor git-import-orig as preparation for rpm supportMarkus Lehtonen1-107/+6
2012-04-18import-orig: refactor args of ask_package_* functionsMarkus Lehtonen1-8/+12
2012-03-23git-import-orig: Allow to pass in an upstream vcs tagGuido Günther1-1/+13
2012-02-13Refactor config.py as preparation for rpm support.Markus Lehtonen1-3/+3
2012-02-07import_orig: Properly detect .tgz and other abbreviated file extensionsGuido Günther1-0/+3
2012-02-07import_orig: clarify function descriptionGuido Günther1-3/+5
2012-02-07UpstreamSource: turn is_* vars and properties into methodsGuido Günther1-4/+4
2012-01-22PristineTar: move to separate moduleGuido Günther1-1/+1
2011-12-16Move debian specific functions from GitRepository to DebianGitRepositoryGuido Günther1-3/+3
2011-11-28Add ChangeLog classGuido Günther1-8/+8
2011-11-01Get rid of the symlinkGuido Günther1-0/+452