summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2016-03-31 17:11:59 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2016-04-19 11:17:25 -0400
commit5f453be58768269c3a18e4cf9f50f0e2a7a035d2 (patch)
tree9e6a6891fc0ac38476656f50a1b07dfe4bfd2af7
parente45a76bac322aa2140a9b5b5db291b6517d03d28 (diff)
downloadastroconda-dev-5f453be58768269c3a18e4cf9f50f0e2a7a035d2.tar.gz
Refactor "recon" to "relic"
-rw-r--r--recon/meta.yaml23
-rw-r--r--relic/bld.bat (renamed from recon/bld.bat)0
-rw-r--r--relic/build.sh (renamed from recon/build.sh)0
-rw-r--r--relic/meta.yaml23
4 files changed, 23 insertions, 23 deletions
diff --git a/recon/meta.yaml b/recon/meta.yaml
deleted file mode 100644
index 515002d..0000000
--- a/recon/meta.yaml
+++ /dev/null
@@ -1,23 +0,0 @@
-about:
- home: http://github.com/jhunkeler/recon
- license: BSD
- summary: Release control for git
-build:
- number: '0'
-package:
- name: recon
- version: '1.0.2'
-requirements:
- build:
- - setuptools
- - python x.x
- run:
- - python x.x
-source:
- git_url: https://github.com/jhunkeler/recon.git
- git_tag: '1.0.2'
-test:
- imports:
- - recon
- - recon.release
- - recon.git
diff --git a/recon/bld.bat b/relic/bld.bat
index 2d6c912..2d6c912 100644
--- a/recon/bld.bat
+++ b/relic/bld.bat
diff --git a/recon/build.sh b/relic/build.sh
index 5c61be1..5c61be1 100644
--- a/recon/build.sh
+++ b/relic/build.sh
diff --git a/relic/meta.yaml b/relic/meta.yaml
new file mode 100644
index 0000000..18e50ff
--- /dev/null
+++ b/relic/meta.yaml
@@ -0,0 +1,23 @@
+about:
+ home: http://github.com/jhunkeler/relic
+ license: BSD
+ summary: Release I Control, for git
+build:
+ number: '0'
+package:
+ name: relic
+ version: '1.0.3'
+requirements:
+ build:
+ - setuptools
+ - python x.x
+ run:
+ - python x.x
+source:
+ git_url: https://github.com/jhunkeler/relic.git
+ git_tag: '1.0.3'
+test:
+ imports:
+ - relic
+ - relic.release
+ - relic.git