[yadt] push by krux...@gmail.com - checking for hostaccess before ignoring on 2013-06-24 15:08 GMT

1 view
Skip to first unread message

ya...@googlecode.com

unread,
Jun 24, 2013, 11:08:52 AM6/24/13
to yadt-...@googlegroups.com
Revision: 6f5f8b1eed3c
Branch: default
Author: kru...@gmail.com
Date: Mon Jun 24 08:07:11 2013
Log: checking for hostaccess before ignoring
http://code.google.com/p/yadt/source/detail?r=6f5f8b1eed3c

Modified:
/yadt-client/src/usr/bin/yadt-service-ignore
/yadt-client/src/usr/bin/yadt-service-unignore

=======================================
--- /yadt-client/src/usr/bin/yadt-service-ignore Mon Jun 24 07:17:53 2013
+++ /yadt-client/src/usr/bin/yadt-service-ignore Mon Jun 24 08:07:11 2013
@@ -1,11 +1,12 @@
#!/bin/bash
set -u -e -E -o pipefail -C

-. /etc/default/yadt

SERVICE=${1:?no SERVICE specified?!}
MESSAGE=${2:?no MESSAGE specified?!}
WHO=${WHO:-$(whoami)}
+
+. yadt-host-checkaccess

IGNORE_FILE=$YADT_LOCK_DIR/ignore.$SERVICE

=======================================
--- /yadt-client/src/usr/bin/yadt-service-unignore Mon Jun 24 07:17:53 2013
+++ /yadt-client/src/usr/bin/yadt-service-unignore Mon Jun 24 08:07:11 2013
@@ -1,6 +1,7 @@
#!/bin/bash

-. /etc/default/yadt
+
+. yadt-host-checkaccess

SERVICE=${1:?no SERVICE specified?!}
rm -f $YADT_LOCK_DIR/ignore.$SERVICE
Reply all
Reply to author
Forward
0 new messages