From: Alejandro Colomar Date: Wed, 27 Sep 2023 16:45:51 +0000 (-0500) Subject: README.md, STABLE.md: record the stable branch URL(s). X-Git-Tag: 4.15.0-rc1~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dad103bdb99a138e126066bbcb712ccb4154b240;p=thirdparty%2Fshadow.git README.md, STABLE.md: record the stable branch URL(s). Acked-by: Serge Hallyn Acked-by: Iker Pedrosa Cc: Sam James Signed-off-by: Alejandro Colomar --- diff --git a/README.md b/README.md index 38b5eecfe..1f79c8faf 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,12 @@ are used for managing group accounts. * [Issue tracker](https://github.com/shadow-maint/shadow/issues) * [Releases](https://github.com/shadow-maint/shadow/releases) +## Code + +The main development branch is at [https://github.com/shadow-maint/shadow.git](https://github.com/shadow-maint/shadow) + +See [STABLE.md](https://github.com/shadow-maint/shadow/blob/master/STABLE.md) for a list of supported stable branches. + ## Contacts There are several ways to contact us: * [the general discussion mailing list]( diff --git a/STABLE.md b/STABLE.md new file mode 100644 index 000000000..31bbbffbd --- /dev/null +++ b/STABLE.md @@ -0,0 +1,11 @@ +# Supported stable branches + +The following stable branches are kindly maintained by trusted volunteers: + +- 4.14.x + - git + - [main](https://www.alejandro-colomar.es/src/alx/shadow/stable/shadow.git/log/?h=4.14.x) + - [mirror](https://github.com/shadow-maint/shadow/tree/4.14.x) + - tarballs + - [main](https://www.alejandro-colomar.es/share/dist/shadow/4/4.14/) + - [mirror](https://github.com/shadow-maint/shadow/releases/)