From 3c36792e3f4201e9874109a30efb6645c44744a3 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Feb 12 2020 14:48:18 +0000 Subject: Building fedscm-admin in Fedora Signed-off-by: Mohan Boddu --- diff --git a/README.md b/README.md index 3c0807d..58bcf41 100644 --- a/README.md +++ b/README.md @@ -85,3 +85,22 @@ changed to: Additionally, the old configuration used to have two sections: `[app]` and `[admin]`. Now all settings must be in the `[admin]` section or they will be ignored. + +## Building fedscm-admin in Fedora + +First check if all the tests are passing using `tox`. Run the following command to run tox from +project directory + +```bash +$ tox +``` + +Once all the tests are passed, create the tarball by running the following command from the project +directory + +```bash +$ python setup.py sdist +``` + +This creates a tarball in the dist/ directory under the project folder. Use this tarball to build +fedscm-admin in Fedora.