This project is mirrored from https://github.com/agx/git-buildpackage.git.
Pull mirroring updated .
- 09 Dec, 2022 1 commit
-
-
Guido Günther authored
Gbp-Dch: Ignore
-
- 04 Dec, 2022 1 commit
-
-
Akbarkhon Variskhanov authored
-
- 27 Nov, 2022 1 commit
-
-
Guido Günther authored
Not everyone just puts built debs to ../
-
- 24 Nov, 2022 5 commits
-
-
Guido Günther authored
-
Guido Günther authored
No changes required
-
Guido Günther authored
Closes: #1023379
-
Guido Günther authored
Gbp-Dch: Ignore
-
Guido Günther authored
-
- 29 Sep, 2022 4 commits
-
-
Guido Günther authored
-
Guido Günther authored
This works around #1020024
-
Stefano Rivera authored
Debian defaults to installing to /usr/local, unless told otherwise. This is usually done by passing --install-layout=deb to setup.py, when called directly. But that's only an option on Debian systems that have this patch. Set the environment variable equivalent, instead.
-
Stefano Rivera authored
Debian uses the posix_local scheme by default, since Python 3.10, causing the rpm to be built with the incorrect layout.
-
- 01 Sep, 2022 1 commit
-
-
Guido Günther authored
-
- 24 Aug, 2022 1 commit
-
-
Pete Moore authored
-
- 03 Aug, 2022 1 commit
-
-
Guido Günther authored
This makes sure we don't export very generic vars while still being able to make decisions based on what was passed to gbp.
-
- 02 Aug, 2022 1 commit
-
-
Guido Günther authored
While "gbp import-orig" supports "--upstream-vcs" since some time to link to the upstream git history however setup of the upstream remoet repo so far was manual. To make this more automatic add "--add-upstream-vcs" to "gbp clone" (defaulting to False) and set up the upstreamvcs remote in case there's sufficient information in debian/upstream/metadata. Once added fetch from that remote initially.
-
- 05 Jul, 2022 1 commit
-
-
Guido Günther authored
-
- 30 Jun, 2022 1 commit
-
-
Guido Günther authored
No reason to restrict this to build-package
-
- 13 Jun, 2022 1 commit
-
-
Diane Trout authored
Closes: #1012717
-
- 31 May, 2022 2 commits
-
-
Guido Günther authored
-
Guido Günther authored
See #1005873, #1010061
-
- 28 May, 2022 7 commits
-
-
Nicolas Boulenguez authored
-
Guido Günther authored
Closes: #879495
-
Arnaud Rebillout authored
The error message mistakenly talks about the upstream branch when it should be talking about the debian branch. Logs: # initial failure $ gbp import-dsc apt:desktop-base/sid gbp:info: Downloading 'desktop-base/sid' using 'apt-get'... gbp:info: Tag 11.0.2 not found, importing Debian tarball gbp:error: Repository does not have branch 'master' for upstream sources. If there is none see file:///usr/share/doc/git-buildpackage/manual-html/gbp.import.html#GBP.IMPORT.CONVERT on howto create it otherwise use --upstream-branch to specify it. Also check the --create-missing-branches option. # trying as suggested $ gbp import-dsc --upstream-branch=debian apt:desktop-base/sid gbp:info: Downloading 'desktop-base/sid' using 'apt-get'... gbp:info: Tag 11.0.2 not found, importing Debian tarball gbp:error: Repository does not have branch 'master' for upstream sources. If there is none see file:///usr/share/doc/git-buildpackage/manual-html/gbp.import.html#GBP.IMPORT.CONVERT on howto create it otherwise use --upstream-branch to specify it. Also check the --create-missing-branches option. # in fact it's the debian branch! $ gbp import-dsc --debian-branch=debian apt:desktop-base/sid gbp:info: Downloading 'desktop-base/sid' using 'apt-get'... gbp:info: Tag 11.0.2 not found, importing Debian tarball gbp:info: Version '11.0.2' imported under '/home/user/src/desktop-base' Closes: #984516
-
Guido Günther authored
-
Guido Günther authored
Closes: #934200
-
Guido Günther authored
It's not even in oldoldoldstable anymore
-
Guido Günther authored
-
- 27 May, 2022 5 commits
-
-
Guido Günther authored
-
Guido Günther authored
Just enough to make mypy happy
-
Guido Günther authored
Ignore rpm and libnotify for the moment
-
Guido Günther authored
Just enough to make mypy happy.
-
Guido Günther authored
Add an option that allow to skip exansion of aliases like salsa: by gbp so that git can do that. Closes: #983085
-
- 26 May, 2022 7 commits
-
-
Guido Günther authored
Thanks: Tino Mettler
-
Nicolas Boulenguez authored
-
Doesnot Matter authored
This can resolve ambiguity when generating the rev list. Closes: #966627
-
Doesnot Matter authored
No attempt is being made to ensure this is a local branch.
-
Doesnot Matter authored
We shouldn't just replace any occurence since we otherwise might also substitute in the submodule. Based on a patch by "ushen <yshxxsjt715@gmail.com>". See https://github.com/agx/git-buildpackage/pull/82
-
Nicolas Boulenguez authored
$(MAKE) GBP_NETWORK_TESTS=1 was setting a Make variable in the sub-Make, but not exporting it for test/*.py subprocesses.
-
Nicolas Boulenguez authored
-