~andrewjbeach/juju-ci-tools/make-local-patcher

« back to all changes in this revision

Viewing changes to publish-revision

  • Committer: Curtis Hovey
  • Date: 2014-05-05 19:55:16 UTC
  • Revision ID: curtis@canonical.com-20140505195516-krcv41xpdrncva9e
RELEASE_TOOLS is the env var to the juju-release-tools dir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
TARFILE=$($SCRIPTS/get-tarfile-name)
6
6
wget -q $LOCAL_JENKINS_URL/job/build-revision/lastSuccessfulBuild/artifact/$TARFILE
7
7
set +x
8
 
source $SCRIPTS/make-package-with-tarball.bash testing $TARFILE \
 
8
source $RELEASE_TOOLS/make-package-with-tarball.bash testing $TARFILE \
9
9
    'Curtis C. Hovey <curtis.hovey@canonical.com>'
10
10
# Now that we aren't sourcing credentials, it's safe to enable command echo.
11
11
set -x
15
15
done
16
16
 
17
17
mkdir -p new-tools
18
 
$SCRIPTS/assemble-public-tools.bash -t $WORKSPACE/ $VERSION new-tools
19
 
$SCRIPTS/publish-public-tools.bash testing new-tools/juju-dist-testing cpc
 
18
$RELEASE_TOOLS/assemble-public-tools.bash -t $WORKSPACE/ $VERSION new-tools
 
19
$RELEASE_TOOLS/publish-public-tools.bash testing new-tools/juju-dist-testing cpc