summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 21:03:57 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 21:03:57 -0800
commitfa5c2797921b2b0c6dcdde5cf1832a90a0a9dfbf (patch)
treed5fa4b5c5482cc7273419b7867a01a264a99234c
parent4a3a9fc5271cd04ab9123e4713d00b161daf0b6a (diff)
downloadxorg-app-xauth-fa5c2797921b2b0c6dcdde5cf1832a90a0a9dfbf.tar.gz
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Makefile.am2
-rw-r--r--README.md (renamed from README)42
2 files changed, 20 insertions, 24 deletions
diff --git a/Makefile.am b/Makefile.am
index 9fec077..7235965 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,3 +51,5 @@ ChangeLog:
$(CHANGELOG_CMD)
dist-hook: ChangeLog INSTALL
+
+EXTRA_DIST = README.md
diff --git a/README b/README.md
index 1f5e867..cbee6b2 100644
--- a/README
+++ b/README.md
@@ -1,49 +1,43 @@
-
- I. OVERVIEW
+I. OVERVIEW
+-----------
The xauth program is used to edit and display the authorization
information used in connecting to the X server.
The underlying "Authorization Protocol for X" is described in the
README file of the libXau module of X11.
- II. BUILDING
+II. BUILDING
+------------
Use "./autogen.sh" to configure the package and "make" to compile it.
A black box check for the correctness of the package can be initiated
by "make check" (make sure to install "cmdtest" from
http://liw.fi/cmdtest/). The installation is done by "make install".
- III. COMMUNICATION
+III. COMMUNICATION
+------------------
All questions regarding this software should be directed at the
Xorg mailing list:
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
+ https://lists.x.org/mailman/listinfo/xorg
The master development code repository can be found at:
- git://anongit.freedesktop.org/git/xorg/app/xauth
+ https://gitlab.freedesktop.org/xorg/app/xauth
- http://cgit.freedesktop.org/xorg/app/xauth
+Please submit bug reports and requests to merge patches there.
For patch submission instructions, see:
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
- http://wiki.x.org/wiki/GitPage
-
-
- IV. RELEASING
+IV. RELEASING
+-------------
This section describes how to release a new version of xauth to the
public. A detailed description of this process can be found at
-http://www.x.org/wiki/Development/Documentation/ReleaseHOWTO with a
+https://www.x.org/wiki/Development/Documentation/ReleaseHOWTO with a
few clarification below.
Remember, that the last commit _must_ include the version string in
@@ -62,10 +56,10 @@ To release a new version of xauth, please follow this steps:
Ignore these errors shown during release.sh:
- /bin/sh: ../.changelog.tmp: Permission denied
- git directory not found: installing possibly empty changelog.
-
- cp: cannot create regular file '../.INSTALL.tmp': Permission denied
- util-macros "pkgdatadir" from xorg-macros.pc not found: installing possibly empty INSTALL.
+ /bin/sh: ../.changelog.tmp: Permission denied
+ git directory not found: installing possibly empty changelog.
+
+ cp: cannot create regular file '../.INSTALL.tmp': Permission denied
+ util-macros "pkgdatadir" from xorg-macros.pc not found: installing possibly empty INSTALL.
[eof]