Task #9637 (closed)
Opened 7 years ago
Closed 6 years ago
Bug: remove hard-codd version from VM scripts
| Reported by: | jamoore | Owned by: | jamoore |
|---|---|---|---|
| Priority: | critical | Milestone: | OMERO-4.4.7 |
| Component: | Deployment | Version: | n.a. |
| Keywords: | n.a. | Cc: | cmacleod-x, khgillen, rleigh, bpindelski, pwalczycko |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | Bugs Fixing |
Description
~/git/docs/install/VM $ grep RELEASE_VERSION *
omerovm.sh:export RELEASE_VERSION="4.3.4"
omerovm.sh: EXPORTVMNAME="${VMNAME}-${RELEASE_VERSION}"
and similar should be removed from the VM scripts even if that means dropping the "release" quality build parameter since these changes break cross-branch compatibility.
NB: This follows on from #9345.
Change History (5)
comment:1 Changed 7 years ago by cmacleod-x
comment:2 Changed 7 years ago by jmoore
- Owner set to jmoore
comment:3 Changed 7 years ago by jmoore
- Cc khgillen rleigh pwalczycko added
comment:4 Changed 6 years ago by jmoore
- Component changed from General to Deployment
- Remaining Time set to 0.2
- Sprint set to Bugs Fixing
comment:5 Changed 6 years ago by jmoore
- Remaining Time changed from 0.2 to 0
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
IIRC the only place this is used is when you build the 'release' build. Otherwise those scripts pull the last successful build from jenkins/hudson and install it into the vm.