mirror of
https://github.com/alice-lg/birdwatcher.git
synced 2025-03-09 00:00:05 +01:00
vbump
This commit is contained in:
parent
f7217108d9
commit
bb1f3b7eaf
2 changed files with 4 additions and 3 deletions
5
Makefile
5
Makefile
|
@ -56,8 +56,6 @@ dist: clean linux
|
|||
rpm: dist
|
||||
|
||||
# Clear tmp failed build (if any)
|
||||
rm -f $(RPM)
|
||||
rm -fr $(LOCAL_RPMS)
|
||||
mkdir $(LOCAL_RPMS)
|
||||
|
||||
# Create RPM from dist
|
||||
|
@ -68,6 +66,9 @@ rpm: dist
|
|||
|
||||
|
||||
remote_rpm: build_server dist
|
||||
|
||||
mkdir -p $(LOCAL_RPMS)
|
||||
|
||||
# Copy distribution to build server
|
||||
ssh $(BUILD_SERVER) -- rm -rf $(REMOTE_DIST)
|
||||
scp -r $(DIST) $(BUILD_SERVER):$(REMOTE_DIST)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.0.2
|
||||
1.0.3
|
||||
|
|
Loading…
Add table
Reference in a new issue