]> git.decadent.org.uk Git - dak.git/commit
Change import_dataset.sh to take its input from stdin
authorJulien Cristau <jcristau@debian.org>
Wed, 25 May 2016 12:25:45 +0000 (14:25 +0200)
committerJulien Cristau <jcristau@debian.org>
Wed, 25 May 2016 12:25:45 +0000 (14:25 +0200)
commit430ecbbc12f286d93b91764144b2c8394ef9ee0f
treefc5709f143081dcc44f69e0e813b886e343d98a3
parente6f5a9b6147fda63824104f492fe78336d7ace2e
Change import_dataset.sh to take its input from stdin

We plan on moving release.debian.org to a separate host, so won't be
able to share a filesystem between release and dak.  Instead take the
dataset from stdin, with a md5sum passed through the command line (via
SSH_ORIGINAL_COMMAND).

Signed-off-by: Julien Cristau <jcristau@debian.org>
scripts/debian/import_dataset.sh