Skip to content

Commit

Permalink
Merge pull request #25 from joshmoore/job-rename
Browse files Browse the repository at this point in the history
Move OMERO-stable-ice34 to OMERO-5.0-latest-ice34
  • Loading branch information
joshmoore committed Jan 17, 2014
2 parents 945cfba + 29f6a6e commit 3763c84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ before_script:
- psql -c "select 1;" -U omero -h localhost omero
- sudo mkdir /OMERO
- sudo chown $USER:$USER /OMERO
- wget --user-agent $USER_AGENT http://cvs.openmicroscopy.org.uk/snapshots/omero/4.4.8p1/OMERO.server-4.4.8p1-ice34-b304.zip
- unzip -qq OMERO.server-4.4.8p1-ice34-b304.zip
- ln -s OMERO.server-4.4.8p1-ice34-b304 OMERO-CURRENT
- wget --user-agent $USER_AGENT http://downloads.openmicroscopy.org/omero/5.0.0-rc1/artifacts/OMERO.server-5.0.0-rc1-ice34-b10.zip
- unzip -qq OMERO.server-5.0.0-rc1-ice34-b10.zip
- ln -s OMERO.server-5.0.0-rc1-ice34-b10 OMERO-CURRENT
- OMERO-CURRENT/bin/omero db script "" "" ome -f OMERO.sql
- psql -q -h localhost -U omero omero < OMERO.sql
- OMERO-CURRENT/bin/omero admin start
Expand Down
2 changes: 1 addition & 1 deletion test/TestUpgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def testSkipunzip(self):
self.assertRaises(Stop, self.upgrade, "--skipunzip")

def testUpgrade(self):
self.upgrade("--unzipargs=-q", "--branch=OMERO-stable-ice34")
self.upgrade("--unzipargs=-q", "--branch=OMERO-5.0-latest-ice34")

if __name__ == '__main__':
import logging
Expand Down

0 comments on commit 3763c84

Please sign in to comment.