1
0
Fork 0
mirror of https://github.com/alice-lg/birdwatcher.git synced 2025-03-09 00:00:05 +01:00
This commit is contained in:
Matthias Hannig 2016-11-30 13:16:39 +01:00
parent f7217108d9
commit bb1f3b7eaf
2 changed files with 4 additions and 3 deletions

View file

@ -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)

View file

@ -1 +1 @@
1.0.2
1.0.3