summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Support for split debugsource packaesJan Rękorajski2021-03-241-1/+1
* Fix StringIO usage under python 3Jan Rękorajski2021-03-091-1/+1
* Ignore gpg passphrase prompt timeout, rpm now uses gpg-agentJan Rękorajski2021-02-281-2/+6
* Switch to Python 3 for rpm.org rpmJan Rękorajski2021-02-281-1/+1
* TypeError: got <type 'str'> ('Enter pass phrase:') as pattern, must be one of...Jan Rękorajski2021-02-211-1/+1
* Fix loading StringIO on both python2 and python3Jan Rękorajski2021-01-171-1/+4
* pexpect needs explicit encoding when run under python3Jan Rękorajski2021-01-171-1/+1
* Fix list and iterators assumptions that are no longer valid in python3Jan Rękorajski2021-01-172-9/+8
* More python3 compatible string methodsJan Rękorajski2021-01-172-3/+3
* Accomodate for urlopen() moving from urllib to urllib.request in python3Jan Rękorajski2021-01-171-3/+12
* Replace md5 with haslib, md5 is deprecated since 2.5 and gone in python3Jan Rękorajski2021-01-171-5/+6
* Use 'x in dict' syntax, it's more pythonic and has_key() is gone in python3Jan Rękorajski2021-01-172-5/+5
* Send and receive bytes over sockets (python3 compat)Jan Rękorajski2021-01-173-35/+35
* Use python3 compatible string methodsJan Rękorajski2021-01-161-4/+4
* Fix octal constants syntax (python3 compat)Jan Rękorajski2021-01-162-3/+3
* Fix os.environ checks (python3 compat)Jan Rękorajski2021-01-163-3/+3
* Fix exception handling syntax (python3 compat)Jan Rękorajski2021-01-163-11/+11
* more python3 readinessJan Rękorajski2020-10-255-21/+29
* fix archive handling when moving packages aroundJan Rękorajski2018-12-301-1/+3
* - don't remove dst oackages when handling explicit moves to/ftom archiveJan Rękorajski2015-09-281-5/+4
* Fix detection of missing files on test moveJan Rękorajski2015-07-291-1/+1
* Rename ignore fileKacper Kornet2013-11-031-0/+0
* - use rpm.RPMVSF_NODSAHEADER where we had NOSIGNATURES in rpm4Jan Rękorajski2013-06-052-0/+2
* - poldek_indexes = old dropped, only pndir generated nowElan Ruusamäe2012-11-111-5/+0
* - deal with noarch subpackagesJan Rękorajski2012-11-071-3/+10
* - reset file perms after signing, rpm5 leaves them with 0600Jan Rękorajski2012-09-261-0/+2
* - one more junk spaceJan Rękorajski2012-09-221-1/+1
* - white space cleanupJan Rękorajski2012-09-221-2/+1
* - _RPMVSF_NOSIGNATURES and _RPMVSF_NODIGESTS have been removed in rpm 5Jan Rękorajski2012-09-222-2/+0
* - don't hardcode dist, read it from configJan Rękorajski2012-08-072-2/+6
* - extend ftpiod to be able to get locks info over the protocolElan Ruusamäe2012-04-024-10/+26
* - signpkg: allow signing whole tree if no pkgname givenElan Ruusamäe2011-08-131-1/+1
* - do not remove older pkgs when moving out from archive treeElan Ruusamäe2011-03-221-2/+6
* - import cleanupElan Ruusamäe2011-02-131-1/+0
* Check for duplicates only in packages that we are trying to mv.Arkadiusz Miśkiewicz2011-01-271-1/+3
* Revert some crapizm.Arkadiusz Miśkiewicz2011-01-111-1/+1
* - allow filtering source and debugfiles in rpmfiles() methodElan Ruusamäe2011-01-101-4/+14
* - typoElan Ruusamäe2011-01-101-2/+2
* Duplicate packages with different version or release are considered to be err...Arkadiusz Miśkiewicz2011-01-101-0/+10
* - allow skipping debugfiles in Pkg.rpmfilesElan Ruusamäe2011-01-091-3/+4
* - use str.count (thx atler)Elan Ruusamäe2011-01-091-3/+1
* - non-integer build check test on testmvpkgElan Ruusamäe2011-01-091-0/+28
* - print arch list in stbr acceptable formElan Ruusamäe2010-09-111-2/+9
* - skip if file doesn't existArkadiusz Miśkiewicz2010-03-291-0/+2
* - mention package which obsoletesElan Ruusamäe2010-03-081-1/+1
* - add check for obsoletesElan Ruusamäe2010-03-031-4/+62
* - cleanupElan Ruusamäe2009-08-051-2/+0
* - avoid displaying password; don't timeout easilyArkadiusz Miśkiewicz2009-08-051-2/+2
* Sign all rpm files with asking for password only once.Arkadiusz Miśkiewicz2009-08-051-3/+14
* - add archive tree supportElan Ruusamäe2009-06-301-13/+16