index
:
tools/git-buildpackage
2.0alpha
accepted/tizen_devbase_tools
accepted/tools_devbase_tools_legacy
devel
devel-py2
devel-test20161228
devel_psk_20160727
experimental
feature/bitbake
master
nanjing-devel
release-20160315
release-20160411
release-20160531
release-20160615
release-20160930
release-20161231
release-20171013
release-20190215
release-for-gbsV0.10
release-for-gbsV0.11
release-for-gbsV0.12
release-for-gbsV0.13
release-for-gbsV0.14
release-for-gbsV0.15
release-for-gbsV0.16
release-for-gbsV0.17
release-for-gbsV0.18
release-for-gbsV0.19
release-for-gbsV0.20
release-for-gbsV0.21
release-for-gbsV0.22
release-for-gbsV0.23
release-for-gbsV0.24
release-for-gbsV0.25
release-for-gbsV0.9
release-pylint
release-test-0.1
release-test-20150810
sandbox/soong9/gitmodules
sandbox/soong9/py2
sandbox/wangbiao/gbp_test_0_9_29
sandbox/wangbiao/os_0_9_8_py3_version
sandbox/wangbiao/riscv
sandbox/xuhy/devel-upgrade
sandbox/xuwc/gbp_0.9.29
sandbox/xuwc/upstream_0.9.29
sandbox_ubuntu18.04
spin-release-latest
test-devel
upstream
Domain: SCM / Build;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gbp
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-05
rpm: Improve logging in case of rpmlib error
Markus Lehtonen
2
-4
/
+7
2014-06-05
rpm: print a warning if importing gbp-specific librpm fails
Markus Lehtonen
1
-3
/
+3
2014-06-05
rpm: implement a wrapper module for rpm lib
Markus Lehtonen
2
-31
/
+72
2014-06-05
import-srpm: support --upstream-vcs-tag cmdline option
Markus Lehtonen
1
-0
/
+8
2014-06-05
rpm: support importing bzip2 compressed patches
Markus Lehtonen
1
-3
/
+6
2014-06-05
rpm: give patches in the order they are applied in the spec
Markus Lehtonen
1
-10
/
+19
2014-06-05
CentOS compatibility: fix GitRepository.diff
Markus Lehtonen
1
-1
/
+1
2014-06-05
CentOS compatibility: fix GitRepository._cmd_has_feature()
Markus Lehtonen
1
-1
/
+2
2014-06-05
CentOS compatibility: make GBP work with older python2.6
Zhang Qiang
2
-9
/
+18
2014-06-05
buildpackage-rpm: implement --[no-]hooks option
Markus Lehtonen
1
-0
/
+11
2014-06-05
buildpackage-rpm: listen to --no-create-orig option for native packages, too
Markus Lehtonen
1
-1
/
+1
2014-06-05
buildpackage-rpm: use config file(s) from exported tree-ish
Markus Lehtonen
1
-15
/
+26
2014-06-05
rpm: support conditionals in patch-export
Markus Lehtonen
3
-11
/
+28
2014-06-05
import-srpm: import all packaging files from src.rpm
Markus Lehtonen
1
-6
/
+15
2014-06-05
import-srpm: skip pristine-tar for non-tar sources archives
Markus Lehtonen
1
-3
/
+9
2014-06-05
Import RpmGitRepository if DebianGitRepository is not available
Zhang Qiang
2
-6
/
+12
2014-06-05
rpm.SpecFile: drop the internal sources structure
Markus Lehtonen
2
-85
/
+85
2014-06-05
rpm.SpecFile: drop the internal 'patches' structure
Markus Lehtonen
3
-51
/
+47
2014-06-05
rpm.SpecFile: change specfile attribute to represent filename
Markus Lehtonen
4
-14
/
+13
2014-06-05
rpm: make SpecFile.update_patches() use new tag/macro methods
Markus Lehtonen
1
-59
/
+43
2014-06-05
rpm helpers: yet another fix to patch numbering
Markus Lehtonen
1
-7
/
+6
2014-06-05
rpm helpers: support all tags
Markus Lehtonen
2
-4
/
+16
2014-06-05
rpm helpers: parse 'nosource' and 'nopatch' sources correctly
Markus Lehtonen
1
-2
/
+2
2014-06-05
rpm helpers: implement _set/delete_special_macro() methods
Markus Lehtonen
1
-0
/
+44
2014-06-05
rpm refactor: rewrite set_tag functionality
Markus Lehtonen
2
-14
/
+75
2014-06-05
rpm/LinkedList.delete: return the previous node
Markus Lehtonen
1
-4
/
+7
2014-06-05
rpm refactor: split spec parsing into multiple methods
Markus Lehtonen
1
-197
/
+239
2014-06-05
rpm refactor: move spec file filtering into a separate function
Markus Lehtonen
1
-31
/
+37
2014-06-05
import-srpm: enhance spec guessing
Markus Lehtonen
1
-1
/
+6
2014-06-05
rpm.SpecFile: return correct patch file path in patchseries()
Markus Lehtonen
1
-1
/
+3
2014-06-05
buildpackage-rpm: support setting/updating the 'VCS:' tag
Markus Lehtonen
2
-0
/
+24
2014-06-05
rpm helpers: support updating tags in the spec file
Markus Lehtonen
1
-1
/
+25
2014-06-05
rpm: simplify the SrcRpmFile class a bit
Markus Lehtonen
1
-20
/
+12
2014-06-05
rpm: introduce new 'Gbp-Patch-Macros' special key in spec parsing
Markus Lehtonen
1
-1
/
+6
2014-06-05
rpm: rename the 'GbpIgnorePatch' special key in spec parsing
Markus Lehtonen
1
-2
/
+2
2014-06-05
rpm: use linked list to store spec content
Markus Lehtonen
1
-209
/
+187
2014-06-05
rpm: implement a simple doubly linked list
Markus Lehtonen
1
-0
/
+211
2014-06-05
rpm: circumvent an rpm-python macro expansion problem
Markus Lehtonen
1
-0
/
+4
2014-06-05
rpm: configuration option for setting the output color scheme
Markus Lehtonen
4
-4
/
+12
2014-06-05
buildpackage-rpm: fail patch-export if local patches found
Markus Lehtonen
1
-0
/
+9
2014-06-05
import-srpm: return 2 if patch import fails
Markus Lehtonen
1
-4
/
+11
2014-06-05
rpm: circumvent a bug in python-rpm
Markus Lehtonen
1
-3
/
+16
2014-06-05
import-srpm: suppress some pylint warnings
Markus Lehtonen
1
-63
/
+89
2014-06-05
buildpackage-rpm: return 2 for patch-export or tarball generation errors
Markus Lehtonen
1
-14
/
+29
2014-06-05
rpm: implement file path filters in patch export
Markus Lehtonen
3
-3
/
+13
2014-06-05
buildpackage-rpm: support special tree-ish names in --git-upstream-tree
Markus Lehtonen
1
-13
/
+23
2014-06-05
Universal configurable base tmpdir for all gbp rpm tools
Markus Lehtonen
4
-46
/
+61
2014-06-05
import-srpm: support for patch import
Markus Lehtonen
3
-9
/
+81
2014-06-05
rpm: bigger refactor of import-srpm
Markus Lehtonen
2
-244
/
+191
2014-06-05
rpm: support squashing commits in patch generation
Markus Lehtonen
3
-3
/
+38
[next]