From 5fd6768f0ba333ef22e5d55dd3560a2018e39402 Mon Sep 17 00:00:00 2001 From: Michael Elkins Date: Sun, 23 Jan 2011 20:31:35 +0000 Subject: remove CONFDIR variable from toplevel configure script. now hardcoded to go into ${localstatedir}/rpki/conf django db now defaults to ${localstatedir}/rpki/gui.db remove MYRPKI and MYRPKI_DATA_DIR from settings.py and substitute those variables into glue.py from glue.py.in mv rpkigui/templates up one directory so the django app code can be moved eventually remove deprecated runserver script put scripts into ${libexecdir} and ${sbindir} with a prefix of "rpkigui" svn path=/configure; revision=3643 --- portal-gui/scripts/runserver.in | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 portal-gui/scripts/runserver.in (limited to 'portal-gui/scripts/runserver.in') diff --git a/portal-gui/scripts/runserver.in b/portal-gui/scripts/runserver.in deleted file mode 100644 index 6e49c9f9..00000000 --- a/portal-gui/scripts/runserver.in +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh -# $Id$ -# -# Copyright (C) 2010 SPARTA, Inc. dba Cobham Analytic Solutions -# -# Permission to use, copy, modify, and distribute this software for any -# purpose with or without fee is hereby granted, provided that the above -# copyright notice and this permission notice appear in all copies. -# -# THE SOFTWARE IS PROVIDED "AS IS" AND SPARTA DISCLAIMS ALL WARRANTIES WITH -# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY -# AND FITNESS. IN NO EVENT SHALL SPARTA BE LIABLE FOR ANY SPECIAL, DIRECT, -# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM -# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE -# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -# PERFORMANCE OF THIS SOFTWARE. -# -# -# Helper script to start the Django test webserver for the portal-gui. -# -# @configure_input@ - -cd @INSTDIR@/rpkigui -@PYTHON@ manage.py runserver --pythonpath=@MYRPKIDIR@ $* -- cgit v1.2.3