]> git.decadent.org.uk Git - dak.git/commitdiff
Clarify rm /
authorJoerg Jaspert <joerg@debian.org>
Sat, 20 Sep 2008 16:20:01 +0000 (18:20 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sat, 20 Sep 2008 16:20:01 +0000 (18:20 +0200)
/ are allowed in rm - for the DELAYED queue

Signed-off-by: Joerg Jaspert <joerg@debian.org>
tools/debianqueued-0.9/Queue.README

index 39416b93101033d146ff06d81546131325415a73..7ef15a7fd27b51a5807729d4e1f9edfda9df8f3c 100644 (file)
@@ -4,7 +4,7 @@ files uploaded here will be moved into the project incoming dir on
 this machine.
 
 Only known Debian developers can upload here. Uploads have to be signed
 this machine.
 
 Only known Debian developers can upload here. Uploads have to be signed
-by PGP keys in the Debian keyring. Files not meeting this criteria or
+by PGP keys in the Debian keyring. Files not meeting this criterion or
 files not mentioned in a .changes file will be removed after some time.
 
 The queue daemon will notify you by mail of success or any problems
 files not mentioned in a .changes file will be removed after some time.
 
 The queue daemon will notify you by mail of success or any problems
@@ -28,10 +28,11 @@ The Uploader: field should contain the mail address to which the reply
 should go, just like Maintainer: in a *.changes. Commands: is a
 multi-line field like e.g. Description:, so each continuation line
 should start with a space. Each line in Commands: can contain a
 should go, just like Maintainer: in a *.changes. Commands: is a
 multi-line field like e.g. Description:, so each continuation line
 should start with a space. Each line in Commands: can contain a
-standard 'rm' command, but no options are allowed, and filenames may not
-contain slashes (so that they're restricted to the queue
-directory). 'rm' can process as much arguments as you give it (not only
-one), and also knows about the shell wildcards *, ?, and [].
+standard 'rm' command, but no options are allowed. Except for the
+DELAYED queue (see below) filenames may not contain slashes (so that
+they're restricted to the queue directory). 'rm' can process as much
+arguments as you give it (not only one), and also knows about the shell
+wildcards *, ?, and [].
 
 Example of a *.commands file:
 
 
 Example of a *.commands file: