]> git.pld-linux.org Git - projects/pld-ftp-admin.git/history - modules/ftptree.py
quiet git checkout correctly
[projects/pld-ftp-admin.git] / modules / ftptree.py
2021-03-24 Jan RękorajskiSupport for split debugsource packaes
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ękorajskiUse 'x in dict' syntax, it's more pythonic and has_key...
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-06-05 Jan Rękorajski- use rpm.RPMVSF_NODSAHEADER where we had NOSIGNATURES...
2012-11-07 Jan Rękorajski- deal with noarch subpackages
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-03-22 Elan Ruusamäe- do not remove older pkgs when moving out from archive...
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-06-30 Elan Ruusamäe- add archive tree support
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 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-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- make src.builder's queue configurable
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-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-01-20 Mariusz Mazur- all scripts use ftpiod for locking and logging
2004-12-08 Mariusz Mazur- Really move and remove files, don't just print info...
2004-11-29 Mariusz Mazur- IT'S ALIVE!
2004-11-29 Mariusz Mazur- from-incoming.py uses Base{FtpTree,Pkg}; now I can...
2004-11-29 Mariusz Mazur- separate BasePkg and BaseFtpTree as lightweight versi...
2004-11-28 Mariusz Mazur- minor changes - mainly removing some additional files...
2004-11-23 Mariusz Mazur- don't force me to specify packages from cmd line...
2004-11-23 Mariusz Mazur- command line stuff tested and works
2004-11-23 Mariusz Mazur- package removal works (and I'm starting to like pytho...
2004-11-22 Mariusz Mazur- the ftp handling module is mostly done (and working...
2004-11-21 Mariusz Mazur- almost finished main ftp handling modules
This page took 1.130047 seconds and 6 git commands to generate.