Skip to content

Commit

Permalink
updated version and rebuilt
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Potter committed Mar 7, 2020
1 parent e4fce03 commit 3a33abb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SHELL ?= /bin/bash -e
#BINARY ?= cmd/server/mendel-web-ui
BINARY ?= mendel-web-ui
# Set these 2 vars before building the pkg, and set Requires in pkg/rpm/mendel-web-ui.spec if necessary
export VERSION ?= 1.1.7
export VERSION ?= 1.1.8
# Release is only needed for the rpm, and only needs to be incremented if you have to rebuild/reinstall this version multiple times due to packaging fixes
export RELEASE ?= 1
# rpmbuild does not give us a good way to set topdir, so use the default location
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ First, set the `VERSION` and `RELEASE` variables in `Makefile`.

Note: so far the RPM has only been tested on Amazon Linux.

- Increment the `VERSION` value in `Makefile`
- Build (you build the linux rpm on mac if you 1st: `brew install rpm`):
```
make rpmbuild
Expand All @@ -46,6 +47,7 @@ yum install mendel-web-ui-*.x86_64.rpm

### For the Mac install package:

- Increment the `VERSION` value in `Makefile`
- Build:
```
make macpkg
Expand Down

0 comments on commit 3a33abb

Please sign in to comment.