Skip to content

Commit

Permalink
Bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper Lievisse Adriaanse committed Mar 7, 2016
1 parent 5f392c9 commit ba8dbaa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
all: deps compile

VERSION=0.3.0

compile:
go build

Expand All @@ -22,7 +24,7 @@ rpm: compile rpm-deps
install -m 0644 docker-volume-beegfs.service obj/redhat/lib/systemd/system
fpm -C obj/redhat --vendor RedCoolBeans -m "[email protected]" -f \
-s dir -t rpm -n docker-volume-beegfs \
--after-install files/post-install-systemd --version 0.2.0 . && \
--after-install files/post-install-systemd --version ${VERSION} . && \
rm -fr obj/redhat

# builds are done on RHEL, when building locally on Debian use the following:
Expand All @@ -38,7 +40,7 @@ deb: compile deb-deps
install -m 0644 docker-volume-beegfs.service obj/debian/lib/systemd/system
fpm -C obj/debian --vendor RedCoolBeans -m "[email protected]" -f \
-s dir -t deb -n docker-volume-beegfs \
--after-install files/post-install-systemd --version 0.2.0 . && \
--after-install files/post-install-systemd --version ${VERSION} . && \
rm -fr obj/debian

clean:
Expand Down

0 comments on commit ba8dbaa

Please sign in to comment.