| ... | ... |
@@ -48,7 +48,7 @@ release: $(BINRELEASE) |
| 48 | 48 |
$(SRCRELEASE): |
| 49 | 49 |
rm -fr $(SRCRELEASE) |
| 50 | 50 |
git clone $(GIT_ROOT) $(SRCRELEASE) |
| 51 |
- cd $(SRCRELEASE); git checkout -b $(RELEASE_VERSION) |
|
| 51 |
+ cd $(SRCRELEASE); git checkout -q $(RELEASE_VERSION) |
|
| 52 | 52 |
|
| 53 | 53 |
# A binary release ready to be uploaded to a mirror |
| 54 | 54 |
$(BINRELEASE): $(SRCRELEASE) |