Hi Ramon and all,
I like the idea but I bit worried on impact it can have on different
distributions. For example, on KVM distribution for s390x platform it
will be very challenging situation in getting the rpms of every package
that are available on the other platforms.
Given that said, I would be very cautious here. Is it possible to still
rely the way we are in for the platforms where there is no guarantee of
package availability as rpms ?
If not we will brake for many distribution like KVM distribution for
s390x platform.
@All: Please feel free to provide your opinion which can work with out
troubling platforms where support of rpm is a challenge.
Thanks and Regards
Chandra
On 8/12/16 10:25 PM, Ramon Medeiros wrote:
This isn't a patch yet since the commit "Change
configuration files" are not working well.
I need to change ui/libs/Makefile.am to set SUBDIRS variable (that trigger javascript
hardcoded libs build) and
change ui/pages/Makefile.am, to copy the template according to distro.
Can you guys help me on makefile syntax?
Ramon Medeiros (2):
Use javascript libraries from rpms
Change configuration files
configure.ac | 11 ++
docs/fedora-deps.md | 4 +-
docs/ubuntu-deps.md | 3 +-
src/wok/config.py.in | 22 +++
ui/libs/Makefile.am | 10 +-
ui/pages/Makefile.am | 9 ++
ui/pages/login.html.tmpl.fedora | 332 +++++++++++++++++++++++++++++++++++++++
ui/pages/login.html.tmpl.ubuntu | 332 +++++++++++++++++++++++++++++++++++++++
ui/pages/wok-ui.html.tmpl.fedora | 231 +++++++++++++++++++++++++++
ui/pages/wok-ui.html.tmpl.ubuntu | 231 +++++++++++++++++++++++++++
10 files changed, 1182 insertions(+), 3 deletions(-)
create mode 100644 ui/pages/login.html.tmpl.fedora
create mode 100644 ui/pages/login.html.tmpl.ubuntu
create mode 100644 ui/pages/wok-ui.html.tmpl.fedora
create mode 100644 ui/pages/wok-ui.html.tmpl.ubuntu