noet
authorMichael Wallner <mike@php.net>
Sun, 30 Jun 2013 19:57:33 +0000 (21:57 +0200)
committerMichael Wallner <mike@php.net>
Sun, 30 Jun 2013 19:57:33 +0000 (21:57 +0200)
bin/btr
lib/btr/btr.sh
lib/btr/build/pecl.mk
lib/btr/build/php.mk
lib/btr/report/mail.mk
lib/btr/source/git.mk
lib/btr/source/svn.mk

diff --git a/bin/btr b/bin/btr
index 5a6e190adced6a1e14282478674f82a5f0d1ef87..022416c6636d976cfd0cef0c3bccbbfe1afd03e3 100755 (executable)
--- a/bin/btr
+++ b/bin/btr
@@ -23,4 +23,4 @@ REPORT="$(make -s -C $BTRDIR -f $LIBDIR/source/$SOURCE_RULES.mk && \
        make -s -C $BTRDIR -f $LIBDIR/build/$BUILD_RULES.mk)"
 make -s -C $BTRDIR -f $LIBDIR/report/$REPORT_RULES.mk REPORT="$REPORT"
 
-# vim: set noet
+# vim: noet
index 75bb7cde9f73c5c9437bdb2a9519e098c0428483..2b79088d4ba597fa74482886de5af00e9786180a 100755 (executable)
@@ -1,28 +1,28 @@
 #!/bin/sh
 
 function help {
-       echo "btr v0.2.0, (c) Michael Wallner <mike@php.net>"
-       echo
-       echo "Usage: $(basename $0) [-hv] [<options>] <repository>"
-       echo
-       echo "  -h, --help        Display this help"
-       echo "  -v, --verbose   Be more verbose"
-       echo
-       echo "  Options:"
-       echo "  -s, --source=<rules>              Use the specified source ruleset"
-       echo "  -b, --build=<rules>                Use the specified build ruleset"
-       echo "  -r, --report=<rules>              Use the specifued report ruleset"
-       echo "  -B, --branch=<branch>            Checkout this branch"
-       echo "  -D, --directory=<directory>   Use this directory as work root"
-       echo "  -S, --suffix=<suffix>            Append suffix to the build name"
-       echo "  -C, --configure=<options>        Define \$CONFIGURE options"
-       echo
-       echo "  Rulesets:"
-       echo "  source: git, svn"
-       echo "  build:  php, pecl"
-       echo "  report: mail"
-       echo
-       exit
+    echo "btr v0.2.0, (c) Michael Wallner <mike@php.net>"
+    echo
+    echo "Usage: $(basename $0) [-hv] [<options>] <repository>"
+    echo
+    echo "    -h, --help      Display this help"
+    echo "    -v, --verbose   Be more verbose"
+    echo
+    echo "  Options:"
+    echo "    -s, --source=<rules>          Use the specified source ruleset"
+    echo "    -b, --build=<rules>           Use the specified build ruleset"
+    echo "    -r, --report=<rules>          Use the specifued report ruleset"
+    echo "    -B, --branch=<branch>         Checkout this branch"
+    echo "    -D, --directory=<directory>   Use this directory as work root"
+    echo "    -S, --suffix=<suffix>         Append suffix to the build name"
+    echo "    -C, --configure=<options>     Define \$CONFIGURE options"
+    echo
+    echo "  Rulesets:"
+    echo "    source: git, svn"
+    echo "    build:  php, pecl"
+    echo "    report: mail"
+    echo
+    exit
 }
 
 function parseopts {
@@ -181,4 +181,4 @@ function confirm {
        esac
 }
 
-# vim: set noet
+# vim: noet
index 545b83506539bc456cb5d9e8d18441ead5d1bdde..0eaa17b6ff80f69f95ecf5c1a52d3740bfee31d0 100644 (file)
@@ -35,4 +35,4 @@ $(BRANCH_DIR)/configure: $(CONFIGS)
        cd $(BRANCH_DIR) && \
        phpize > /dev/null
 
-# vim: set noet
+# vim: noet
index 84327d32f77332ad16c9a690ec6b965cdc525e87..28ae1f7dfd98f727d83fc7f7efa9fc93ef4a0b2b 100644 (file)
@@ -35,4 +35,4 @@ $(BRANCH_DIR)/configure: $(BRANCH_DIR)/buildconf $(CONFIGS)
        cd $(BRANCH_DIR) && \
        ./buildconf > /dev/null
 
-# vim: set noet
+# vim: noet
index 37b8a6c970716e7a3e9e7c9033c94ea936f7cc79..0cc9fbd392153e959f0250ba2b1a352a06284762 100644 (file)
@@ -7,4 +7,4 @@ all:
                -a $(CONFIG_REPORT) -a $(BUILD_REPORT) -a $(TEST_REPORT) \
                $(USER) <<<"$$MESSAGE"
 
-# vim: set noet
+# vim: noet
index 6ca93a9959483e73af9131bbe634d31cf621b61c..cfad07fab5ff42f8809d9051660ff6bba7003b05 100644 (file)
@@ -15,4 +15,4 @@ $(CLEAN_DIR):
 $(BRANCH_DIR): $(CLEAN_DIR)
        git-new-workdir $(CLEAN_DIR) $(BRANCH_DIR) $(BRANCH)
 
-# vim: set noet
+# vim: noet
index 49d94c48b1775d401d60b5b7907e78d926210d35..5e36e0802b4addde02d09e3cb76106bae395434f 100644 (file)
@@ -8,4 +8,4 @@ all: $(BRANCH_DIR)
 $(BRANCH_DIR):
        svn checkout $(SOURCE_URL)/$(BRANCH) $(BRANCH_DIR)
 
-# vim: set noet
+# vim: noet