Skip to content

Commit

Permalink
Final changes for release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan-R committed Oct 8, 2015
1 parent c9b83f2 commit 2b1d796
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion buildtools/installme
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# along with the Assimilation Project software.
# If not, see http://www.gnu.org/licenses/
#
REL=1.0.1
REL=1.0.2
WORKLOG=/tmp/assimilation-install.txt
ASSIMSHARE=/usr/share/assimilation
BASEURL=https://www.dropbox.com/sh/4olv5bw1cx8bduq/AADYcxtYYwlFZxV-P0LpRA4ra/builds/Releases
Expand Down
1 change: 1 addition & 0 deletions docker/CentOS6/dockit
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ bash ./CentOS6-directions --format=dockerfile docker > Dockerfile
cat <<'!EOF' >> Dockerfile
RUN echo "GOODBUILD=$(echo "$(lsb_release -i -s)_$(lsb_release -r -s)-$(uname -m)" | tr '[A-Z]' '[a-z]')"
!EOF
mkdir -p $PKGDIR
rm -fr $PKGDIR/*
$DOCKER build -t $CMA .
ID=$(docker run -d $CMA /bin/sleep 5)
Expand Down

0 comments on commit 2b1d796

Please sign in to comment.