Excerpts from Don Zickus's message of 2017-05-16 16:40 -04:00: > Grrr Grr... > > Of course that updates the /usr/share/bkr/server area but neglects to copy > over the changes to /usr/lib/python2.6/site-packages/beaker_server... > > *sigh* > > python setup.py install > > covers that case. > > I tried to debugging the Makefile and it seems the --root option is causing > the problem. I just don't know how to read the setup.py well enough to > figure out why.
If you really want to just blat over your filesystem you would probably do: sudo python setup.py install --root=/ The behaviour of setuptools is different when --root is given vs. not. The right behaviour for Beaker is to pass --root (since that's how you build RPMs from Python packages), if you don't pass it some stuff goes into weird places in /usr. But it is far, far easier to just use the development server by doing cd Server; ./run-server.sh from a git checkout. Your js changes will be visible on every page refresh. -- Dan Callaghan <dcall...@redhat.com> Senior Software Engineer, Products & Technologies Operations Red Hat
signature.asc
Description: PGP signature
_______________________________________________ Beaker-devel mailing list -- beaker-devel@lists.fedorahosted.org To unsubscribe send an email to beaker-devel-le...@lists.fedorahosted.org