diff options
-rw-r--r-- | asdf-standard/asdf-standard.ini | 7 | ||||
-rw-r--r-- | imutils/imutils.ini | 7 | ||||
-rw-r--r-- | photutils/photutils.ini | 7 | ||||
-rw-r--r-- | poppy/poppy.ini | 7 | ||||
-rw-r--r-- | pyasdf/pyasdf.ini | 7 | ||||
-rw-r--r-- | webbpsf/webbpsf.ini | 7 |
6 files changed, 0 insertions, 42 deletions
diff --git a/asdf-standard/asdf-standard.ini b/asdf-standard/asdf-standard.ini index 9c04f87..fe3c5c2 100644 --- a/asdf-standard/asdf-standard.ini +++ b/asdf-standard/asdf-standard.ini @@ -1,10 +1,3 @@ -[cbc_cgi] -local_server: true -local_port: 8888 -local_sources: /srv/conda/sources -protocol: http -url: ${cbc_cgi:protocol}://localhost:${cbc_cgi:local_port} - [package] name: asdf-standard version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0") }}.git diff --git a/imutils/imutils.ini b/imutils/imutils.ini index b2859c5..b78fa2e 100644 --- a/imutils/imutils.ini +++ b/imutils/imutils.ini @@ -1,10 +1,3 @@ -[cbc_cgi] -local_server: true -local_port: 8888 -local_sources: /srv/conda/sources -protocol: http -url: ${cbc_cgi:protocol}://localhost:${cbc_cgi:local_port} - [package] name: imutils version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0") }}.git diff --git a/photutils/photutils.ini b/photutils/photutils.ini index 5f2dd45..4c4b1ff 100644 --- a/photutils/photutils.ini +++ b/photutils/photutils.ini @@ -1,10 +1,3 @@ -[cbc_cgi] -local_server: true -local_port: 8888 -local_sources: /srv/conda/sources -protocol: http -url: ${cbc_cgi:protocol}://localhost:${cbc_cgi:local_port} - [package] name: photutils version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git diff --git a/poppy/poppy.ini b/poppy/poppy.ini index 48d2c8d..06a1730 100644 --- a/poppy/poppy.ini +++ b/poppy/poppy.ini @@ -1,10 +1,3 @@ -[cbc_cgi] -local_server: true -local_port: 8888 -local_sources: /srv/conda/sources -protocol: http -url: ${cbc_cgi:protocol}://localhost:${cbc_cgi:local_port} - [package] name: poppy version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git diff --git a/pyasdf/pyasdf.ini b/pyasdf/pyasdf.ini index ec88508..77bd32f 100644 --- a/pyasdf/pyasdf.ini +++ b/pyasdf/pyasdf.ini @@ -1,10 +1,3 @@ -[cbc_cgi] -local_server: true -local_port: 8888 -local_sources: /srv/conda/sources -protocol: http -url: ${cbc_cgi:protocol}://localhost:${cbc_cgi:local_port} - [package] name: pyasdf version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0") }}.git diff --git a/webbpsf/webbpsf.ini b/webbpsf/webbpsf.ini index 74411f9..64969ac 100644 --- a/webbpsf/webbpsf.ini +++ b/webbpsf/webbpsf.ini @@ -1,10 +1,3 @@ -[cbc_cgi] -local_server: true -local_port: 8888 -local_sources: /srv/conda/sources -protocol: http -url: ${cbc_cgi:protocol}://localhost:${cbc_cgi:local_port} - [package] name: webbpsf version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git |