summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-19 23:08:58 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-19 23:08:58 -0800
commit40f80ca096251353977d3d75e63e6efd5e2321dc (patch)
tree44e56e0e64d54571c0b37c3e5d6e15032db99174
parentf38b2e73071ba516127f8f5ae47f48df58dc9d53 (diff)
downloadxorg-lib-libxshmfence-40f80ca096251353977d3d75e63e6efd5e2321dc.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)17
2 files changed, 6 insertions, 13 deletions
diff --git a/Makefile.am b/Makefile.am
index 670cdcb..1d7043b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,7 +25,7 @@ SUBDIRS = src test
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xshmfence.pc
-EXTRA_DIST = xshmfence.pc.in ChangeLog
+EXTRA_DIST = xshmfence.pc.in ChangeLog README.md
MAINTAINERCLEANFILES = ChangeLog
.PHONY: ChangeLog
diff --git a/README b/README.md
index db193b7..748fe8a 100644
--- a/README
+++ b/README.md
@@ -1,4 +1,5 @@
libxshmfence - Shared memory 'SyncFence' synchronization primitive
+------------------------------------------------------------------
This library offers a CPU-based synchronization primitive compatible
with the X SyncFence objects that can be shared between processes
@@ -14,23 +15,15 @@ There are two underlying implementations:
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/lib/libxshmfence
+ https://gitlab.freedesktop.org/xorg/lib/libxshmfence
- http://cgit.freedesktop.org/xorg/lib/libxshmfence
+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:
-
- http://wiki.x.org/wiki/GitPage
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches