abusesa, vsroom: Use basic authentication for bitbucket downloads
This commit is contained in:
parent
0b7aa965cf
commit
69eaeb543a
2 changed files with 5 additions and 5 deletions
|
@ -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 $@; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue