summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)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
* 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
* 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
* - more details on the NVR error mailJan Rękorajski2013-10-181-2/+2
* - detect differing version or release among rpms from packageJan Rękorajski2013-10-181-1/+45
* LC_ALL=C for sort and uniqArkadiusz Miśkiewicz2013-10-111-4/+4
* Query rpm using C locale.Arkadiusz Miśkiewicz2013-10-111-4/+4
* - yum: check also if comps file was updatedElan Ruusamäe2013-06-051-2/+5
* - yum: skip generating if poldek indexes aren't newerElan Ruusamäe2013-05-181-0/+7
* - add local path variables for less formattingElan Ruusamäe2013-05-181-4/+6
* - poldek_indexes = old dropped, only pndir generated nowElan Ruusamäe2012-11-111-8/+3
* - do not exit silently on errors. report and exit with failureElan Ruusamäe2012-09-301-2/+4
* Force 022 umask for more scripts.Arkadiusz Miśkiewicz2012-09-262-0/+4
* Force 022 umask.Arkadiusz Miśkiewicz2012-09-261-0/+2
* - simple tool to verify if packages are signedJan Rękorajski2012-07-201-0/+76
* - extend ftpiod to be able to get locks info over the protocolElan Ruusamäe2012-04-021-1/+1
* - signpkg: allow signing whole tree if no pkgname givenElan Ruusamäe2011-08-131-9/+30
* - unlock multple treesElan Ruusamäe2011-08-131-2/+3
* - control debugfiles via optionsElan Ruusamäe2011-03-221-2/+5
* - TZ=GMT for consistent envElan Ruusamäe2011-03-221-1/+2
* - update paths to new prefixed binElan Ruusamäe2011-03-221-1/+1
* - add -o outfile supportElan Ruusamäe2011-02-171-7/+15
* - handle broken reporting (mailman pkg), see http://rpmlint.zarb.org/cgi-bin/...Elan Ruusamäe2011-02-131-1/+11
* - unlock tree on exceptionElan Ruusamäe2011-02-121-15/+19
* - lock tree for rpmlint as wellElan Ruusamäe2011-02-121-0/+7
* - add show optionElan Ruusamäe2011-02-121-10/+36
* - add getopt support and -q optionElan Ruusamäe2011-02-101-13/+32
* - unlock tree on ^CElan Ruusamäe2011-02-101-1/+1