]> git.pld-linux.org Git - projects/pld-ftp-admin.git/history - modules
quiet git checkout correctly
[projects/pld-ftp-admin.git] / modules /
2021-03-24 Jan RękorajskiSupport for split debugsource packaes
2021-03-09 Jan RękorajskiFix StringIO usage under python 3
2021-02-28 Jan RękorajskiIgnore gpg passphrase prompt timeout, rpm now uses...
2021-02-28 Jan RękorajskiSwitch to Python 3 for rpm.org rpm
2021-02-21 Jan RękorajskiTypeError: got <type 'str'> ('Enter pass phrase:')...
2021-01-17 Jan RękorajskiFix loading StringIO on both python2 and python3
2021-01-17 Jan Rękorajskipexpect needs explicit encoding when run under python3
2021-01-17 Jan RękorajskiFix list and iterators assumptions that are no longer...
2021-01-17 Jan RękorajskiMore python3 compatible string methods
2021-01-17 Jan RękorajskiAccomodate for urlopen() moving from urllib to urllib...
2021-01-17 Jan RękorajskiReplace md5 with haslib, md5 is deprecated since 2...
2021-01-17 Jan RękorajskiUse 'x in dict' syntax, it's more pythonic and has_key...
2021-01-17 Jan RękorajskiSend and receive bytes over sockets (python3 compat)
2021-01-16 Jan RękorajskiUse python3 compatible string methods
2021-01-16 Jan RękorajskiFix octal constants syntax (python3 compat)
2021-01-16 Jan RękorajskiFix os.environ checks (python3 compat)
2021-01-16 Jan RękorajskiFix exception handling syntax (python3 compat)
2020-10-25 Jan Rękorajskimore python3 readiness
2018-12-30 Jan Rękorajskifix archive handling when moving packages around
2015-09-28 Jan Rękorajski- don't remove dst oackages when handling explicit...
2015-07-29 Jan RękorajskiFix detection of missing files on test move
2013-11-03 Kacper KornetRename ignore file
2013-06-05 Jan Rękorajski- use rpm.RPMVSF_NODSAHEADER where we had NOSIGNATURES...
2012-11-11 Elan Ruusamäe- poldek_indexes = old dropped, only pndir generated now
2012-11-07 Jan Rękorajski- deal with noarch subpackages
2012-09-26 Jan Rękorajski- reset file perms after signing, rpm5 leaves them...
2012-09-22 Jan Rękorajski- one more junk space
2012-09-22 Jan Rękorajski- white space cleanup
2012-09-22 Jan Rękorajski- _RPMVSF_NOSIGNATURES and _RPMVSF_NODIGESTS have been...
2012-08-07 Jan Rękorajski- don't hardcode dist, read it from config
2012-04-02 Elan Ruusamäe- extend ftpiod to be able to get locks info over the...
2011-08-13 Elan Ruusamäe- signpkg: allow signing whole tree if no pkgname given
2011-03-22 Elan Ruusamäe- do not remove older pkgs when moving out from archive...
2011-02-13 Elan Ruusamäe- import cleanup
2011-01-27 Arkadiusz MiśkiewiczCheck for duplicates only in packages that we are tryin...
2011-01-11 Arkadiusz MiśkiewiczRevert some crapizm.
2011-01-10 Elan Ruusamäe- allow filtering source and debugfiles in rpmfiles...
2011-01-10 Elan Ruusamäe- typo
2011-01-10 Arkadiusz MiśkiewiczDuplicate packages with different version or release...
2011-01-09 Elan Ruusamäe- allow skipping debugfiles in Pkg.rpmfiles
2011-01-09 Elan Ruusamäe- use str.count (thx atler)
2011-01-09 Elan Ruusamäe- non-integer build check test on testmvpkg
2010-09-11 Elan Ruusamäe- print arch list in stbr acceptable form
2010-03-29 Arkadiusz Miśkiewicz- skip if file doesn't exist
2010-03-08 Elan Ruusamäe- mention package which obsoletes
2010-03-03 Elan Ruusamäe- add check for obsoletes
2009-08-05 Elan Ruusamäe- cleanup
2009-08-05 Arkadiusz Miśkiewicz- avoid displaying password; don't timeout easily
2009-08-05 Arkadiusz MiśkiewiczSign all rpm files with asking for password only once.
2009-06-30 Elan Ruusamäe- add archive tree support
2009-06-30 Elan Ruusamäe- paths thing on ftpadmdir
2009-06-30 Elan Ruusamäe- add logs_list
2009-06-30 Elan Ruusamäe- add archived_trees
2009-06-27 Elan Ruusamäe- check for destdir when moving pkg
2009-05-27 Elan Ruusamäe- check for signed packages when moving them between...
2009-05-27 Elan Ruusamäe- add as module
2009-05-27 Elan Ruusamäe- handle missing sign_key from config
2009-05-27 Elan Ruusamäe- add sig_key to config
2009-05-27 Elan Ruusamäe- add rpmfiles() method go get rpm files of packages...
2009-05-26 Elan Ruusamäe- separate debuginfo support
2009-05-26 Elan Ruusamäe- code formatting
2008-05-09 Arkadiusz MiśkiewiczLog what file was supposed to be rmed.
2008-03-31 Elan Ruusamäe- back to SameError name, used outside this class
2008-03-31 Mariusz Mazur- no need to use the exceptions module; Exception is...
2008-03-31 Elan Ruusamäe- solve deprecationwarning
2006-01-12 Arkadiusz Miśkiewicz- bugfix, missing param
2006-01-09 Arkadiusz Miśkiewicz- mark one more message as test when needed
2006-01-09 Arkadiusz Miśkiewicz- be more verbose for testmvpkg
2005-12-26 Arkadiusz Miśkiewicz- but still raise error
2005-12-26 Arkadiusz Miśkiewicz- print some debugging info when things go wrong way
2005-12-26 Arkadiusz Miśkiewicz- print some debugging info when things go wrong way
2005-12-26 Arkadiusz Miśkiewicz- print some debugging info when things go wrong way
2005-09-11 Arkadiusz Miśkiewicz- command to dump locks data into log file
2005-09-11 Mariusz Mazur- remember who and when locked a tree
2005-09-09 Arkadiusz MiśkiewiczRead correct variable - poldek_indexes
2005-09-09 Arkadiusz Miśkiewicz- add support for generating only pndir indexes, both...
2005-08-09 Mariusz Mazur- added support for pkg pools with mutually exclusive...
2005-08-08 Mariusz Mazur- add __cmp__ to Pkg() and values() to FtpTree
2005-07-24 Mariusz Mazur- use rpmvercmp from rpm's python bindings to get prope...
2005-07-24 Mariusz Mazur- minor internal reorganization finished
2005-07-23 Mariusz Mazur- fixed a bug in remove.py and did some rearrangements...
2005-07-21 Mariusz Mazur- do not allow removal if building not finished
2005-07-14 Mariusz Mazur- also support older poldek
2005-07-14 Mariusz Mazur- make src.builder's queue configurable
2005-06-20 Mariusz Mazur- start all error strings with 'ERR:'
2005-05-20 Mariusz Mazur- do not break when pkg name has '+' or '.' signs in it
2005-05-11 Mariusz Mazur- braino
2005-05-11 Mariusz Mazur- test-move catches exception from mark4moving
2005-05-11 Mariusz Mazur- add 'separate_noarch' config option (on for Th and...
2005-05-04 Mariusz Mazur- works
2005-05-04 Mariusz Mazur- initial revision taken from pld-builder.new
2005-05-03 Mariusz Mazur- added maintainer.py; currenty handles cleaning up...
2005-05-01 Mariusz Mazur- added option to ignore the fact that a build isn...
2005-05-01 Mariusz Mazur- perror when trying to move a package with no rpms...
2005-03-20 Mariusz Mazur- fixed braino
2005-02-14 Mariusz Mazur- don't select with zero timeout, cause it just burns...
2005-01-20 Mariusz Mazur- partial support for showing if packages is marked...
2005-01-20 Mariusz Mazur- all scripts use ftpiod for locking and logging
2005-01-16 Mariusz Mazur- wwwiface shows pkgs taken from ftpiod
2005-01-16 Mariusz Mazur- send logging tag on connection
next
This page took 3.86336 seconds and 7 git commands to generate.