#11 Building fedscm-admin in Fedora
Merged 4 years ago by mohanboddu. Opened 5 years ago by mohanboddu.
mohanboddu/fedscm-admin more-readme  into  master

file modified
+19
@@ -85,3 +85,22 @@ 

  

  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.

rebased onto 23adc136b2c3b1ca2c149940b26531787d411cda

5 years ago

all tests => all the tests

from project => from the project

in dist/ => in the dist

rebased onto 2eb20ca16f846bc993ee50ce6a527da9094ed994

4 years ago

rebased onto 3c36792

4 years ago

Pull-Request has been merged by mohanboddu

4 years ago
Metadata