abusesa, vsroom: Use basic authentication for bitbucket downloads

This commit is contained in:
Ossi Salmi 2015-04-22 13:14:06 +03:00
parent 0b7aa965cf
commit 69eaeb543a
2 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@ manifest: $(MANIFESTS)/vsroom.pp
$(PACKAGES)/$(TARGET):
@umask 022; echo $@; \
test -f $@ || curl -f --digest -u $(USER) -o $@ $(SOURCE)
test -f $@ || curl -f --basic -u $(USER) -o $@ $(SOURCE)
$(MANIFESTS)/vsroom.pp: $(PACKAGES)/$(TARGET)
@umask 022; echo $@; \