summaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* quiet git checkout correctlyHEADmasterJan Rękorajski2022-05-131-1/+1
|
* Create dnf/yum repodata by defaultJan Rękorajski2022-05-101-1/+1
|
* Update creation of dnf/yum repodataJan Rękorajski2022-05-101-5/+6
|
* Fix readlines() semanticsJan Rękorajski2021-04-241-2/+2
| | | | https://docs.python.org/3/library/io.html?highlight=readlines#io.IOBase.readlines
* Support for split debugsource packaesJan Rękorajski2021-03-241-1/+1
|
* keys() is a view in Python 3, need to convert it to list to get the first keyJan Rękorajski2021-02-281-1/+1
|
* More syntax fixesJan Rękorajski2021-02-281-3/+3
|
* Fix outdated syntaxJan Rękorajski2021-02-281-5/+5
|
* Switch to Python 3 for rpm.org rpmJan Rękorajski2021-02-2811-11/+11
|
* fix rewriting the same line with print() functionJan Rękorajski2021-02-171-1/+1
|
* Fix syntax and don't try to read empty cacheJan Rękorajski2021-01-171-2/+2
|
* Replace backtick syntax with repr() (python3 compat)Jan Rękorajski2021-01-171-2/+2
|
* Fix list and iterators assumptions that are no longer valid in python3Jan Rękorajski2021-01-171-1/+1
|
* Use 'x in dict' syntax, it's more pythonic and has_key() is gone in python3Jan Rękorajski2021-01-171-4/+4
|
* Fix umask values (python3 compat)Jan Rękorajski2021-01-174-4/+4
|
* Fix exception handling syntax (python3 compat)Jan Rękorajski2021-01-166-7/+7
|
* more python3 readinessJan Rękorajski2020-10-2511-79/+101
|
* genindex: do not hide errors in quiet modeElan Ruusamäe2017-07-141-2/+1
|
* debug (unknown)Elan Ruusamäe2015-06-081-0/+1
|
* Don't write duplicate entries to package .infoJan Rękorajski2014-10-231-2/+4
|
* Always overwrite files in dest tree with newly built onesJan Rękorajski2014-10-111-10/+11
| | | | | | | | | | Always copy new files from incoming to dest tree, skipping them causes inconsistent builds and lost binary rpms when rebuilding files from last tags. Prime example are packages with kernel modules, if one is already present in test/ and something then a new build often results in missing files.
* pfa-rpmlint: invalidate cache when rpmlintrc is changedElan Ruusamäe2014-07-211-1/+9
|
* - disabled checking NVR mismatch among subpackagesJan Rękorajski2014-02-201-3/+4
|
* make sure scripts are always executableJan Rękorajski2014-01-148-0/+0
|
* - always call rpm -l under C localeJan Rękorajski2013-10-241-1/+1
| | | | Changed files: bin/pfa-from-incoming -> 1.33
* - more details on the NVR error mailJan Rękorajski2013-10-181-2/+2
| | | | Changed files: bin/pfa-from-incoming -> 1.32
* - detect differing version or release among rpms from packageJan Rękorajski2013-10-181-1/+45
| | | | Changed files: bin/pfa-from-incoming -> 1.31
* LC_ALL=C for sort and uniqArkadiusz Miśkiewicz2013-10-111-4/+4
| | | | Changed files: bin/pfa-from-incoming -> 1.30
* Query rpm using C locale.Arkadiusz Miśkiewicz2013-10-111-4/+4
| | | | Changed files: bin/pfa-from-incoming -> 1.29
* - yum: check also if comps file was updatedElan Ruusamäe2013-06-051-2/+5
| | | | Changed files: bin/pfa-genindex -> 1.38
* - yum: skip generating if poldek indexes aren't newerElan Ruusamäe2013-05-181-0/+7
| | | | Changed files: bin/pfa-genindex -> 1.37
* - add local path variables for less formattingElan Ruusamäe2013-05-181-4/+6
| | | | Changed files: bin/pfa-genindex -> 1.36
* - poldek_indexes = old dropped, only pndir generated nowElan Ruusamäe2012-11-111-8/+3
| | | | | Changed files: bin/pfa-genindex -> 1.35 modules/config.py -> 1.18
* - do not exit silently on errors. report and exit with failureElan Ruusamäe2012-09-301-2/+4
| | | | Changed files: bin/pfa-from-incoming -> 1.28
* Force 022 umask for more scripts.Arkadiusz Miśkiewicz2012-09-262-0/+4
| | | | | Changed files: bin/pfa-from-incoming -> 1.27 bin/pfa-signpkg -> 1.11
* Force 022 umask.Arkadiusz Miśkiewicz2012-09-261-0/+2
| | | | Changed files: bin/pfa-mvpkg -> 1.22
* - simple tool to verify if packages are signedJan Rękorajski2012-07-201-0/+76
| | | | Changed files: bin/pfa-checksign -> 1.1
* - extend ftpiod to be able to get locks info over the protocolElan Ruusamäe2012-04-021-1/+1
| | | | | | | | Changed files: bin/pfa-dump-locks -> 1.2 modules/cmds.py -> 1.15 modules/cons.py -> 1.8 modules/ftpio.py -> 1.9 modules/ftptree.py -> 1.55
* - signpkg: allow signing whole tree if no pkgname givenElan Ruusamäe2011-08-131-9/+30
| | | | | Changed files: bin/pfa-signpkg -> 1.10 modules/sign.py -> 1.6
* - unlock multple treesElan Ruusamäe2011-08-131-2/+3
| | | | Changed files: bin/pfa-unlocktree -> 1.3
* - control debugfiles via optionsElan Ruusamäe2011-03-221-2/+5
| | | | Changed files: bin/pfa-lintpkg -> 1.14
* - TZ=GMT for consistent envElan Ruusamäe2011-03-221-1/+2
| | | | Changed files: bin/pfa-lintpkg -> 1.13
* - update paths to new prefixed binElan Ruusamäe2011-03-221-1/+1
| | | | | Changed files: bin/pfa-from-incoming -> 1.26 shell/bashrc -> 1.17
* - add -o outfile supportElan Ruusamäe2011-02-171-7/+15
| | | | Changed files: bin/pfa-lintpkg -> 1.12
* - handle broken reporting (mailman pkg), see ↵Elan Ruusamäe2011-02-131-1/+11
| | | | | | http://rpmlint.zarb.org/cgi-bin/trac.cgi/ticket/201 Changed files: bin/pfa-lintpkg -> 1.11
* - unlock tree on exceptionElan Ruusamäe2011-02-121-15/+19
| | | | Changed files: bin/pfa-lintpkg -> 1.10
* - lock tree for rpmlint as wellElan Ruusamäe2011-02-121-0/+7
| | | | Changed files: bin/pfa-lintpkg -> 1.9
* - add show optionElan Ruusamäe2011-02-121-10/+36
| | | | Changed files: bin/pfa-lintpkg -> 1.8
* - add getopt support and -q optionElan Ruusamäe2011-02-101-13/+32
| | | | Changed files: bin/pfa-lintpkg -> 1.7
* - unlock tree on ^CElan Ruusamäe2011-02-101-1/+1
| | | | Changed files: bin/pfa-lintpkg -> 1.6