Fixing changelog and stopContainer

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/smartgears-distribution-bundle@124165 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2016-02-15 09:42:55 +00:00
parent 635d81ac3d
commit c70c55cd1a
2 changed files with 11 additions and 1 deletions

View File

@ -1,4 +1,13 @@
<ReleaseNotes>
<Changeset component="org.gcube.distribution.smartgears-distribution-bundle.2-0-0" date="2016-XX-XX">
<Change>Environment variable values replaced instead of just appended in ~/.bashrc (refs #2179)</Change>
</Changeset>
<Changeset component="org.gcube.distribution.smartgears-distribution-bundle.1-0-6" date="2016-02-15">
<Change>Environment variable values replaced instead of just appended in ~/.bashrc (refs #2179)</Change>
</Changeset>
<Changeset component="org.gcube.distribution.smartgears-distribution-bundle.1-0-5" date="2016-02-01">
<Change>Improved setup (refs #77)</Change>
</Changeset>
<Changeset component="org.gcube.distribution.smartgears-distribution-bundle.1-0-4" date="2015-10-16">
<Change>Passing smartgears-distribution version as argument when compiling</Change>
<Change>Used tomcat 7 range instead of fixed version</Change>

View File

@ -1,3 +1,4 @@
#!/bin/bash
cd $BUNDLE_HOME
$CATALINA_HOME/bin/shutdown.sh
# Waiting 30 seconds for sane termination
$CATALINA_HOME/bin/shutdown.sh 30