Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-07 | Fix case not run because of submodule import errorsubmit/trunk/20200108.202702 | biao716.wang | 1 | -1/+3 | |
Change-Id: I21b5a2c04b8427bad804ea97fbc0b2812dc1e032 Signed-off-by: biao716.wang <biao716.wang@samsung.com> | |||||
2019-02-18 | upgrade version to 0.9.9 | biao716.wang | 1 | -1/+1 | |
Change-Id: I7a5fb263f02daf4810d801fd414409c752e88f68 Signed-off-by: jingui.ren <jingui.ren@samsung.com> | |||||
2016-07-25 | Handle conflicts from git merge masterdevel_psk_20160727 | SoonKyu Park | 1 | -8/+5 | |
Change-Id: I9dfa02fb546a04f97aade855615ad2843790a2c1 | |||||
2016-06-11 | Upgrade version to 0.6.27 | SoonKyu Park | 1 | -2/+7 | |
- Upgrade tizen-gbp-rpm version to 20160302 - re-arrage package dependency for debian Change-Id: I6d7d505d5a8ba28cb4bfa59a83ab9af657fa43f4 | |||||
2016-03-08 | fix spec and control error | Jun Wang | 1 | -7/+6 | |
Change-Id: Ia455b5475e56ff2344cba8ac3d5c47da9e306c29 | |||||
2016-02-29 | fix build problem on Debian_8 | Jun Wang | 1 | -0/+3 | |
Change-Id: I145928ae1416f7847b4d8e6729c1daf07e2ab757 | |||||
2014-12-19 | Introduce import-bb tool | Markus Lehtonen | 1 | -0/+13 | |
This is the first tool in an effort of enabling gbp in the BitBake build environment. Gbp-import-bb is a tool for importing packages from a BitBake-based "combined" distro repository into individual per-package Git repositories. Change-Id: I86e27d8a1817eae30c3f828cea70b06162543000 Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> | |||||
2014-11-14 | Disable xcover support for nose | Markus Lehtonen | 1 | -1/+0 | |
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> | |||||
2014-11-14 | debian packaging: HACK: disable test in Debian builds | Markus Lehtonen | 1 | -7/+0 | |
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> | |||||
2014-11-14 | debian packaging: relax requirements on devscripts | Markus Lehtonen | 1 | -1/+1 | |
No need to depend on the latest version. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> | |||||
2014-11-14 | debian packaging: introduce -common subpackage | Ed Bartosh | 1 | -7/+20 | |
Split the git-buildpackage into git-buildpackage and git-buildpackage-common. Now there are three binary packages: - git-buildpackage-common contains the common code for Deb and RPM tools - git-buildpackage contains the Debian-specific modules/tools - git-buildpackage-rpm contains the RPM-specific modules/tools After this change the Debian packaging resembles the RPM side packaging. Signed-off-by: Zhang Qiang <qiang.z.zhang@intel.com> Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com> Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> | |||||
2014-11-14 | gbp.git: Reimplement rfc822 date parsing without dateutil | Ed Bartosh | 1 | -2/+0 | |
In order to get rid of dependency to dateutil. Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com> Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> | |||||
2014-11-14 | common/buildpackage: support for different archive formats | Markus Lehtonen | 1 | -1/+1 | |
Adds support for defining the archive format of the output of git_archive_single(), e.g. 'zip'. Defaults to 'tar', as before. Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com> Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> | |||||
2014-07-24 | Introduce git-buildpackage-rpm | Guido Günther | 1 | -0/+17 | |
Currently only including "gbp import-srpm" | |||||
2013-12-24 | Depend on newer devscripts | Guido Günther | 1 | -1/+1 | |
These contain a uscan that handles repackaging at the right level and won't let us pick up the wrong tarball name. Closes: #635920 Thanks: gregor herrmann and all others involved | |||||
2013-12-17 | Adjust test cases to newer devscripts | Guido Günther | 1 | -1/+1 | |
Closes: #732384 | |||||
2013-10-16 | Bump standards version | Guido Günther | 1 | -1/+1 | |
2013-07-09 | Bump dephelper dependency | Guido Günther | 1 | -1/+1 | |
2013-06-30 | Update Vcs-Browser URL | Guido Günther | 1 | -1/+1 | |
2013-06-27 | Depend on python-pkg-resources | Guido Günther | 1 | -0/+2 | |
Closes: #714238 | |||||
2013-06-27 | Split {Build-,}Deps per line | Guido Günther | 1 | -6/+26 | |
and sort alphabetically | |||||
2013-06-26 | Update package description | Guido Günther | 1 | -7/+7 | |
2013-04-06 | Generate coverage xml | Guido Günther | 1 | -1/+3 | |
for cobertura style coverage information that can be picked up by e.g. Jenkins | |||||
2013-03-22 | packaging: Add man as dependency | Zhang Qiang | 1 | -1/+1 | |
Required by GitRepository._cmd_has_feature() method. Signed-off-by: Zhang Qiang <qiang.z.zhang@intel.com> Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> Signed-off-by: Guido Günther <agx@sigxcpu.org> | |||||
2012-07-31 | Test behavior of gbp.scripts.dch.main(). | Daniel Dehennin | 1 | -1/+1 | |
* tests/11_test_dch_main.py: Test common cases with "--release" and "--snapshot". Try 2 consecutive snapshots to check for merged entries. | |||||
2012-03-08 | Bump standards version to 3.9.3 | Guido Günther | 1 | -1/+1 | |
2012-03-08 | Build-require a git version that supports --no-edit | Guido Günther | 1 | -1/+1 | |
Closes: #663103 | |||||
2012-02-26 | Depend on git >= 1:1.7.9.1-1~ | Guido Günther | 1 | -1/+1 | |
for a working git merge --no-edit Thanks: Jonathan Nieder | |||||
2012-02-13 | Require git 1.7 | Guido Günther | 1 | -1/+1 | |
which is already in Squeeze and Lenny Backports | |||||
2012-02-13 | Depend on git instead of git-core | Guido Günther | 1 | -2/+2 | |
Closes: #659661 | |||||
2012-01-30 | Depend on pristine-tar for the tests | Guido Günther | 1 | -1/+1 | |
2011-11-06 | Switch to dh | Guido Günther | 1 | -2/+2 | |
2011-10-26 | Gather coverage information during tests | Guido Günther | 1 | -1/+1 | |
2011-07-30 | Build epydoc API documents by default | Guido Günther | 1 | -1/+1 | |
2011-07-26 | Build-Depend on uznip for the testsuite | Guido Günther | 1 | -1/+1 | |
Git-Dch: Ignore | |||||
2011-07-25 | Support importing zip archives | Guido Günther | 1 | -1/+1 | |
This can now be easily extended to support other formats | |||||
2011-07-24 | Switch to dh_python2 | Guido Günther | 1 | -1/+2 | |
2011-07-24 | Drop suggests of git-load-dirs | Guido Günther | 1 | -1/+1 | |
It's not in the archive anymore | |||||
2011-05-23 | Bump standards version | Guido Günther | 1 | -1/+1 | |
No changes necessary. | |||||
2011-03-21 | Add build deps for the testsuite | Guido Günther | 1 | -1/+3 | |
Git-Dch: Ignore | |||||
2011-01-11 | Make gbp-create-remote-repo a first class citizen | Guido Günther | 1 | -0/+1 | |
Add manpage, move into path, add bash completion | |||||
2011-01-08 | git-buildpackage: Add support for sending notifications via libnotify | Guido Günther | 1 | -1/+1 | |
after the build finished. | |||||
2010-08-14 | Recommend cowbuilder | Guido Günther | 1 | -1/+1 | |
2010-08-12 | Build and install git-pbuilder manpage | Guido Günther | 1 | -1/+1 | |
2010-08-06 | Pass --multimaint-merge on to dch | Guido Günther | 1 | -1/+1 | |
Closes: #586165 | |||||
2010-08-04 | Bump standards version | Guido Günther | 1 | -1/+1 | |
2010-07-20 | Bump standards version | Guido Günther | 1 | -1/+1 | |
2010-06-26 | Drop dependency on python-dev | Guido Günther | 1 | -1/+1 | |
since it's not needed for arch all packages. Depend on python instead. | |||||
2010-04-14 | Depend on git | git-core | Guido Günther | 1 | -1/+1 | |
Closes: #577731 | |||||
2010-04-12 | Bump standards version | Guido Günther | 1 | -1/+1 | |