build: Update the release rules
Change the URLs for mailing lists and documentation, and re-align the output.
This commit is contained in:
parent
28cd2c56d1
commit
317a54f9fb
@ -11,12 +11,12 @@ TAR_OPTIONS = --owner=0 --group=0
|
|||||||
#RELEASE_URL_BASE = http://source.clutter-project.org/sources/clutter
|
#RELEASE_URL_BASE = http://source.clutter-project.org/sources/clutter
|
||||||
#RELEASE_URL = $(RELEASE_URL_BASE)/$(CLUTTER_MAJOR_VERSION).$(CLUTTER_MINOR_VERSION)
|
#RELEASE_URL = $(RELEASE_URL_BASE)/$(CLUTTER_MAJOR_VERSION).$(CLUTTER_MINOR_VERSION)
|
||||||
|
|
||||||
RELEASE_ANNOUNCE_LIST = clutter-announce@clutter-project.org
|
RELEASE_ANNOUNCE_LIST = clutter-list@gnome.org
|
||||||
RELEASE_ANNOUNCE_CC = gnome-announce-list@gnome.org
|
RELEASE_ANNOUNCE_CC = gnome-announce-list@gnome.org
|
||||||
|
|
||||||
RELEASE_DOC_URL = http://docs.clutter-project.org/docs/
|
RELEASE_DOC_URL = https://developer.gnome.org
|
||||||
|
|
||||||
BUGS_URL = http://bugzilla.gnome.org/enter_bug.cgi?product=clutter
|
BUGS_URL = https://bugzilla.gnome.org/enter_bug.cgi?product=clutter
|
||||||
|
|
||||||
tar_file = $(distdir).tar.xz
|
tar_file = $(distdir).tar.xz
|
||||||
sha256_file = $(distdir).sha256sum
|
sha256_file = $(distdir).sha256sum
|
||||||
@ -128,7 +128,7 @@ release-message:
|
|||||||
else \
|
else \
|
||||||
echo " Clutter: http://developer.gnome.org/clutter/stable/"; \
|
echo " Clutter: http://developer.gnome.org/clutter/stable/"; \
|
||||||
fi
|
fi
|
||||||
@echo " Cookbook: $(RELEASE_DOC_URL)/clutter-cookbook/$(CLUTTER_API_VERSION)/"
|
@echo " Cookbook: $(RELEASE_DOC_URL)/clutter-cookbook/$(CLUTTER_VERSION)/"
|
||||||
@echo ""
|
@echo ""
|
||||||
@echo "Release Notes:"
|
@echo "Release Notes:"
|
||||||
@if test "x$(CLUTTER_RELEASE_STATUS)" = "xsnapshot"; then \
|
@if test "x$(CLUTTER_RELEASE_STATUS)" = "xsnapshot"; then \
|
||||||
|
Loading…
Reference in New Issue
Block a user