Various pre release fixes
This commit is contained in:
parent
fd99ffbe76
commit
c9c45aa9ae
2
Makefile
2
Makefile
@ -41,11 +41,13 @@ install-dirs:
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(pck_confdir)
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(pck_datadir)
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(pck_statedir)
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(unitdir)
|
||||
|
||||
install-data: install-dirs
|
||||
cp main.cfg.example $(DESTDIR)$(pck_confdir)/main.cfg
|
||||
cp -a app $(DESTDIR)$(pck_datadir)/
|
||||
$(INSTALL_DATA) requirements.txt $(DESTDIR)$(pck_datadir)/requirements.txt
|
||||
$(INSTALL_DATA) webdist.service $(DESTDIR)$(unitdir)/webdist.service
|
||||
|
||||
install: \
|
||||
install-dirs \
|
||||
|
@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
/var/webdist/env/bin/flask --app /usr/share/webdist/app/webdist.py run --host=0.0.0.0
|
||||
/var/lib/webdist/env/bin/flask --app /usr/share/webdist/app/webdist.py run --host=0.0.0.0
|
||||
|
@ -15,7 +15,7 @@
|
||||
<body>
|
||||
<div class="container-fluid">
|
||||
<h2>Welcome To WebDist</h2>
|
||||
<a href="/">Home</a> | <a href="/latest">Latest packages</a> | <a href="/query">Query packages</a>
|
||||
<a href="/">Home</a> | <a href="/latest">Latest packages</a>
|
||||
|
||||
{% block body %}
|
||||
|
||||
|
@ -2,5 +2,4 @@
|
||||
# WebDist main configuration file
|
||||
#
|
||||
REPO_BASEDIR = "/var/webbuild/db/"
|
||||
#SEARCH_REPOS = [ 'devel', 'devel-makedist', 'devel-autodist', 'devel-kernel', 'devel-misc', 'devel-future' ]
|
||||
SEARCH_REPOS = [ 'devel', 'devel-makedist', 'devel-autodist' ]
|
||||
|
Loading…
Reference in New Issue
Block a user