From 1594e355efb2ad31f2b555cbb8a61b61dc92223f Mon Sep 17 00:00:00 2001 From: Chris Bynum Date: Wed, 31 Aug 2016 15:31:57 -0400 Subject: [PATCH] Util repo files --- .gitignore | 18 ++++++++++++++++++ BINSCRIPTS.md | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 811f8fa7..e9487e3f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,21 @@ bin/run.sh bin/start.sh bin/stop.sh bin/test.sh +bin/build.sh +bin/destroy.sh +bin/install.sh +bin/rebuild.sh +bin/rerun.sh +bin/run.sh +bin/start.sh +bin/stop.sh +bin/test.sh +bin/build.sh +bin/destroy.sh +bin/install.sh +bin/rebuild.sh +bin/rerun.sh +bin/run.sh +bin/start.sh +bin/stop.sh +bin/test.sh diff --git a/BINSCRIPTS.md b/BINSCRIPTS.md index f5949ba8..7818108d 100644 --- a/BINSCRIPTS.md +++ b/BINSCRIPTS.md @@ -9,7 +9,7 @@ If you are reading this file in BINSCRIPTS.md, your container project is likely To use these scripts yourself, issue this command: ``` -curl "https://github.internet2.edu/raw/docker/util/master/bin/install.sh?token=AAAAETsVKUnOEAMM8TvUUZccPYi13wsnks5Xq46jwA%3D%3D" | bash +curl "https://github.internet2.edu/raw/docker/util/master/bin/install.sh?token=AAAAE4VRBLPB8VExPHSR5nCe791IAYqaks5Xzug5wA%3D%3D" | bash ``` ### common.bash @@ -38,4 +38,4 @@ This will also install a Jenkinsfile to your repository, if it doesn't have one. ### Testing -#### test.sh \ No newline at end of file +#### test.sh