From gitlab-mirror at kemper.freedesktop.org Sat Mar 16 22:41:00 2019 From: gitlab-mirror at kemper.freedesktop.org (GitLab Mirror) Date: Sat, 16 Mar 2019 22:41:00 +0000 (UTC) Subject: [Xcb-commit] xcb/proto: Makefile.am README README.md Message-ID: <20190316224100.8B14576206@kemper.freedesktop.org> Makefile.am | 2 +- README.md | 26 ++++++++++++++------------ 2 files changed, 15 insertions(+), 13 deletions(-) New commits: commit dbf346502a31c3629b2c597711fb4b0ea6521de6 Author: Alan Coopersmith Date: Sun Feb 17 10:54:09 2019 -0800 Update README for gitlab migration Signed-off-by: Alan Coopersmith diff --git a/Makefile.am b/Makefile.am index 6bc14ad..0312e7a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,4 +3,4 @@ SUBDIRS = src xcbgen pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xcb-proto.pc -EXTRA_DIST=doc xcb-proto.pc.in autogen.sh +EXTRA_DIST=doc xcb-proto.pc.in autogen.sh README.md diff --git a/README b/README.md similarity index 75% rename from README rename to README.md index 22d7deb..5ee075c 100644 --- a/README +++ b/README.md @@ -24,24 +24,26 @@ install location to your Python path by creating a file with a `.pth' extension in a directory that _is_ on the Python path, and put the path to the install location in that file. For example, on my system there is a file named 'local.pth' in /usr/lib/python2.5/site-packages, -which contains '/usr/local/lib/python2.5/site-packages'. Note that -this is only necessary on machines where XCB is being built. +which contains '/usr/local/lib/python2.5/site-packages'. Note that +this is only necessary on machines where XCB is being built. -Please report any issues you find to the freedesktop.org bug tracker, -at: +Please report any issues you find to the freedesktop.org bug tracker at: - + https://gitlab.freedesktop.org/xorg/proto/xcbproto/issues Discussion about XCB occurs on the XCB mailing list: - - + https://lists.freedesktop.org/mailman/listinfo/xcb -You can obtain the latest development versions of XCB using GIT. -For anonymous checkouts, use: +You can obtain the latest development versions of xcb-proto using GIT from +the xcbproto code repository at: - git clone git://anongit.freedesktop.org/git/xcb/proto + https://gitlab.freedesktop.org/xorg/proto/xcbproto -For developers, use: + For anonymous checkouts, use: - git clone git+ssh://git.freedesktop.org/git/xcb/proto + git clone https://gitlab.freedesktop.org/xorg/proto/xcbproto.git + + For developers, use: + + git clone git at gitlab.freedesktop.org:xorg/proto/xcbproto.git