tools/git-buildpackage.git
11 years agogbp-pq: don't use plural form when there's only one try left
Guido Günther [Sat, 24 Nov 2012 12:10:35 +0000 (13:10 +0100)]
gbp-pq: don't use plural form when there's only one try left

11 years agoGitRepository/has_submodules: use correct .gitmodules file
Markus Lehtonen [Mon, 29 Oct 2012 08:37:02 +0000 (10:37 +0200)]
GitRepository/has_submodules: use correct .gitmodules file

Examine .gitmodules from the "root directory" of the repo, not the
current working directory. Fixes has_submodules() method, when called
from arbitrary cwd.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
11 years agoGitRepository/get_commit_info: support tags
Markus Lehtonen [Tue, 30 Oct 2012 06:56:19 +0000 (08:56 +0200)]
GitRepository/get_commit_info: support tags

Dereference the given revision to a commit. Fixes get_commit_info() when
called for a tag.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
11 years agoTest gbp.pq.common.write_patch
Guido Günther [Fri, 23 Nov 2012 23:33:54 +0000 (00:33 +0100)]
Test gbp.pq.common.write_patch

11 years agoOutput test results in xunit format too
Guido Günther [Sat, 24 Nov 2012 10:17:18 +0000 (11:17 +0100)]
Output test results in xunit format too

11 years agoGitRepository/get_submodules: use correct path
Markus Lehtonen [Thu, 12 Jul 2012 08:26:55 +0000 (11:26 +0300)]
GitRepository/get_submodules: use correct path

By default, run git in the repo path, not current cwd. Also, now returns
submodule paths without leading './'.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
11 years agoGitRepository/get_commits: more flexible revision ranges
Markus Lehtonen [Thu, 8 Nov 2012 06:22:26 +0000 (08:22 +0200)]
GitRepository/get_commits: more flexible revision ranges

Support getting the complete history of an arbitrary commit-ish
(since=None, until=COMMIT-ISH). Formerly this was only possible for the
current git HEAD. Now, get_commits(since=None, until='COMMIT')
translates to 'git log COMMIT'.

Also, for consistency, add support for getting the history from an
arbitrary commit until the current HEAD (since=COMMIT-ISH, until=None).

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
11 years agoimport-orig: remove dead GbpNothingImported exception
Markus Lehtonen [Thu, 8 Nov 2012 16:45:01 +0000 (18:45 +0200)]
import-orig: remove dead GbpNothingImported exception

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
11 years agoimport-orig: remove dead if statement
Markus Lehtonen [Thu, 8 Nov 2012 15:24:47 +0000 (17:24 +0200)]
import-orig: remove dead if statement

GitRepository.commit_dir() never returns empty objects. It raises an
exception, instead.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
11 years agoAdd sha1 stripping in a single place
Guido Günther [Fri, 23 Nov 2012 18:04:25 +0000 (19:04 +0100)]
Add sha1 stripping in a single place

so we can easily sanity check the result.

11 years agoTest if setting a topic works
Guido Günther [Fri, 23 Nov 2012 17:52:06 +0000 (18:52 +0100)]
Test if setting a topic works

11 years agopq: Allow to pass in custom fucntion to fetch authorship information
Guido Günther [Fri, 23 Nov 2012 17:32:34 +0000 (18:32 +0100)]
pq: Allow to pass in custom fucntion to fetch authorship information

so the RPM based tools don't need to rely on a control file but
can e.g. look at the spec file.

11 years agoTest apply_and_commit_patch
Guido Günther [Fri, 23 Nov 2012 17:26:02 +0000 (18:26 +0100)]
Test apply_and_commit_patch

11 years agoUse an absolute path when parsing the control file
Guido Günther [Fri, 23 Nov 2012 17:25:47 +0000 (18:25 +0100)]
Use an absolute  path when parsing the control file

so we con't accidentally parse a file from another dir.

11 years agotestutils: create missing directories when adding a file
Guido Günther [Fri, 23 Nov 2012 17:24:32 +0000 (18:24 +0100)]
testutils: create missing directories when adding a file

11 years agopq: fix "no authorship" warning messages
Markus Lehtonen [Fri, 9 Nov 2012 05:59:18 +0000 (07:59 +0200)]
pq: fix "no authorship" warning messages

Add one missing string field. Show the patch filename instead of the
pull path - the user doesn't need to know if the patch was applied from
a temporary directory, for example.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
11 years agotests: make tests a Python module
Markus Lehtonen [Tue, 6 Nov 2012 17:01:01 +0000 (19:01 +0200)]
tests: make tests a Python module

Makes it possible to reuse code between various tests.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
11 years agonotifications.py: remove unused import
Markus Lehtonen [Wed, 14 Nov 2012 13:39:52 +0000 (15:39 +0200)]
notifications.py: remove unused import

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
11 years agocommand_wrappers: suppress some pylint warnings
Markus Lehtonen [Wed, 14 Nov 2012 13:23:48 +0000 (15:23 +0200)]
command_wrappers: suppress some pylint warnings

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
11 years agoAdd issing git- prefix to --color and --notify options
Guido Günther [Fri, 23 Nov 2012 07:01:19 +0000 (08:01 +0100)]
Add issing git- prefix to --color and --notify options

Thanks: Filippo Rusconi
Closes: #693978

11 years agoRemove unused import
Guido Günther [Thu, 8 Nov 2012 22:43:18 +0000 (23:43 +0100)]
Remove unused import

11 years agoMinor git-import-orig manpage improvements
Guido Günther [Thu, 8 Nov 2012 22:05:30 +0000 (23:05 +0100)]
Minor git-import-orig manpage improvements

11 years agoGbpError accepts an error message
Guido Günther [Thu, 8 Nov 2012 21:20:26 +0000 (22:20 +0100)]
GbpError accepts an error message

so no need to print it separately

11 years agoAllow to remove the orig tarball symlink
Guido Günther [Mon, 5 Nov 2012 19:39:24 +0000 (20:39 +0100)]
Allow to remove the orig tarball symlink

that's used make pristine-tar see the correct orig tarball name.

Closes: #692401

11 years agoGitRepository/diff: catch git error
Markus Lehtonen [Wed, 26 Sep 2012 12:07:56 +0000 (15:07 +0300)]
GitRepository/diff: catch git error

Raise an exception if the git command fails. Also, utilize _git_inout()
instead of the deprecated _git_getoutput().

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
11 years agoGitRepository/diff: add 'paths' argument
Markus Lehtonen [Fri, 14 Sep 2012 14:38:55 +0000 (17:38 +0300)]
GitRepository/diff: add 'paths' argument

Makes the diff function more versatile. I.e. makes diffing only certain
paths possible. Also, add basic unittests for the diff() method.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
11 years agoGitRepository.find_tag: change deprecated _git_getoutput to _git_inout
Ed Bartosh [Tue, 5 Jun 2012 11:59:22 +0000 (14:59 +0300)]
GitRepository.find_tag: change deprecated _git_getoutput to _git_inout

Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
11 years agoGitRepository: fix merge() for older git versions
Markus Lehtonen [Thu, 5 Apr 2012 11:51:18 +0000 (14:51 +0300)]
GitRepository: fix merge() for older git versions

Utilize _cmd_has_feature() in GitRepository.merge() to not give
edit/no-edit option for older versions of git-merge, that don't support
it. Fixes a regression (with git-version < 1.7.8) caused by commit
f3aa87fa0361a.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
11 years agoGitRepository: implement _cmd_has_feature() method
Markus Lehtonen [Thu, 27 Sep 2012 09:33:10 +0000 (12:33 +0300)]
GitRepository: implement _cmd_has_feature() method

This method is intended for checking if the local git (client) command
supports a certain feature. The "feature" is considered to be a
command line option. E.g. does "merge" command have the "edit" feature
translates to does git-merge support the '--edit' command line option.

To figure this out, _cmd_has_feature() parses through the "OPTIONS"
section of the man page of the git command.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
11 years agoFix testsuite failure if DEB_VENDOR != Debian
Dmitrijs Ledkovs [Sun, 4 Nov 2012 17:56:29 +0000 (17:56 +0000)]
Fix  testsuite failure if DEB_VENDOR != Debian

The package fails to build from source if the DEB_VENDOR is not Debian,
as the test output from git-dch expects Debian distribution specific
behaviour.

You can see the failed build log with DEB_VENDOR=Ubuntu here:
https://launchpadlibrarian.net/121690052/buildlog_ubuntu-raring-i386.git-buildpackage_0.6.0~git20120822_FAILEDTOBUILD.txt.gz

Closes: #692289

Signed-off-by: Guido Günther <agx@sigxcpu.org>
11 years agoPrint number of tries left
Guido Günther [Thu, 25 Oct 2012 16:58:20 +0000 (18:58 +0200)]
Print number of tries left

11 years agoAdd support dch's --security option
Guido Günther [Mon, 15 Oct 2012 14:02:22 +0000 (16:02 +0200)]
Add support dch's --security option

11 years agoPEP-8 and pyflakes cleanups
Guido Günther [Wed, 19 Sep 2012 20:28:56 +0000 (22:28 +0200)]
PEP-8 and pyflakes cleanups

11 years agoAdd debian/source/format parser
Guido Günther [Sun, 26 Aug 2012 15:57:07 +0000 (17:57 +0200)]
Add debian/source/format parser

11 years agoDocument changes and release 0.6.0~git20120822 debian/0.6.0_git20120822
Guido Günther [Wed, 22 Aug 2012 08:59:24 +0000 (10:59 +0200)]
Document changes and release 0.6.0~git20120822

11 years agoGitArgs/add: support iterable and non-string args
Markus Lehtonen [Fri, 6 Jul 2012 13:25:37 +0000 (16:25 +0300)]
GitArgs/add: support iterable and non-string args

Support giving iterables (other than basestring, e.g. list(s)) as an
argument to GitArgs.add(). Also, add support non-iterable arguments that
support the str() conversion.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
11 years agoGitRepository: Implement set_upstream_branch and get_upstream_branch methods
Ed Bartosh [Fri, 3 Aug 2012 13:20:28 +0000 (16:20 +0300)]
GitRepository: Implement set_upstream_branch and get_upstream_branch methods

set_upstream_branch sets upstream branch for the local branch using
git branch --set-upstream
get_upstream_branch returns info about upstream branches

Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
11 years agomanpages: correct manual section and remove duplicate entry
Guido Günther [Wed, 22 Aug 2012 08:31:43 +0000 (10:31 +0200)]
manpages: correct manual section and remove duplicate entry

11 years agodocs: make refentry ids of manpages more consistent
Markus Lehtonen [Tue, 14 Aug 2012 08:05:57 +0000 (11:05 +0300)]
docs: make refentry ids of manpages more consistent

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
11 years agodocs: fix cross-referencing in manpages
Markus Lehtonen [Tue, 14 Aug 2012 08:03:22 +0000 (11:03 +0300)]
docs: fix cross-referencing in manpages

Docbook2man has to be run twice to make sure the cross-references are
correct. First pass is just to update the cross-reference file
(manpage.refs). The second the builds the actual manpages. Otherwise
forward-references might be broken.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
11 years agoGitRepository/branch_contains: remove prefix '*' in branch name
Zhang Qiang [Wed, 1 Aug 2012 06:14:20 +0000 (14:14 +0800)]
GitRepository/branch_contains: remove prefix '*' in branch name

The git output always prefixes the current branch name with '*'. Without
this fix branch_contains() always fails for the currently active branch.

Signed-off-by: Zhang Qiang <qiang.z.zhang@intel.com>
11 years agomanpage: Fix typo in git-dch's multimain-merge option
Guido Günther [Sat, 18 Aug 2012 16:43:00 +0000 (18:43 +0200)]
manpage: Fix typo in git-dch's multimain-merge option

Closes: #684322

11 years agodch: Fix error reporting on parsing errors
Guido Günther [Mon, 13 Aug 2012 06:36:39 +0000 (08:36 +0200)]
dch: Fix error reporting on parsing errors

12 years agoDocument changes and release 0.6.0~git20120803 debian/0.6.0_git20120803
Guido Günther [Fri, 3 Aug 2012 17:29:00 +0000 (19:29 +0200)]
Document changes and release 0.6.0~git20120803

12 years agoImprove error reporting from uscan
Guido Günther [Thu, 2 Aug 2012 16:50:11 +0000 (18:50 +0200)]
Improve error reporting from uscan

by parsing out the warnings and error fields from the dehs output.

12 years agoMove uscan to separate class
Guido Günther [Thu, 2 Aug 2012 09:27:22 +0000 (11:27 +0200)]
Move uscan to separate class

12 years agoAdd tests for gbp.deb.{DpkgCompareVersions,DscFile}
Guido Günther [Thu, 2 Aug 2012 08:03:06 +0000 (10:03 +0200)]
Add tests for gbp.deb.{DpkgCompareVersions,DscFile}

12 years agogbp.command_wrappers: Reformat to 80 chars line length
Guido Günther [Thu, 2 Aug 2012 07:57:21 +0000 (09:57 +0200)]
gbp.command_wrappers: Reformat to 80 chars line length

12 years agoTest help output by importing the modules
Guido Günther [Wed, 1 Aug 2012 13:28:27 +0000 (15:28 +0200)]
Test help output by importing the modules

so we get correct coverage information for the scripts

12 years agoSkip tests requiring devscripts if dch is not there
Guido Günther [Wed, 1 Aug 2012 12:45:33 +0000 (14:45 +0200)]
Skip tests requiring devscripts if dch is not there

so tests don't fail on rpm based systems.

12 years agoTest behavior of gbp.scripts.dch.main().
Daniel Dehennin [Thu, 31 May 2012 08:17:52 +0000 (10:17 +0200)]
Test behavior of gbp.scripts.dch.main().

* tests/11_test_dch_main.py: Test common cases with "--release" and
  "--snapshot". Try 2 consecutive snapshots to check for merged entries.

12 years agoRemove multiple spaces
Guido Günther [Tue, 31 Jul 2012 14:28:32 +0000 (16:28 +0200)]
Remove multiple spaces

12 years agoGitModifier: add tests for dict interface
Guido Günther [Sun, 29 Jul 2012 19:31:08 +0000 (21:31 +0200)]
GitModifier: add tests for dict interface

12 years agoGitModifier: use __getitem__ to fetch date
Guido Günther [Sun, 29 Jul 2012 07:12:04 +0000 (09:12 +0200)]
GitModifier: use __getitem__ to fetch date

instead of accessing __dict__ directly which only has _date.

12 years agoGitRepository: raise GitRepositoryError on git errors
Guido Günther [Tue, 3 Jul 2012 08:48:21 +0000 (11:48 +0300)]
GitRepository: raise GitRepositoryError on git errors

Raise GitRepositoryError in cases where CommandExecFailed (from
GitCommand) was previously silently passed forward.

Heavily based on a patch by Markus Lehtonen <markus.lehtonen@linux.intel.com>

12 years agoGitRepository/get_commit_info: add file status
Markus Lehtonen [Tue, 19 Jun 2012 06:09:11 +0000 (09:09 +0300)]
GitRepository/get_commit_info: add file status

Add file status and name to the info returned by the get_commit_info()
method.

Signed-off-by: Zhang Qiang <qiang.z.zhang@intel.com>
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
12 years agoGitRepository/get_commit_info: add committer info
Markus Lehtonen [Mon, 2 Jul 2012 08:21:03 +0000 (11:21 +0300)]
GitRepository/get_commit_info: add committer info

Add committer to the info returned by get_commit_info() method. Returns
committer name, email and timestamp as a GitModifier object.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
12 years agoGitRepository/get_commit_info: add author timestamp
Markus Lehtonen [Thu, 31 May 2012 07:20:36 +0000 (10:20 +0300)]
GitRepository/get_commit_info: add author timestamp

Add author timestamps to the info returned by get_commit_info() method.

Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
12 years agoGitModifier: More flexible date handling
Guido Günther [Tue, 3 Jul 2012 19:47:54 +0000 (21:47 +0200)]
GitModifier: More flexible date handling

Allow to pass in the date as datetime object, timestamp or git raw date.
and allow to retrieve these values. This make constructing GitModifiers
from python simpler.

12 years agoFix variable renaming
Guido Günther [Fri, 27 Jul 2012 10:52:31 +0000 (12:52 +0200)]
Fix variable renaming

12 years agoGitRepository: option to ignore untracked in is_clean()
Markus Lehtonen [Wed, 30 May 2012 06:06:59 +0000 (09:06 +0300)]
GitRepository: option to ignore untracked in is_clean()

Add an option to ignore untracked files when checking if the repository
is clean.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
12 years agoGitRepository/get_author_info: return user.name as name
Markus Lehtonen [Wed, 4 Jul 2012 09:48:54 +0000 (12:48 +0300)]
GitRepository/get_author_info: return user.name as name

Return users full name (user.name) instead of email (user.email) as the
'name' of the author when taking the value from git config.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
12 years agogbp.git.GitRepository: Add remove_remote
Guido Günther [Mon, 23 Jul 2012 11:11:35 +0000 (11:11 +0000)]
gbp.git.GitRepository: Add remove_remote

12 years agogit.repository.GitRepository.add_remote_repo: use GitArgs
Guido Günther [Mon, 23 Jul 2012 11:11:33 +0000 (11:11 +0000)]
git.repository.GitRepository.add_remote_repo: use GitArgs

12 years agoGitRepository: Make rev_parse's short option an int everywhere
Guido Günther [Tue, 3 Jul 2012 19:49:05 +0000 (21:49 +0200)]
GitRepository: Make rev_parse's short option an int everywhere

12 years agoGitRepository/rev_parse: add new argument 'short'
Markus Lehtonen [Tue, 3 Jul 2012 07:06:54 +0000 (10:06 +0300)]
GitRepository/rev_parse: add new argument 'short'

Adds a new argument to get abbreviated SHA1.

Also, modifies rev_parse() to use GitArgs class.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
12 years agoGitRepository/get_commit_info: check return value of git command correctly
Markus Lehtonen [Mon, 2 Jul 2012 08:59:33 +0000 (11:59 +0300)]
GitRepository/get_commit_info: check return value of git command correctly

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
12 years agoMake exception syntax consistent
Guido Günther [Mon, 2 Jul 2012 06:05:06 +0000 (08:05 +0200)]
Make exception syntax consistent

12 years agoGitRepository: Add test that covers remote branches in has_branch()
Guido Günther [Sat, 30 Jun 2012 10:43:26 +0000 (12:43 +0200)]
GitRepository: Add test that covers remote branches in has_branch()

12 years agoGitRepository: return GitModifier object instead of separate fields
Guido Günther [Sat, 30 Jun 2012 07:40:18 +0000 (09:40 +0200)]
GitRepository: return GitModifier object instead of separate fields

this make sure the number of return values doesn't stays sane when
also returning timestamps and committer information.

12 years agoGitRepository: make get_commit_info() more robust
Markus Lehtonen [Mon, 18 Jun 2012 13:20:39 +0000 (16:20 +0300)]
GitRepository: make get_commit_info() more robust

Now uses git-show instead of git-log. This is needed for further
enhancements (namely to get name-status for merge commits). Also, use
null-character as the field separator which makes parsing more reliable.

The method now returns 'body' of the commit message as is, without
stripping or splitting to lines.

In addition, get_commit_info() now uses GitArgs and _git_inout() instead
of the deprecated _git_getoutput().

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
12 years agotests: test GitRepository.get_commit_info()
Guido Günther [Sat, 30 Jun 2012 07:32:43 +0000 (09:32 +0200)]
tests: test GitRepository.get_commit_info()

12 years agoGitRepository: fix process cwd in _git_inout()
Markus Lehtonen [Tue, 5 Jun 2012 11:48:03 +0000 (14:48 +0300)]
GitRepository: fix process cwd in _git_inout()

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
12 years agoPristineTar: move Debian-specific stuff to DebianPristineTar
Markus Lehtonen [Wed, 8 Feb 2012 12:54:59 +0000 (14:54 +0200)]
PristineTar: move Debian-specific stuff to DebianPristineTar

Continuation to the PristineTar refactoring, makes the "common"
PristineTar independent of DebianPkgPolicy. This commit moves the
Debian-specific has_commit() and checkout() methods to DebianPristineTar
class and replaces them with more generic functions in the base class.
Also, drops the Debian-specific get_commit() method completely, as it
was not used outside the PristineTar class itself.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
12 years agoUpstreamSource: automatically detect package name and versions from directories
Guido Günther [Mon, 25 Jun 2012 09:30:25 +0000 (11:30 +0200)]
UpstreamSource: automatically detect package name and versions from directories

of the form packagename-<version>

12 years agoMake TestDir testcase use a newly created directory
Guido Günther [Mon, 25 Jun 2012 09:27:13 +0000 (11:27 +0200)]
Make TestDir testcase use a newly created directory

neeeded for the upcoming packagename/version parsing support

12 years agodeb.git: Fixed typo in method name
Ed Bartosh [Tue, 5 Jun 2012 11:39:40 +0000 (14:39 +0300)]
deb.git: Fixed typo in method name

the double underscore prefix was dropped ages ago.

Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
12 years agocommon/pq: use strip in apply_and_commit_patch()
Markus Lehtonen [Fri, 18 May 2012 11:33:18 +0000 (14:33 +0300)]
common/pq: use strip in apply_and_commit_patch()

Use the strip information of the patch when applying patches. Also,
changes GitRepository.apply_patch() to accept integer values as 'strip'
argument.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
12 years agoimport-orig: move is_link_target() to common module
Markus Lehtonen [Thu, 12 Jan 2012 13:24:42 +0000 (15:24 +0200)]
import-orig: move is_link_target() to common module

This change makes is_link_target() re-usable in the upcoming RPM-tools.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
12 years agogbp.conf: Make config option printing more consistent
Guido Günther [Fri, 8 Jun 2012 10:56:38 +0000 (12:56 +0200)]
gbp.conf: Make config option printing more consistent

12 years agoDocument changes and release 0.6.0~git20120601 debian/0.6.0_git20120601
Guido Günther [Fri, 1 Jun 2012 21:46:08 +0000 (23:46 +0200)]
Document changes and release 0.6.0~git20120601

12 years agogit-buildpackage: allow to build packages from detached HEAD state
Guido Günther [Fri, 1 Jun 2012 21:09:42 +0000 (23:09 +0200)]
git-buildpackage: allow to build packages from detached HEAD state

with --git-ignore-branch.

Closes: #661598

12 years agogit-buildpackage overlay-mode: don't fail on files named like tarball
Guido Günther [Fri, 1 Jun 2012 20:36:07 +0000 (22:36 +0200)]
git-buildpackage overlay-mode: don't fail on files named like tarball

Instead of moving individual files around simply rename the directories.
This is faster and independent of the tarballs content.

Closes: #675412

12 years agogit-buildpackage: add missing import
Guido Günther [Fri, 1 Jun 2012 20:14:53 +0000 (22:14 +0200)]
git-buildpackage: add missing import

so move_old_export works again

12 years agogbp.git.repository: add GitRepository.make_tree
Guido Günther [Thu, 31 May 2012 12:55:54 +0000 (14:55 +0200)]
gbp.git.repository: add GitRepository.make_tree

Signed-off-by: Guido Günther <agx@sigxcpu.org>
12 years agogbp.git.repository: Add GitRepository.write_file
Guido Günther [Thu, 31 May 2012 12:40:12 +0000 (14:40 +0200)]
gbp.git.repository: Add GitRepository.write_file

Signed-off-by: Guido Günther <agx@sigxcpu.org>
12 years agogbp.git.repository: Add GitRepository.list_tree
Guido Günther [Thu, 31 May 2012 12:30:22 +0000 (14:30 +0200)]
gbp.git.repository: Add GitRepository.list_tree

12 years agoRefactor deb helpers: move PristineTar class
Guido Günther [Fri, 25 May 2012 08:35:06 +0000 (10:35 +0200)]
Refactor deb helpers: move PristineTar class

Based on a patch by Markus Lehtonen

This refactor is preparation to the upcoming rpm support.

12 years agoimport_dsc: add --allow-unauthenticated
Guido Günther [Thu, 24 May 2012 12:29:52 +0000 (14:29 +0200)]
import_dsc: add --allow-unauthenticated

Closes: #670623

12 years agoDocument changes and release 0.6.0~git20120524 debian/0.6.0_git20120524
Guido Günther [Thu, 24 May 2012 12:07:49 +0000 (14:07 +0200)]
Document changes and release 0.6.0~git20120524

12 years agoProvide minimalist debian/control object
Daniel Dehennin [Sun, 20 May 2012 15:36:59 +0000 (17:36 +0200)]
Provide minimalist debian/control object

Closes: #673473
Signed-off-by: Guido Günther <agx@sigxcpu.org>
12 years agogbp.deb.ChangeLog: Add filename property
Guido Günther [Sun, 20 May 2012 14:36:17 +0000 (16:36 +0200)]
gbp.deb.ChangeLog: Add filename property

12 years agogbp.deb.changelog: Split parsing into a separate function
Guido Günther [Sun, 20 May 2012 14:32:20 +0000 (16:32 +0200)]
gbp.deb.changelog: Split parsing into a separate function

this will allow us to reparse the changelog after manipulation with dch.

12 years agoDon't explicitly refer to lenny-backports
Guido Günther [Sun, 20 May 2012 10:51:13 +0000 (12:51 +0200)]
Don't explicitly refer to lenny-backports

Thanks: Salvatore Bonaccorso

12 years agoDocument --bpo, --nmu and --qa in git-dch's manpage
Salvatore Bonaccorso [Fri, 18 May 2012 15:17:54 +0000 (17:17 +0200)]
Document --bpo, --nmu and --qa in git-dch's manpage

Closes: #673422
Signed-off-by: Guido Günther <agx@sigxcpu.org>
12 years agogit-dch: Add support for --team switch for Team uploads
Salvatore Bonaccorso [Fri, 18 May 2012 12:44:37 +0000 (14:44 +0200)]
git-dch: Add support for --team switch for Team uploads

Closes: #673368
Signed-off-by: Guido Günther <agx@sigxcpu.org>
12 years agoFix typo in doctest that made epydoc fail.
Guido Günther [Tue, 15 May 2012 19:03:10 +0000 (21:03 +0200)]
Fix typo in doctest that made epydoc fail.

Git-Dch: Ignore

12 years agoAdd gbp.deb.ChangeLogSection
Guido Günther [Tue, 15 May 2012 19:00:57 +0000 (21:00 +0200)]
Add gbp.deb.ChangeLogSection

to parse package and version out of a changelog section

12 years agogbp.git.repository: Add a "git merge-base" wrapper
Daniel Dehennin [Sun, 13 May 2012 18:37:11 +0000 (20:37 +0200)]
gbp.git.repository: Add a "git merge-base" wrapper

Closes: #672642
Signed-off-by: Guido Günther <agx@sigxcpu.org>
12 years agoConfig help fix
Jérémy Lal [Sat, 12 May 2012 08:26:40 +0000 (10:26 +0200)]
Config help fix

Signed-off-by: Guido Günther <agx@sigxcpu.org>