diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-16 20:56:58 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-16 20:56:58 -0800 |
commit | 356f6e0bd5cb881f43200ff1db1eb257e261afdd (patch) | |
tree | a7267e3c650fe1ae07cac3de0cd819576f83bbba | |
parent | 98648d7bac718b8401e4277f5fccdf53aa038834 (diff) |
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | README | 24 | ||||
-rw-r--r-- | README.md | 16 |
3 files changed, 17 insertions, 25 deletions
diff --git a/Makefile.am b/Makefile.am index 30c9ec7..d2ca5dd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,7 +49,7 @@ x11perf_SOURCES = \ bin_SCRIPTS = x11perfcomp CLEANFILES = $(bin_SCRIPTS) -EXTRA_DIST = $(bin_SCRIPTS:=.in) +EXTRA_DIST = $(bin_SCRIPTS:=.in) README.md DIR_SUBSTS = -e 's|@x11perfcompdir[@]|$(x11perfcompdir)|g' DIR_SUBSTS += -e 's|@MKTEMP[@]|$(MKTEMP)|g' @@ -1,24 +0,0 @@ - -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 - -The master development code repository can be found at: - - git://anongit.freedesktop.org/git/xorg/app/x11perf - - http://cgit.freedesktop.org/xorg/app/x11perf - -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 - diff --git a/README.md b/README.md new file mode 100644 index 0000000..65a0dab --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ + +All questions regarding this software should be directed at the +Xorg mailing list: + + https://lists.x.org/mailman/listinfo/xorg + +The master development code repository can be found at: + + https://gitlab.freedesktop.org/xorg/test/x11perf + +Please submit bug reports and requests to merge patches there. + +For patch submission instructions, see: + + https://www.x.org/wiki/Development/Documentation/SubmittingPatches + |