From: Konstantin Dmitriev Date: Wed, 19 Aug 2009 06:36:53 +0000 (+0700) Subject: Drop svn tags staff. X-Git-Url: https://git.pterodactylus.net/?p=synfig.git;a=commitdiff_plain;h=8b0c503574977332b9dbeaf60da5078b33b02616 Drop svn tags staff. For information about tagging new release refer to http://synfig.org/Release#Make_tags --- diff --git a/ETL/Makefile.am b/ETL/Makefile.am index 5d8beb8..92cc502 100644 --- a/ETL/Makefile.am +++ b/ETL/Makefile.am @@ -76,13 +76,6 @@ stats: -@du -hcs $(shell find $(top_srcdir)/ETL -name '*.[ch]*') | $(GREP) total -@echo -tagstable: - -$(SVN) delete $(SVN_REPOSITORY)/tags/stable -m "Stable Tag: Removing old tag" - $(SVN) copy $(top_srcdir) $(SVN_REPOSITORY)/tags/stable -m "Stable Tag: Copying everything over" - -tagrelease: - $(SVN) copy $(top_srcdir) $(SVN_REPOSITORY)/tags/$(TAG) -m "Release $(TAG)" - ChangeLog: ../autobuild/git2cl > ChangeLog @@ -112,4 +105,4 @@ rtf: .doc_stamp docs: html -.PHONY: stats tagstable tagrelease listfixmes listhacks check docs pdf html rtf +.PHONY: stats listfixmes listhacks check docs pdf html rtf diff --git a/synfig-core/Makefile.am b/synfig-core/Makefile.am index b779757..45a34d8 100644 --- a/synfig-core/Makefile.am +++ b/synfig-core/Makefile.am @@ -92,14 +92,6 @@ DOXYGEN=doxygen SVN=svn TAG=@PACKAGE_TARNAME@_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@ - -tagstable: - -$(SVN) delete $(SVN_REPOSITORY)/tags/stable -m "Stable Tag: Removing old tag" - $(SVN) copy $(top_srcdir) $(SVN_REPOSITORY)/tags/stable -m "Stable Tag: Copying everything over" - -tagrelease: - $(SVN) copy $(top_srcdir) $(SVN_REPOSITORY)/tags/$(TAG) -m "Release $(TAG)" - stats: -@echo -@echo -- Stats @@ -184,4 +176,4 @@ rtf: .doc_stamp docs: html -.PHONY: stats tagstable tagrelease listfixmes listhacks check docs pdf html rtf +.PHONY: stats listfixmes listhacks check docs pdf html rtf diff --git a/synfig-studio/Makefile.am b/synfig-studio/Makefile.am index b7e39f7..ad60c25 100644 --- a/synfig-studio/Makefile.am +++ b/synfig-studio/Makefile.am @@ -72,14 +72,6 @@ DOXYGEN=doxygen SVN=svn TAG=@PACKAGE_TARNAME@_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@ - -tagstable: - -$(SVN) delete $(SVN_REPOSITORY)/tags/stable -m "Stable Tag: Removing old tag" - $(SVN) copy $(top_srcdir) $(SVN_REPOSITORY)/tags/stable -m "Stable Tag: Copying everything over" - -tagrelease: - $(SVN) copy $(top_srcdir) $(SVN_REPOSITORY)/tags/$(TAG) -m "Release $(TAG)" - ChangeLog: ../autobuild/git2cl > ChangeLog @@ -141,4 +133,4 @@ rtf: .doc_stamp docs: pdf html -.PHONY: stats tagstable tagrelease listfixmes listhacks check docs pdf html rtf +.PHONY: stats listfixmes listhacks check docs pdf html rtf