]> git.pld-linux.org Git - projects/pld-ftp-admin.git/log
projects/pld-ftp-admin.git
19 years ago- s/-c/--conf/
Mariusz Mazur [Sat, 19 Mar 2005 14:06:06 +0000 (14:06 +0000)]
- s/-c/--conf/

Changed files:
    bin/pfa-genindex -> 1.2

19 years ago- initial version; generates poldek indexes
Mariusz Mazur [Sat, 19 Mar 2005 14:02:00 +0000 (14:02 +0000)]
- initial version; generates poldek indexes

Changed files:
    bin/pfa-genindex -> 1.1

19 years ago- don't select with zero timeout, cause it just burns cpu cycles
Mariusz Mazur [Mon, 14 Feb 2005 23:51:35 +0000 (23:51 +0000)]
- don't select with zero timeout, cause it just burns cpu cycles
- now select is run ten times per second max

Changed files:
    modules/cmds.py -> 1.10
    modules/cons.py -> 1.7

19 years ago- partial support for showing if packages is marked for mv/rm
Mariusz Mazur [Thu, 20 Jan 2005 20:11:16 +0000 (20:11 +0000)]
- partial support for showing if packages is marked for mv/rm

Changed files:
    modules/cmds.py -> 1.9
    modules/ftpio.py -> 1.7
    modules/wwwcmds.py -> 1.3

19 years ago- all scripts use ftpiod for locking and logging
Mariusz Mazur [Thu, 20 Jan 2005 17:20:25 +0000 (17:20 +0000)]
- all scripts use ftpiod for locking and logging

Changed files:
    bin/pfa-from-incoming -> 1.6
    bin/pfa-mvpkg -> 1.7
    bin/pfa-rmpkg -> 1.4
    bin/pfa-testmvpkg -> 1.2
    modules/ftptree.py -> 1.11

19 years ago- wwwiface shows pkgs taken from ftpiod
Mariusz Mazur [Sun, 16 Jan 2005 19:59:01 +0000 (19:59 +0000)]
- wwwiface shows pkgs taken from ftpiod

Changed files:
    modules/cmds.py -> 1.8
    modules/ftpio.py -> 1.6
    modules/wwwcmds.py -> 1.2

19 years ago- send logging tag on connection
Mariusz Mazur [Sun, 16 Jan 2005 19:12:56 +0000 (19:12 +0000)]
- send logging tag on connection

Changed files:
    modules/user.py -> 1.3

19 years ago- (almost) uniqe cookies
Mariusz Mazur [Sun, 16 Jan 2005 18:18:32 +0000 (18:18 +0000)]
- (almost) uniqe cookies

Changed files:
    modules/cmds.py -> 1.7

19 years ago- stub for proper handling of www functionality
Mariusz Mazur [Sun, 16 Jan 2005 17:35:35 +0000 (17:35 +0000)]
- stub for proper handling of www functionality

Changed files:
    cgi-bin/index.py -> 1.4
    modules/wwwcmds.py -> 1.1

19 years ago- full multiuser support
Mariusz Mazur [Sun, 16 Jan 2005 01:42:38 +0000 (01:42 +0000)]
- full multiuser support

Changed files:
    modules/cmds.py -> 1.6
    modules/common.py -> 1.7
    modules/ftpio.py -> 1.5

19 years ago- more cosmetics
Mariusz Mazur [Thu, 13 Jan 2005 00:31:34 +0000 (00:31 +0000)]
- more cosmetics

Changed files:
    cgi-bin/index.py -> 1.3

19 years ago- removed dobule slash in path
Mariusz Mazur [Thu, 13 Jan 2005 00:30:38 +0000 (00:30 +0000)]
- removed dobule slash in path

Changed files:
    cgi-bin/index.py -> 1.2

19 years ago- www stuff auths through ftpiod (daemon just has stub functions, but adding
Mariusz Mazur [Wed, 12 Jan 2005 23:52:15 +0000 (23:52 +0000)]
- www stuff auths through ftpiod (daemon just has stub functions, but adding
  full account support is a piece of cake)

Changed files:
    modules/cmds.py -> 1.5
    modules/common.py -> 1.6
    modules/ftpio.py -> 1.4
    modules/user.py -> 1.2

19 years ago- I'm not sure if a non blocking socket can generate an exception on recv, but
Mariusz Mazur [Tue, 11 Jan 2005 18:26:46 +0000 (18:26 +0000)]
- I'm not sure if a non blocking socket can generate an exception on recv, but
  it's better to be safe, than sorry

Changed files:
    modules/cons.py -> 1.6

19 years ago- blah; I'm retarded; of course server side sockets should be non-blocking
Mariusz Mazur [Tue, 11 Jan 2005 18:17:29 +0000 (18:17 +0000)]
- blah; I'm retarded; of course server side sockets should be non-blocking

Changed files:
    modules/cons.py -> 1.5

19 years ago- connections can't be nonblocking, since I often need to wait for a reply
Mariusz Mazur [Tue, 11 Jan 2005 18:15:16 +0000 (18:15 +0000)]
- connections can't be nonblocking, since I often need to wait for a reply

Changed files:
    modules/cons.py -> 1.4

19 years ago- 'public' (from www iface) connections must try to log in before doing
Mariusz Mazur [Mon, 10 Jan 2005 19:08:53 +0000 (19:08 +0000)]
- 'public' (from www iface) connections must try to log in before doing
  anything else, or they will be terminated

Changed files:
    ftpiod/ftpiod.py -> 1.3
    modules/cmds.py -> 1.4
    modules/cons.py -> 1.3

19 years ago- also log script's name (if given)
Mariusz Mazur [Mon, 10 Jan 2005 14:48:38 +0000 (14:48 +0000)]
- also log script's name (if given)

Changed files:
    modules/cmds.py -> 1.3
    modules/cons.py -> 1.2
    modules/ftpio.py -> 1.3

19 years ago- logging support
Mariusz Mazur [Mon, 10 Jan 2005 12:06:16 +0000 (12:06 +0000)]
- logging support

Changed files:
    modules/cmds.py -> 1.2
    modules/ftpio.py -> 1.2

19 years ago- jajcus gave a better version of daemonize()
Mariusz Mazur [Mon, 10 Jan 2005 09:18:13 +0000 (09:18 +0000)]
- jajcus gave a better version of daemonize()

Changed files:
    ftpiod/ftpiod.py -> 1.2

19 years ago- ftp io daemon; does locking/unlocking; just need logging to have the
Mariusz Mazur [Sun, 9 Jan 2005 23:12:39 +0000 (23:12 +0000)]
- ftp io daemon; does locking/unlocking; just need logging to have the
  functionality I need for local scripts; www interface is a different matter

Changed files:
    ftpiod/ftpiod.py -> 1.1
    modules/cmds.py -> 1.1
    modules/common.py -> 1.5
    modules/cons.py -> 1.1
    modules/ftpio.py -> 1.1

19 years ago- locking support
Mariusz Mazur [Wed, 8 Dec 2004 21:40:48 +0000 (21:40 +0000)]
- locking support

Changed files:
    bin/pfa-from-incoming -> 1.5

19 years ago- Really move and remove files, don't just print info about it
Mariusz Mazur [Wed, 8 Dec 2004 20:52:45 +0000 (20:52 +0000)]
- Really move and remove files, don't just print info about it

Changed files:
    bin/pfa-from-incoming -> 1.4
    modules/ftptree.py -> 1.10

19 years ago- add SO_PASSCRED definition - it's missing in socket module and it's needed
Mariusz Mazur [Sat, 4 Dec 2004 16:35:46 +0000 (16:35 +0000)]
- add SO_PASSCRED definition - it's missing in socket module and it's needed
  by setsockopt to get all this stuff working

Changed files:
    ucred/ucred.c -> 1.6

19 years ago- sendcreds by default sends current ?ids, but any ?id can be overwritten
Mariusz Mazur [Sat, 4 Dec 2004 15:40:32 +0000 (15:40 +0000)]
- sendcreds by default sends current ?ids, but any ?id can be overwritten
  using args

Changed files:
    ucred/ucred.c -> 1.5

19 years ago- FINISHED!
Mariusz Mazur [Sat, 4 Dec 2004 15:28:11 +0000 (15:28 +0000)]
- FINISHED!
- not that it works though. Have I ever told you that rarely used unix
  interfaces suck? They often just don't work :/

Changed files:
    ucred/ucred.c -> 1.4

19 years ago- pid, uid and gid are taken from sendcreds' args
Mariusz Mazur [Sat, 4 Dec 2004 14:16:34 +0000 (14:16 +0000)]
- pid, uid and gid are taken from sendcreds' args

Changed files:
    ucred/ucred.c -> 1.3

19 years ago- sendcreds works
Mariusz Mazur [Sat, 4 Dec 2004 14:07:56 +0000 (14:07 +0000)]
- sendcreds works

Changed files:
    ucred/make.sh -> 1.1
    ucred/ucred.c -> 1.2

19 years ago- python module to send credentials through a unix socket; needs work
Mariusz Mazur [Sat, 4 Dec 2004 11:21:22 +0000 (11:21 +0000)]
- python module to send credentials through a unix socket; needs work

Changed files:
    ucred/setup.py -> 1.1
    ucred/ucred.c -> 1.1

19 years ago- *.pyc
Mariusz Mazur [Wed, 1 Dec 2004 12:04:16 +0000 (12:04 +0000)]
- *.pyc

Changed files:
    modules/.cvsignore -> 1.1

19 years ago- shell versions go bye bye
Mariusz Mazur [Mon, 29 Nov 2004 22:15:24 +0000 (22:15 +0000)]
- shell versions go bye bye

Changed files:
    bin/from-incoming.sh -> 1.17
    bin/functions -> 1.12

19 years ago- IT'S ALIVE!
Mariusz Mazur [Mon, 29 Nov 2004 22:14:53 +0000 (22:14 +0000)]
- IT'S ALIVE!

Changed files:
    bin/pfa-from-incoming -> 1.3
    modules/baseftptree.py -> 1.4
    modules/ftptree.py -> 1.9

19 years ago- from-incoming.py uses Base{FtpTree,Pkg}; now I can implement sending errors
Mariusz Mazur [Mon, 29 Nov 2004 19:18:57 +0000 (19:18 +0000)]
- from-incoming.py uses Base{FtpTree,Pkg}; now I can implement sending errors

Changed files:
    bin/pfa-from-incoming -> 1.2
    modules/baseftptree.py -> 1.3
    modules/ftptree.py -> 1.8

19 years ago- __repr__ BaseFtpTree
Mariusz Mazur [Mon, 29 Nov 2004 17:39:37 +0000 (17:39 +0000)]
- __repr__ BaseFtpTree

Changed files:
    modules/baseftptree.py -> 1.2

19 years ago- separate BasePkg and BaseFtpTree as lightweight versions for from-incoming.py
Mariusz Mazur [Mon, 29 Nov 2004 17:07:32 +0000 (17:07 +0000)]
- separate BasePkg and BaseFtpTree as lightweight versions for from-incoming.py
  (inheritance in python rox :)

Changed files:
    modules/baseftptree.py -> 1.1
    modules/common.py -> 1.4
    modules/ftptree.py -> 1.7

19 years ago- minor changes - mainly removing some additional files for noarch rpms
Mariusz Mazur [Sun, 28 Nov 2004 22:27:53 +0000 (22:27 +0000)]
- minor changes - mainly removing some additional files for noarch rpms

Changed files:
    modules/common.py -> 1.3
    modules/config.py -> 1.3
    modules/ftptree.py -> 1.6

19 years ago- just needs noarch support now
Mariusz Mazur [Sun, 28 Nov 2004 13:35:11 +0000 (13:35 +0000)]
- just needs noarch support now

Changed files:
    bin/pfa-from-incoming -> 1.1

19 years ago- don't force me to specify packages from cmd line - by default try to move
Mariusz Mazur [Tue, 23 Nov 2004 21:55:15 +0000 (21:55 +0000)]
- don't force me to specify packages from cmd line - by default try to move
  those marked from www iface
- one more shell script replaced; just one to go

Changed files:
    bin/check-move.sh -> 1.3
    bin/pfa-mvpkg -> 1.6
    bin/pfa-testmvpkg -> 1.1
    modules/ftptree.py -> 1.5

19 years ago- shell versions of move and remove go bye bye
Mariusz Mazur [Tue, 23 Nov 2004 21:09:51 +0000 (21:09 +0000)]
- shell versions of move and remove go bye bye

Changed files:
    bin/move.sh -> 1.12
    bin/remove.sh -> 1.6

19 years ago- command line stuff tested and works
Mariusz Mazur [Tue, 23 Nov 2004 20:39:45 +0000 (20:39 +0000)]
- command line stuff tested and works

Changed files:
    bin/pfa-mvpkg -> 1.5
    bin/pfa-rmpkg -> 1.3
    modules/common.py -> 1.2
    modules/ftptree.py -> 1.4

19 years ago- move some common code to a separate module
Mariusz Mazur [Tue, 23 Nov 2004 16:05:58 +0000 (16:05 +0000)]
- move some common code to a separate module

Changed files:
    bin/pfa-mvpkg -> 1.4
    bin/pfa-rmpkg -> 1.2
    modules/common.py -> 1.1

19 years ago- package removal works (and I'm starting to like python's flexibility)
Mariusz Mazur [Tue, 23 Nov 2004 15:25:38 +0000 (15:25 +0000)]
- package removal works (and I'm starting to like python's flexibility)

Changed files:
    bin/pfa-mvpkg -> 1.3
    bin/pfa-rmpkg -> 1.1
    modules/ftptree.py -> 1.3

19 years ago- the ftp handling module is mostly done (and working) - now need to work
Mariusz Mazur [Mon, 22 Nov 2004 23:07:56 +0000 (23:07 +0000)]
- the ftp handling module is mostly done (and working) - now need to work
  on the www interface (which is just proof of concept currently and doesn't
  do anything interesting)

Changed files:
    cgi-bin/index.py -> 1.1
    html/footer.html -> 1.1
    html/header.html -> 1.1
    html/layout.css -> 1.1
    html/loggedinmenu.html -> 1.1
    html/menufooter.html -> 1.1
    html/regform.html -> 1.1
    modules/config.py -> 1.2
    modules/ftptree.py -> 1.2
    modules/user.py -> 1.1
    modules/wwwiface.py -> 1.1

19 years ago- almost working
Mariusz Mazur [Sun, 21 Nov 2004 23:44:40 +0000 (23:44 +0000)]
- almost working

Changed files:
    bin/pfa-mvpkg -> 1.2

19 years ago- almost finished main ftp handling modules
Mariusz Mazur [Sun, 21 Nov 2004 23:36:49 +0000 (23:36 +0000)]
- almost finished main ftp handling modules

Changed files:
    modules/config.py -> 1.1
    modules/ftptree.py -> 1.1

19 years ago- moving module
Mariusz Mazur [Sun, 21 Nov 2004 23:35:48 +0000 (23:35 +0000)]
- moving module

Changed files:
    bin/config.py -> 1.2

19 years ago- raw python version... in case ep09 explodes
Mariusz Mazur [Sun, 14 Nov 2004 22:03:01 +0000 (22:03 +0000)]
- raw python version... in case ep09 explodes

Changed files:
    bin/config.py -> 1.1
    bin/pfa-mvpkg -> 1.1

19 years ago- thread messages about broken noarchs
Mariusz Mazur [Tue, 12 Oct 2004 18:50:13 +0000 (18:50 +0000)]
- thread messages about broken noarchs

Changed files:
    bin/functions -> 1.11

19 years ago- lock_tree didn't really lock anything (thx malekith)
Mariusz Mazur [Tue, 12 Oct 2004 14:22:02 +0000 (14:22 +0000)]
- lock_tree didn't really lock anything (thx malekith)

Changed files:
    bin/functions -> 1.10

19 years ago- tree locking support (need to add this to move.sh and remove.sh)
Mariusz Mazur [Tue, 12 Oct 2004 12:35:00 +0000 (12:35 +0000)]
- tree locking support (need to add this to move.sh and remove.sh)

Changed files:
    bin/from-incoming.sh -> 1.16
    bin/functions -> 1.9

19 years ago- full noarch support (with error checking and reporting)
Mariusz Mazur [Sat, 9 Oct 2004 18:10:16 +0000 (18:10 +0000)]
- full noarch support (with error checking and reporting)

Changed files:
    bin/from-incoming.sh -> 1.15
    bin/functions -> 1.8

19 years ago- fixed a braino
Mariusz Mazur [Thu, 7 Oct 2004 19:18:31 +0000 (19:18 +0000)]
- fixed a braino

Changed files:
    bin/functions -> 1.7

19 years ago- finished
Mariusz Mazur [Thu, 30 Sep 2004 17:17:35 +0000 (17:17 +0000)]
- finished

Changed files:
    bin/check-move.sh -> 1.2
    bin/functions -> 1.6
    bin/move.sh -> 1.11

19 years ago- rough version, but works... need to incorporate all this functionality into
Mariusz Mazur [Wed, 29 Sep 2004 21:11:05 +0000 (21:11 +0000)]
- rough version, but works... need to incorporate all this functionality into
  move.sh

Changed files:
    bin/check-move.sh -> 1.1

19 years ago- moved pkglist generation to functions file
Mariusz Mazur [Wed, 29 Sep 2004 20:47:50 +0000 (20:47 +0000)]
- moved pkglist generation to functions file

Changed files:
    bin/functions -> 1.5
    bin/move.sh -> 1.10
    bin/remove.sh -> 1.5

19 years ago- or not
Mariusz Mazur [Mon, 27 Sep 2004 09:52:55 +0000 (09:52 +0000)]
- or not

Changed files:
    bin/from-incoming.sh -> 1.14

19 years ago- don't rely on 'functions' file - it's of no use from this script's pov
Mariusz Mazur [Mon, 27 Sep 2004 09:47:02 +0000 (09:47 +0000)]
- don't rely on 'functions' file - it's of no use from this script's pov

Changed files:
    bin/from-incoming.sh -> 1.13

19 years ago- add buildids to 'updated' builds
Mariusz Mazur [Sat, 25 Sep 2004 23:33:02 +0000 (23:33 +0000)]
- add buildids to 'updated' builds

Changed files:
    bin/from-incoming.sh -> 1.12

19 years ago- also copy '^info:' tags from src.rpm .uplodinfo to .metadata/*.info files
Mariusz Mazur [Wed, 22 Sep 2004 23:03:03 +0000 (23:03 +0000)]
- also copy '^info:' tags from src.rpm .uplodinfo to .metadata/*.info files
- TODO: do the same thing for incremental src.rpms
- good night

Changed files:
    bin/from-incoming.sh -> 1.11

19 years ago- cosmetics
Mariusz Mazur [Tue, 21 Sep 2004 22:50:32 +0000 (22:50 +0000)]
- cosmetics

Changed files:
    bin/functions -> 1.4
    bin/remove.sh -> 1.4

19 years ago- cosmetics
Mariusz Mazur [Tue, 21 Sep 2004 22:41:53 +0000 (22:41 +0000)]
- cosmetics

Changed files:
    bin/move.sh -> 1.9

19 years ago- support for 'updating' archs in a given tree; meaning I can build a package
Mariusz Mazur [Tue, 21 Sep 2004 22:30:51 +0000 (22:30 +0000)]
- support for 'updating' archs in a given tree; meaning I can build a package
  for eg. athlon and ppc, move it to main tree, then build it for athlon, ppc
  and amd64 and moving the newer package to main tree will result in only
  amd64 being really moved, and rest of the archs getting discarded (removed)
  (of course we're talking about same NVR for both the newer and older
  package sets)
- to make a long story short - I can start building th for those archs I have
  builders for and update ftp with new arch once amd64 builder becomes
  available (and I plan to do so as soon as I finish these scripts)

Changed files:
    bin/functions -> 1.3
    bin/move.sh -> 1.8

19 years ago- s/ARCHS/FTP_ARCHS/
Mariusz Mazur [Tue, 21 Sep 2004 21:04:49 +0000 (21:04 +0000)]
- s/ARCHS/FTP_ARCHS/

Changed files:
    bin/from-incoming.sh -> 1.10

19 years ago- cosmetics :)
Mariusz Mazur [Tue, 21 Sep 2004 17:40:50 +0000 (17:40 +0000)]
- cosmetics :)

Changed files:
    bin/remove.sh -> 1.3

19 years ago- older packages removal support
Mariusz Mazur [Tue, 21 Sep 2004 17:38:32 +0000 (17:38 +0000)]
- older packages removal support

Changed files:
    bin/remove.sh -> 1.2

19 years ago- remove script
Mariusz Mazur [Tue, 21 Sep 2004 17:19:41 +0000 (17:19 +0000)]
- remove script

Changed files:
    bin/remove.sh -> 1.1

19 years ago- lots of changes... cleaned up code, etc.
Mariusz Mazur [Mon, 20 Sep 2004 23:11:54 +0000 (23:11 +0000)]
- lots of changes... cleaned up code, etc.
- now need to add moving only 'updated' archs

Changed files:
    bin/functions -> 1.2
    bin/move.sh -> 1.7

19 years ago- coherent warnings
Mariusz Mazur [Mon, 20 Sep 2004 15:17:37 +0000 (15:17 +0000)]
- coherent warnings

Changed files:
    bin/from-incoming.sh -> 1.9

19 years ago- cosmetics
Mariusz Mazur [Sat, 18 Sep 2004 14:24:29 +0000 (14:24 +0000)]
- cosmetics

Changed files:
    bin/from-incoming.sh -> 1.8
    bin/move.sh -> 1.6

19 years ago- if files are already present in destination dir for a given arch (SRPMS
Mariusz Mazur [Sat, 18 Sep 2004 14:19:06 +0000 (14:19 +0000)]
- if files are already present in destination dir for a given arch (SRPMS
  included) do not overwrite the old files, but remove the new ones
  (meaning - no way in hell is it now possible to overwrite any file already
  on ftp... or at least it will be impossible once I add the same thingie
  to move.sh)

Changed files:
    bin/from-incoming.sh -> 1.7

19 years ago- more changes
Mariusz Mazur [Sat, 18 Sep 2004 13:21:40 +0000 (13:21 +0000)]
- more changes

Changed files:
    bin/config -> 1.2
    bin/from-incoming.sh -> 1.6
    bin/functions -> 1.1
    bin/move.sh -> 1.5

19 years ago- argh; good night
Mariusz Mazur [Sat, 18 Sep 2004 01:00:52 +0000 (01:00 +0000)]
- argh; good night

Changed files:
    bin/from-incoming.sh -> 1.5

19 years ago- chmod a+r on all new files
Mariusz Mazur [Sat, 18 Sep 2004 01:00:15 +0000 (01:00 +0000)]
- chmod a+r on all new files

Changed files:
    bin/from-incoming.sh -> 1.4

19 years ago- fixed a braino... need sleep
Mariusz Mazur [Sat, 18 Sep 2004 00:54:47 +0000 (00:54 +0000)]
- fixed a braino... need sleep

Changed files:
    bin/move.sh -> 1.4

19 years ago- cosmetics
Mariusz Mazur [Sat, 18 Sep 2004 00:48:44 +0000 (00:48 +0000)]
- cosmetics

Changed files:
    bin/move.sh -> 1.3

19 years ago- bug
Mariusz Mazur [Sat, 18 Sep 2004 00:39:55 +0000 (00:39 +0000)]
- bug

Changed files:
    bin/from-incoming.sh -> 1.3

19 years ago- s/arch:/file:/ in info files
Mariusz Mazur [Sat, 18 Sep 2004 00:24:40 +0000 (00:24 +0000)]
- s/arch:/file:/ in info files

Changed files:
    bin/from-incoming.sh -> 1.2
    bin/move.sh -> 1.2

19 years ago- script for moving files (works like a charm)
Mariusz Mazur [Sat, 18 Sep 2004 00:18:40 +0000 (00:18 +0000)]
- script for moving files (works like a charm)

Changed files:
    bin/move.sh -> 1.1

19 years ago- second try
Mariusz Mazur [Fri, 17 Sep 2004 10:48:06 +0000 (10:48 +0000)]
- second try

Changed files:
    bin/config -> 1.1.1.1
    bin/from-incoming.sh -> 1.1.1.1

This page took 0.106235 seconds and 4 git commands to generate.