vsroom: Renamed Makefile.internal as Makefile
This commit is contained in:
parent
0a4ac9874a
commit
a0c854d3c0
2 changed files with 3 additions and 20 deletions
|
@ -1,8 +1,8 @@
|
|||
include $(CURDIR)/../Makefile.inc
|
||||
|
||||
BRANCH = default
|
||||
SOURCE = https://bitbucket.org/clarifiednetworks/vsroom/get/$(BRANCH).tar.gz
|
||||
TARGET = vsroom-$(BRANCH)-$(TIMESTAMP).tar.gz
|
||||
SOURCE = https://bitbucket.org/clarifiednetworks/vsroom-internal/get/$(BRANCH).tar.gz
|
||||
TARGET = vsroom-internal-$(BRANCH)-$(TIMESTAMP).tar.gz
|
||||
|
||||
all: tarball manifest
|
||||
tarball: $(PACKAGES)/$(TARGET)
|
||||
|
@ -10,7 +10,7 @@ manifest: $(MANIFESTS)/vsroom.pp
|
|||
|
||||
$(PACKAGES)/$(TARGET):
|
||||
@umask 022; echo $@; \
|
||||
test -f $@ || curl -o $@ $(SOURCE)
|
||||
test -f $@ || curl --digest -u $(USER) -o $@ $(SOURCE)
|
||||
|
||||
$(MANIFESTS)/vsroom.pp: $(PACKAGES)/$(TARGET)
|
||||
@umask 022; echo $@; \
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
include $(CURDIR)/../Makefile.inc
|
||||
|
||||
BRANCH = default
|
||||
SOURCE = https://bitbucket.org/clarifiednetworks/vsroom-internal/get/$(BRANCH).tar.gz
|
||||
TARGET = vsroom-internal-$(BRANCH)-$(TIMESTAMP).tar.gz
|
||||
|
||||
all: tarball manifest
|
||||
tarball: $(PACKAGES)/$(TARGET)
|
||||
manifest: $(MANIFESTS)/vsroom.pp
|
||||
|
||||
$(PACKAGES)/$(TARGET):
|
||||
@umask 022; echo $@; \
|
||||
test -f $@ || curl --digest -u $(USER) -o $@ $(SOURCE)
|
||||
|
||||
$(MANIFESTS)/vsroom.pp: $(PACKAGES)/$(TARGET)
|
||||
@umask 022; echo $@; \
|
||||
echo '$$vsroom_package_latest = "$(TARGET)"' > $@
|
Loading…
Add table
Reference in a new issue