]> gitweb.fluxo.info Git - puppet-reprepro.git/commitdiff
describe why/how the startup script is broken
authorAntoine Beaupre <anarcat@koumbit.org>
Wed, 24 Jun 2009 18:58:43 +0000 (14:58 -0400)
committerAntoine Beaupre <anarcat@koumbit.org>
Wed, 24 Jun 2009 18:58:43 +0000 (14:58 -0400)
files/inoticoming.sh

index 2af508221258ae08cc861a8059f7b2e60965efba..bfacc860940638d7e540de50d0c059003f890145 100755 (executable)
@@ -1,5 +1,13 @@
 #! /bin/sh
 #
+# This should be a startup script for inoticoming for reprepro, but it doesn't work well.
+#
+# For some reason, it doesn't log its progress to the logfile when started here, while the following works:
+#
+# /usr/bin/inoticoming  --logfile /srv/reprepro/logs/i.log /srv/reprepro/incoming/ --stderr-to-log --stdout-to-log  --suffix '.changes'  --chdir /srv/reprepro reprepro -b /srv/reprepro --waitforlock 100 processincoming local {} \;
+#
+# The arguments are very similar so I'm not sure what's wrong.
+#
 # skeleton     example file to build /etc/init.d/ scripts.
 #              This file should be used to construct scripts for /etc/init.d.
 #