summaryrefslogtreecommitdiff
path: root/src/xbs
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-06-20 22:00:01 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-06-20 22:00:01 -0400
commitbec95eeaee02dffb0f1750b9ca2641378bbe9df9 (patch)
tree394fe1663327f85451bfbd290df844717de5db7c /src/xbs
parent58247a8f992a7c5957292d95fe6919b3fcacbf87 (diff)
I think xbs is in a workable stage.
Diffstat (limited to 'src/xbs')
-rwxr-xr-xsrc/xbs/xbs5
-rw-r--r--src/xbs/xbs.conf2
2 files changed, 4 insertions, 3 deletions
diff --git a/src/xbs/xbs b/src/xbs/xbs
index 6bd1af2..ae424af 100755
--- a/src/xbs/xbs
+++ b/src/xbs/xbs
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Copyright (C) 2013 Luke Shumaker <lukeshu@sbcglobal.net>
#
@@ -57,7 +57,8 @@ usage() {
flag "move $(_ 'FROMREPO TOREPO PKGBASE')" \
'Move a pkgbase from one repo to another'
flag "releasepath $(_ 'PKGBASE REPO ARCH')" \
- 'Print the path to the staged version of pkgbase'
+ 'Print the path to the staged version of pkgbase. Exit with a
+ non-zero value if PKGBASE is not staged for that REPO-ARCH'
}
status() {
diff --git a/src/xbs/xbs.conf b/src/xbs/xbs.conf
index caf8d8b..556c133 100644
--- a/src/xbs/xbs.conf
+++ b/src/xbs/xbs.conf
@@ -1 +1 @@
-BUILDSYSTEM=abs
+BUILDSYSTEM=abslibre