[Pkg-puppet-devel] [facter] 32/180: (FACT-375) cd into acceptance dir when initializing
Stig Sandbeck Mathisen
ssm at debian.org
Mon Jun 30 15:06:28 UTC 2014
This is an automated email from the git hooks/post-receive script.
ssm pushed a commit to branch master
in repository facter.
commit df687a4a3b35eada2e9397c30ec9b5911f01401c
Author: Adrien Thebo <git at somethingsinistral.net>
Date: Tue Mar 18 15:44:08 2014 -0700
(FACT-375) cd into acceptance dir when initializing
---
acceptance/bin/ci-bootstrap-from-artifacts.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/acceptance/bin/ci-bootstrap-from-artifacts.sh b/acceptance/bin/ci-bootstrap-from-artifacts.sh
index 9f6a81d..2b55a2e 100755
--- a/acceptance/bin/ci-bootstrap-from-artifacts.sh
+++ b/acceptance/bin/ci-bootstrap-from-artifacts.sh
@@ -24,6 +24,8 @@ echo "PACKAGE_BUILD_STATUS: ${PACKAGE_BUILD_STATUS}"
rm -rf acceptance
tar -xzf acceptance-artifacts.tar.gz
+cd acceptance
+
mkdir -p log/latest
echo "===== This artifact is from ====="
@@ -35,7 +37,7 @@ if [[ "${platform}" =~ 'solaris' ]]; then
repo_proxy=" :repo_proxy => false,"
fi
-cat > acceptance/local_options.rb <<-EOF
+cat > local_options.rb <<-EOF
{
:hosts_file => 'config/nodes/${platform}.yaml',
:ssh => {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-puppet/facter.git
More information about the Pkg-puppet-devel
mailing list