mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
Disable tarball targets in Makefile
This commit is contained in:
parent
b65ad7c03e
commit
a6a1d4d383
11
Makefile.in
11
Makefile.in
@ -142,8 +142,9 @@ copy-web-files-%:
|
|||||||
#
|
#
|
||||||
# Create release or snapshot tarball
|
# Create release or snapshot tarball
|
||||||
#
|
#
|
||||||
create-tarball:
|
# TODO: Use git-archive
|
||||||
@./bin/make-tarball --prefix $(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/
|
# create-tarball:
|
||||||
|
# @./bin/make-tarball --prefix $(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/
|
||||||
create-tarball-nightly:
|
#
|
||||||
./bin/make-tarball --prefix $(PACKAGE_TARNAME)-$(PACKAGE_VERSION)-`date +%Y%m%d`-`git rev-parse --short HEAD`/
|
# create-tarball-nightly:
|
||||||
|
# ./bin/make-tarball --prefix $(PACKAGE_TARNAME)-$(PACKAGE_VERSION)-`date +%Y%m%d`-`git rev-parse --short HEAD`/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user