]> git.decadent.org.uk Git - dak.git/commitdiff
Readme foo
authorJoerg Jaspert <joerg@debian.org>
Sun, 21 Sep 2008 12:25:26 +0000 (14:25 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sun, 21 Sep 2008 12:25:26 +0000 (14:25 +0200)
Add a new queue readme for ravel, correct hostname for ftp-master.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
tools/debianqueued-0.9/ChangeLog
tools/debianqueued-0.9/Queue.README
tools/debianqueued-0.9/Queue.README.ravel [new file with mode: 0644]

index 70304e19c11b18d5a1c45b18a8d1bdcbbb062d21..c27e2423013b733e466e3f8b187af23d752dd44e 100644 (file)
@@ -1,5 +1,10 @@
 2008-09-21  Joerg Jaspert  <joerg@debian.org>
 
 2008-09-21  Joerg Jaspert  <joerg@debian.org>
 
+       * Queue.README: Its ftp.upload.debian.org now, not
+       ftp-master.debian.org.
+
+       * Queue.README.ravel: New file for ravel
+
        * config-upload: New file, used for ravel
 
 2008-09-20  Thomas Viehmann  <tv@beamnet.de>
        * config-upload: New file, used for ravel
 
 2008-09-20  Thomas Viehmann  <tv@beamnet.de>
index 7ef15a7fd27b51a5807729d4e1f9edfda9df8f3c..669fda39f13ed9bb61293ebd5554f5c76c4e3998 100644 (file)
@@ -1,5 +1,5 @@
 
 
-This directory is the Debian upload queue of ftp-master.debian.org. All
+This directory is the Debian upload queue of ftp.upload.debian.org. All
 files uploaded here will be moved into the project incoming dir on
 this machine.
 
 files uploaded here will be moved into the project incoming dir on
 this machine.
 
diff --git a/tools/debianqueued-0.9/Queue.README.ravel b/tools/debianqueued-0.9/Queue.README.ravel
new file mode 100644 (file)
index 0000000..525a3e0
--- /dev/null
@@ -0,0 +1,47 @@
+
+This directory is the Debian upload queue of ssh.upload.debian.org. All
+valid files uploaded here will be transferred to ftp.upload.debian.org.
+
+Only known Debian developers can upload here. Uploads have to be signed
+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
+with your upload.
+
+
+*.commands Files
+----------------
+
+Besides *.changes files, you can also upload *.commands files for the
+daemon to process. With *.commands files, you can instruct the daemon
+to remove or rename files in the queue directory that, for example,
+resulted from failed or interrupted uploads. A *.commands file looks
+much like a *.changes, but contains only two fields: Uploader: and
+Commands:. It must be PGP-signed by a known Debian developer, to avoid
+that E.V.L. Hacker can remove/rename files in the queue. The basename
+(the part before the .commands extension) doesn't matter, but best
+make it somehow unique.
+
+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
+standard 'rm' command, but no options are allowed. 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:
+
+-----BEGIN PGP SIGNED MESSAGE-----
+
+Uploader: Some One <some@example.com>
+Commands: 
+ rm hello_1.0-1_i386.deb
+
+-----BEGIN PGP SIGNATURE-----
+Version: 2.6.3ia
+
+[...]
+-----END PGP SIGNATURE-----