summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. Tilmann Bubeck <tilmann@bubecks.de>2014-04-02 22:13:48 +0200
committerDr. Tilmann Bubeck <tilmann@bubecks.de>2014-04-02 22:13:48 +0200
commit12e63de4e0b3a45fad15863a66723609b068e668 (patch)
treebc5b8793e085d71677399de8282b5199502eeab2
parent0b120e37be8ed44188b3497bf02db48e9cf638bc (diff)
Clarified RELEASING in README
Changed clone URL and improved text. Removed section GARBAGE. Signed-off-by: Dr. Tilmann Bubeck <tilmann@bubecks.de>
-rw-r--r--README17
1 files changed, 7 insertions, 10 deletions
diff --git a/README b/README
index 2795b79..1f5e867 100644
--- a/README
+++ b/README
@@ -46,13 +46,17 @@ public. A detailed description of this process can be found at
http://www.x.org/wiki/Development/Documentation/ReleaseHOWTO with a
few clarification below.
-For releasing under Fedora make sure, that INSTALL in
-/usr/share/util-macros/ exists. If not, then please create that
+Remember, that the last commit _must_ include the version string in
+its diff (not the commit message). This is typically done by
+incrementing the version string in configure.ac.
+
+For releasing under Fedora make sure, that
+/usr/share/util-macros/INSTALL exists. If not, then please create that
file.
To release a new version of xauth, please follow this steps:
- * git clone git://anongit.freedesktop.org/git/xorg/app/xauth
+ * git clone ssh://git.freedesktop.org/git/xorg/app/xauth
* cd xauth ; ./autogen.sh ; make ; make check
* follow ReleaseHowto inside this directory.
@@ -64,11 +68,4 @@ Ignore these errors shown during release.sh:
cp: cannot create regular file '../.INSTALL.tmp': Permission denied
util-macros "pkgdatadir" from xorg-macros.pc not found: installing possibly empty INSTALL.
- V. GARBAGE
-
-Please ignore this paragraph. It is only used to satisfying
-release.sh, which wants to see the version number to the last version
-in the diff, which is 1.0.9 in our case. This paragraph can be
-deleted on the next release of xauth.
-
[eof]