From f54bfd3b297c285e439f8c17367946be49d79d90 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Tue, 30 Aug 2016 20:29:42 -0700 Subject: [PATCH] small doc update --- README | 7 ++++--- phab-setup | 5 +++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README b/README index 0fd249f..3cd3687 100644 --- a/README +++ b/README @@ -1,5 +1,6 @@ Scripts to setup distros how I like -It's not meant for other people to run verbatum, but for them to read -and copy the good parts. It has dependencies on other repos at -https://iankelling.org/git. +Initial os install is also automated using a separate repo callied +"fai", also at iankelling.org/git. It's not meant for other people to +run verbatum, but for them to read and copy the good parts. It has +dependencies on other repos at https://iankelling.org/git. diff --git a/phab-setup b/phab-setup index 5d180f8..25bbab7 100755 --- a/phab-setup +++ b/phab-setup @@ -13,6 +13,11 @@ # See the License for the specific language governing permissions and # limitations under the License. + + +# Automated phabricator setup. Not currently using it, +# but it works. + set -eE -o pipefail trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?"' ERR -- 2.30.2