From bec95eeaee02dffb0f1750b9ca2641378bbe9df9 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 20 Jun 2014 22:00:01 -0400 Subject: I think xbs is in a workable stage. --- src/xbs/xbs | 5 +++-- src/xbs/xbs.conf | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'src/xbs') 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 # @@ -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 -- cgit v1.2.3-2-g168b