summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
Diffstat (limited to 'ebin')
-rw-r--r--ebin/.gitignore1
-rw-r--r--ebin/dynomite.appup6
2 files changed, 7 insertions, 0 deletions
diff --git a/ebin/.gitignore b/ebin/.gitignore
new file mode 100644
index 00000000..13d94f8b
--- /dev/null
+++ b/ebin/.gitignore
@@ -0,0 +1 @@
+*.app
diff --git a/ebin/dynomite.appup b/ebin/dynomite.appup
new file mode 100644
index 00000000..d6d7726b
--- /dev/null
+++ b/ebin/dynomite.appup
@@ -0,0 +1,6 @@
+{"0.9.0-cloudant", [{"0.9.0-cloudant", [
+ {apply, {supervisor, terminate_child, [showroom_sup, dynomite_sup]}},
+ {restart_application, dynomite},
+ {apply, {supervisor, delete_child, [showroom_sup, dynomite_sup]}},
+ {update, showroom_sup, supervisor}
+]}],[{"0.9.0-cloudant",[]}]}.