From: Martin Vidner Date: Tue, 15 Oct 2019 13:28:50 +0000 (+0200) Subject: Make README more readable even without rendering [ci skip] X-Git-Tag: v0.8.5^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d4a2387edcecb29271d8ae80ae15e1e9d50922b5;p=thirdparty%2Fsnapper.git Make README more readable even without rendering [ci skip] fit in 80 columns move URLs out of text --- diff --git a/README.md b/README.md index a259d657..6f151aa2 100644 --- a/README.md +++ b/README.md @@ -79,23 +79,28 @@ package are mentioned in the `package/snapper.changes` file, update also the - Make sure the units tests still passes ([see above](#running-tests)). - When the version is increased then the Git repo has to be tagged, use the -`vX.Y.Z` format for the tag. Also the -[filesystems:snapper](https://build.opensuse.org/project/show/filesystems:snapper) -OBS project has to be updated. - -- To create the package use command `make package`. Then use the common work-flow to submit -package to the build service. For [openSUSE:Factory](https://build.opensuse.org/project/show/openSUSE:Factory) -send at first the package to the devel project -[YaST:Head](https://build.opensuse.org/project/show/YaST:Head) in OBS. -*Please note that this OBS project builds for more distributions so more metadata -files have to be updated. See the OBS documentation for more info ([cross distribution -howto](https://en.opensuse.org/openSUSE:Build_Service_cross_distribution_howto), -[Debian builds](https://en.opensuse.org/openSUSE:Build_Service_Debian_builds)).* + `vX.Y.Z` format for the tag. Also the [filesystems:snapper][] + OBS project has to be updated. + +- To create the package use command `make package`. Then use the common + work-flow to submit the +package to the build service. For [openSUSE:Factory][] + send at first the package to the devel project [filesystems:snapper][] in OBS. + + *Please note that this OBS project builds for more distributions + so more metadata files have to be updated. See the OBS documentation + for more info ([cross distribution howto][xdist], [Debian builds][]).* + +[filesystems:snapper]: https://build.opensuse.org/project/show/filesystems:snapper +[openSUSE:Factory]: https://build.opensuse.org/project/show/openSUSE:Factory +[xdist]: https://en.opensuse.org/openSUSE:Build_Service_cross_distribution_howto +[Debian builds]: https://en.opensuse.org/openSUSE:Build_Service_Debian_builds - The generated bzip2 tarball has to be also placed at -[ftp.suse.com/pub/projects/snapper](ftp://ftp.suse.com/pub/projects/snapper). + . -- When the documentation changes e.g. the man page or an important functionality then also -the [snapper.io](http://snapper.io/) web pages have to be updated. They are hosted -as GitHub pages in the [gh-pages branch](https://github.com/openSUSE/snapper/tree/gh-pages) -in the Snapper Git repository. +- When the documentation changes e.g. the man page or an important + functionality then also the [snapper.io](http://snapper.io/) web pages + have to be updated. They are hosted as GitHub pages + in the [gh-pages branch](https://github.com/openSUSE/snapper/tree/gh-pages) + in the Snapper Git repository.