mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-03 06:38:06 +02:00
Change upload directory from snapshots to releases now thatwe're doing stable releases of cairo.
This commit is contained in:
parent
18ef8944dc
commit
4569aeda97
3 changed files with 9 additions and 3 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2005-08-24 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* Makefile.am:
|
||||
* RELEASING: Change upload directory from snapshots to releases
|
||||
now thatwe're doing stable releases of cairo.
|
||||
|
||||
2005-08-24 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* configure.in: Give PostScript and PDF backends the experimental
|
||||
|
|
|
|||
|
|
@ -27,8 +27,8 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
|||
|
||||
RELEASE_UPLOAD_HOST = cairographics.org
|
||||
RELEASE_UPLOAD_BASE = /srv/cairo.freedesktop.org/www
|
||||
RELEASE_UPLOAD_DIR = $(RELEASE_UPLOAD_BASE)/snapshots
|
||||
RELEASE_URL_BASE = http://cairographics.org/snapshots
|
||||
RELEASE_UPLOAD_DIR = $(RELEASE_UPLOAD_BASE)/releases
|
||||
RELEASE_URL_BASE = http://cairographics.org/releases
|
||||
RELEASE_ANNOUNCE_LIST = cairo-announce@cairographics.org (and CC gnome-announce-list@gnome.org)
|
||||
|
||||
MANUAL_DATED = cairo-manual-`date +%Y%m%d`
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ Here are the steps to follow to create a new cairo release:
|
|||
* Generate the final tar file
|
||||
* Generate an sha1sum file
|
||||
* Sign the sha1sum using your GPG setup (asks for your GPG password)
|
||||
* scp the three files to appear on http://cairographics.org/snapshots
|
||||
* scp the three files to appear on http://cairographics.org/releases
|
||||
* Place local copies of the three files in the releases directory
|
||||
* Create a LATEST-package-version file (after deleting any old one)
|
||||
* Tag the entire source tree with a tag of the form RELEASE_X_Y_Z
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue