[arch-dev-public] testing2x(64) or cleanup script buggy?
I moved several packages with the new testing2x(64) script. To be sure I use /home/thomas/cleanup.sh for cleaning. Now I found all packages I moved with the testing2x (toolchain, openoffice, coreutils, wget) script not to be deleted from the ftp/testing directory. And also the cleanup.sh doesn't detect them to be obsolete. Though the testing/packages.txt doesn't include them anymore. Thomas and Aaron, can you please have a look? -Andy
On Tue, Jun 17, 2008 at 11:59 AM, Andreas Radke <a.radke@arcor.de> wrote:
I moved several packages with the new testing2x(64) script. To be sure I use /home/thomas/cleanup.sh for cleaning.
Now I found all packages I moved with the testing2x (toolchain, openoffice, coreutils, wget) script not to be deleted from the ftp/testing directory. And also the cleanup.sh doesn't detect them to be obsolete. Though the testing/packages.txt doesn't include them anymore.
Thomas and Aaron, can you please have a look?
The cleanup script is still not setup as a cron job. I am still fighting with internet at home (I have to go get the modem replaced today, sigh) and all that fun stuff. For now, don't worry about the cleanup - I will run it manually right now... http://dev.archlinux.org/~aaron/ftpdir_cleanup (still running when I hit send, FYI)
Am Tue, 17 Jun 2008 12:05:14 -0500 schrieb "Aaron Griffin" <aaronmgriffin@gmail.com>:
On Tue, Jun 17, 2008 at 11:59 AM, Andreas Radke <a.radke@arcor.de> wrote:
I moved several packages with the new testing2x(64) script. To be sure I use /home/thomas/cleanup.sh for cleaning.
Now I found all packages I moved with the testing2x (toolchain, openoffice, coreutils, wget) script not to be deleted from the ftp/testing directory. And also the cleanup.sh doesn't detect them to be obsolete. Though the testing/packages.txt doesn't include them anymore.
Thomas and Aaron, can you please have a look?
The cleanup script is still not setup as a cron job. I am still fighting with internet at home (I have to go get the modem replaced today, sigh) and all that fun stuff.
For now, don't worry about the cleanup - I will run it manually right now... http://dev.archlinux.org/~aaron/ftpdir_cleanup (still running when I hit send, FYI)
Thank you. Now we should try to cleanup testing completely! I have plans for starting another major "db" update and tons-of-rebuilds procedure within the next few days. I'll post a list in a separate thread. -Andy
On Tue, Jun 17, 2008 at 12:25 PM, Andreas Radke <a.radke@arcor.de> wrote:
Am Tue, 17 Jun 2008 12:05:14 -0500 schrieb "Aaron Griffin" <aaronmgriffin@gmail.com>:
On Tue, Jun 17, 2008 at 11:59 AM, Andreas Radke <a.radke@arcor.de> wrote:
I moved several packages with the new testing2x(64) script. To be sure I use /home/thomas/cleanup.sh for cleaning.
Now I found all packages I moved with the testing2x (toolchain, openoffice, coreutils, wget) script not to be deleted from the ftp/testing directory. And also the cleanup.sh doesn't detect them to be obsolete. Though the testing/packages.txt doesn't include them anymore.
Thomas and Aaron, can you please have a look?
The cleanup script is still not setup as a cron job. I am still fighting with internet at home (I have to go get the modem replaced today, sigh) and all that fun stuff.
For now, don't worry about the cleanup - I will run it manually right now... http://dev.archlinux.org/~aaron/ftpdir_cleanup (still running when I hit send, FYI)
Thank you.
Now we should try to cleanup testing completely! I have plans for starting another major "db" update and tons-of-rebuilds procedure within the next few days. I'll post a list in a separate thread.
Thanks Andy. You're awesome for keeping on top of this stuff. Thanks a lot.
Andreas Radke schrieb:
I moved several packages with the new testing2x(64) script. To be sure I use /home/thomas/cleanup.sh for cleaning.
Now I found all packages I moved with the testing2x (toolchain, openoffice, coreutils, wget) script not to be deleted from the ftp/testing directory.
That is a bug/missing feature in the db-move script. You could look at it in the dbscripts.git: http://projects.archlinux.org/?p=dbscripts.git;a=blob;f=db-move;h=f8adfc16fd... Line 112 needs cp changed to mv I guess.
And also the cleanup.sh doesn't detect them to be obsolete. Though the testing/packages.txt doesn't include them anymore.
That script iterates over the db.tar.gz file, not over the ftp directory. There is a cleanup2.sh which iterates over the files. For cleaning up, just run /arch/cronjobs/ftpdir-cleanup, it does all of those tasks (until the cronjob has been set up).
On Tue, Jun 17, 2008 at 1:55 PM, Thomas Bächler <thomas@archlinux.org> wrote:
Andreas Radke schrieb:
I moved several packages with the new testing2x(64) script. To be sure I use /home/thomas/cleanup.sh for cleaning.
Now I found all packages I moved with the testing2x (toolchain, openoffice, coreutils, wget) script not to be deleted from the ftp/testing directory.
That is a bug/missing feature in the db-move script. You could look at it in the dbscripts.git:
http://projects.archlinux.org/?p=dbscripts.git;a=blob;f=db-move;h=f8adfc16fd... Line 112 needs cp changed to mv I guess.
Yeah, I just assumed the cleanup script could handle that part though. I can always change it to a mv later on.
And also the cleanup.sh doesn't detect them to be obsolete. Though the testing/packages.txt doesn't include them anymore.
That script iterates over the db.tar.gz file, not over the ftp directory. There is a cleanup2.sh which iterates over the files. For cleaning up, just run /arch/cronjobs/ftpdir-cleanup, it does all of those tasks (until the cronjob has been set up).
I'll set this up today if I get time before I leave
On Tue, Jun 17, 2008 at 2:03 PM, Aaron Griffin <aaronmgriffin@gmail.com> wrote:
On Tue, Jun 17, 2008 at 1:55 PM, Thomas Bächler <thomas@archlinux.org> wrote:
That script iterates over the db.tar.gz file, not over the ftp directory. There is a cleanup2.sh which iterates over the files. For cleaning up, just run /arch/cronjobs/ftpdir-cleanup, it does all of those tasks (until the cronjob has been set up).
I'll set this up today if I get time before I leave
cron jobs installed. this also includes pierre's script to generate filelist archives - that runs at 11pm gerolde time. the ftp cleanup script should run every 3 hours. I will keep an eye on it. it should automatically mail the dev list if it does anything
Aaron Griffin schrieb:
cron jobs installed. this also includes pierre's script to generate filelist archives - that runs at 11pm gerolde time. the ftp cleanup script should run every 3 hours.
Hurray!
I will keep an eye on it. it should automatically mail the dev list if it does anything
Even more hurray!
participants (3)
-
Aaron Griffin
-
Andreas Radke
-
Thomas Bächler