summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-19GitRepository: make get_commit_info() more robust2.0_alpha2.0alphaMarkus Lehtonen1-14/+12
2012-06-13Added gbp/scripts/__init__.py to the -common package.Ed Bartosh1-0/+1
2012-06-13Merge "buildpackage-rpm: add --specfile option" into experimental-rpmMarkus Lehtonen2-1/+9
2012-06-13Fixed typoEd Bartosh1-1/+1
2012-06-13buildpackage-rpm: add --specfile optionZhang Qiang2-1/+9
2012-06-13Workarounded bug in rpm spec parsing. fixes #73Ed Bartosh1-0/+4
2012-06-12GitRepository/_git_command: Removed description of non-existingEd Bartosh1-2/+0
2012-06-12GitRepository: Implemented status methodEd Bartosh2-0/+48
2012-06-11Merge "Don't modify spec file when importing" into experimental-rpmMarkus Lehtonen2-6/+0
2012-06-11Merge "GitRepository: raised gitRepositoryError instead of passing CommandExe...Markus Lehtonen1-4/+19
2012-06-11GitRepository: raised gitRepositoryError instead of passing CommandExecFailed...Ed Bartosh1-4/+19
2012-06-11Don't modify spec file when importingMarkus Lehtonen2-6/+0
2012-06-08Merge changes Id002bf1b,I45d84345 into experimental-rpmMarkus Lehtonen6-30/+42
2012-06-08Packaging: fixed distribution of filesEd Bartosh4-27/+39
2012-06-08Fixed testcase for test_find_tag.Ed Bartosh2-3/+3
2012-06-08Revert "buildpackage_rpm: Changed default git-archive prefix to %{name}-%{ver...Markus Lehtonen1-1/+1
2012-06-08Merge "extend git.get_commit_info to get commit file status" into experimenta...Markus Lehtonen1-2/+13
2012-06-07Merge "Add gbp-common as dep of gbp and gbp-rpm" into experimental-rpmMarkus Lehtonen1-2/+2
2012-06-08extend git.get_commit_info to get commit file statusZhang Qiang1-2/+13
2012-06-07Add gbp-common as dep of gbp and gbp-rpmZhang Qiang1-2/+2
2012-06-06import-srpm: fix bug in importing unpacked sourcesMarkus Lehtonen1-1/+1
2012-06-05Repository.find_tag: Changed call of deprecated _git_getoutput to _git_inoutEd Bartosh1-2/+3
2012-06-05Fixed typo in method nameEd Bartosh1-1/+1
2012-06-05import-srpm: always move packaging file to packaging dirMarkus Lehtonen1-4/+11
2012-06-05rpm helpers: catch rpm exception in spec initMarkus Lehtonen1-3/+4
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-31Merge changes I69850a3f,Ib0676db9 into experimental-rpmMarkus Lehtonen4-10/+32
2012-05-31Using base name of source file in specZhang Qiang1-1/+1
2012-05-31Implemented support of .tgz original tarball extensionEd Bartosh1-2/+6
2012-05-31Reimplemented rfc822 date parsing without using dateutil to get rid ofEd Bartosh3-8/+26
2012-05-29guess_comp_type: return empty string for orig_file with no compressionEd Bartosh1-0/+2
2012-05-29fix spec file multi orig file issueGuan Junchun1-1/+1
2012-05-28buildpackage_rpm: Changed default git-archive prefix to %{name}-%{version}Ed Bartosh1-1/+1
2012-05-25Updated spec to allow the same content for rpm and deb packagesEd Bartosh1-12/+16
2012-05-24Splitted Debian packageEd Bartosh12-8/+66
2012-05-24Moved spec to packaging/Ed Bartosh2-106/+106
2012-05-18Fixed package build for Ubuntu OneiricEd Bartosh1-2/+2
2012-05-14Initialized variable formtEd Bartosh1-0/+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 Bartosh3-17/+29
2012-05-09rpm: Added .lzma to the list of supported compression types for original tarb...Ed Bartosh1-2/+2
2012-05-09rpm: Added .xz to the list of supported compression types for original tarballsEd Bartosh1-2/+2
2012-05-09Fixed guessing of compressor typeEd Bartosh1-0/+2
2012-05-09Added build dependency to epydoc, python-coverage and python-noseEd Bartosh1-1/+3
2012-05-08Added symlink packaging/git-buildpackage.specEd Bartosh1-0/+1
2012-05-08GitRepository/rev_parse: introduced new parameter opt_argsEd Bartosh1-2/+5
2012-05-08GitRepository/get_commit_info: Added timestamp to the infoEd Bartosh1-3/+4
2012-05-08git_archive: Fixed getting original file name from specEd Bartosh1-1/+1