On 12/09/2016 10:19 AM, Matthieu Huin wrote: >> Working on a dev env (let's say on managesf again) could be then as follow: >> > -> Make you change locally in managesf source repo >> > -> Build the SRPM >> > -> Send it to koji (in scratch or non scratch) whatever > Could the rpm building be done locally on the dev env, with a local dev repo? > Might be faster and easier. > >> > -> Fetch the artifacts >> > -> and install them in the devel SF
Though during development you don't really need to go through a package to run the code. python setup.py develop should be good enough to run a service. Or similar to the SKIP_BUILD option, the code can be copied in place in lib/python/site-packages too. -Tristan
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Softwarefactory-dev mailing list [email protected] https://www.redhat.com/mailman/listinfo/softwarefactory-dev
