]> git.pld-linux.org Git - projects/pld-ftp-admin.git/log
projects/pld-ftp-admin.git
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.048914 seconds and 4 git commands to generate.