aboutsummaryrefslogtreecommitdiff
path: root/portal-gui/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'portal-gui/scripts')
-rw-r--r--portal-gui/scripts/runserver.in24
1 files changed, 0 insertions, 24 deletions
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@ $*