summaryrefslogtreecommitdiff
path: root/gbp/scripts
AgeCommit message (Expand)AuthorFilesLines
2012-08-20check the available of get_upstream_tree in native checkingZhang Qiang1-2/+7
2012-08-01Merge "removing usless and error syntax import" into develrelease/20120807Zhang Qiang1-1/+0
2012-08-01Merge "import_srpm: Check if file exist before symlinking. Fixes #216." into ...Ed Bartosh1-2/+8
2012-08-01removing usless and error syntax importZhang Qiang1-1/+0
2012-08-01only files should be considered while dumping packaging filesZhang Qiang1-1/+2
2012-07-31import_srpm: Check if file exist before symlinking. Fixes #216.Ed Bartosh1-2/+8
2012-07-26Implemented proper cleaning of temporary directories. Fixes #211.Ed Bartosh3-46/+27
2012-07-19Merge "Check if upstream version is already imported when importing original ...Ed Bartosh2-10/+32
2012-07-18buildpackage/clone_index: Check if .git/index exists before copyingEd Bartosh1-1/+3
2012-07-17Check if upstream version is already imported when importing originalEd Bartosh2-10/+32
2012-07-10buildpackage: new "working copy" choices for --git-exportMarkus Lehtonen3-7/+14
2012-07-10buildpackage: add 'untracked' option to write_wc()Markus Lehtonen1-2/+7
2012-07-10buildpackage: add 'force' option to write_wc()Markus Lehtonen2-3/+3
2012-06-25buildpackage-rpm: allow building when not on any branchMarkus Lehtonen1-0/+4
2012-06-13buildpackage-rpm: add --specfile optionZhang Qiang1-1/+6
2012-06-11Don't modify spec file when importingMarkus Lehtonen2-6/+0
2012-06-08Revert "buildpackage_rpm: Changed default git-archive prefix to %{name}-%{ver...Markus Lehtonen1-1/+1
2012-06-06import-srpm: fix bug in importing unpacked sourcesMarkus Lehtonen1-1/+1
2012-06-05import-srpm: always move packaging file to packaging dirMarkus Lehtonen1-4/+11
2012-06-05import-srpm: don't assume that source0 is orig_tarballMarkus Lehtonen1-1/+1
2012-06-01fix typo issueZhang Qiang1-1/+1
2012-05-31Using base name of source file in specZhang Qiang1-1/+1
2012-05-29guess_comp_type: return empty string for orig_file with no compressionEd Bartosh1-0/+2
2012-05-28buildpackage_rpm: Changed default git-archive prefix to %{name}-%{version}Ed Bartosh1-1/+1
2012-05-14guess_comp: Raise an exception if can't determine compression typeEd Bartosh1-1/+4
2012-05-11git_archive_single: Changed directory before running git-archive if neededEd Bartosh3-5/+14
2012-05-10Implemented zip archive supportEd Bartosh2-10/+14
2012-05-09Fixed guessing of compressor typeEd Bartosh1-0/+2
2012-05-08git_archive: Fixed getting original file name from specEd Bartosh1-1/+1
2012-05-08Implemented importing from unpacked srpmEd Bartosh1-21/+50
2012-05-08buildpackage_rpm: Used basename instead of filenameEd Bartosh1-1/+1
2012-05-08rpm: add 'vendor' config optionMarkus Lehtonen3-12/+16
2012-05-08gbp-pq-rpm: add 'export-rev' optionMarkus Lehtonen1-4/+12
2012-05-08Introduce git-import-orig-rpm toolMarkus Lehtonen1-0/+316
2012-05-08rpm: only remove patches inside autoupdate markersMarkus Lehtonen2-18/+20
2012-05-08Introduce git-buildpackage-rpm toolMarkus Lehtonen1-0/+601
2012-05-08Introduce gbp-pq-rpm toolMarkus Lehtonen1-0/+317
2012-05-08Introduce git-import-srpm toolMarkus Lehtonen1-0/+340
2012-05-08Rename internal var debian_tag -> packaging_tagMarkus Lehtonen3-10/+10
2012-05-08Add 'packaging-branch' cmdline optionMarkus Lehtonen2-0/+2
2012-05-08Rename internal var debian_branch -> packaging_branchMarkus Lehtonen7-26/+26
2012-05-08gbp-pull: two modes for --forceMarkus Lehtonen1-19/+35
2012-05-08gbp-pull: similar update strategy for all branchesMarkus Lehtonen1-3/+10
2012-05-08import-orig: refactor args of symlink_orig()Markus Lehtonen2-35/+37
2012-05-01Refactor deb helpers: move UpstreamSource classMarkus Lehtonen3-4/+5
2012-05-01Refactor deb helpers: introduce PkgPolicy classMarkus Lehtonen2-15/+14
2012-04-19Bug#669145: [PATCH] Add git-dch --commit and --commit-msg optionsMatthijs Kooijman1-1/+18
2012-04-18Refactor git-import-orig as preparation for rpm supportMarkus Lehtonen2-107/+131
2012-04-18import-orig: refactor args of ask_package_* functionsMarkus Lehtonen1-8/+12
2012-04-18Refactor git-buildpackage as preparation for rpm supportMarkus Lehtonen2-116/+146