aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bnw-channels.scm16
-rwxr-xr-xrun_bnw.sh5
2 files changed, 20 insertions, 1 deletions
diff --git a/bnw-channels.scm b/bnw-channels.scm
new file mode 100644
index 0000000..269e8bf
--- /dev/null
+++ b/bnw-channels.scm
@@ -0,0 +1,16 @@
+(list
+ (channel
+ (name 'gn-bioinformatics)
+ (url "http://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics")
+ (commit
+ "0ee8053e002a5b19645c6e34ea3c90d5a65596c7"))
+ (channel
+ (name 'guix)
+ (url "https://git.savannah.gnu.org/git/guix.git")
+ (commit
+ "ab3a59453eb3bff9cf330d9301122efeec81d05c")
+ (introduction
+ (make-channel-introduction
+ "9edb3f66fd807b096b48283debdcddccfea34bad"
+ (openpgp-fingerprint
+ "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))
diff --git a/run_bnw.sh b/run_bnw.sh
index 39e44cd..afe9435 100755
--- a/run_bnw.sh
+++ b/run_bnw.sh
@@ -1,2 +1,5 @@
#!/bin/sh
-$(/home/shepherd/guix-profiles/bnw/bin/guix system container -L /home/shepherd/guix-past/modules -L /home/shepherd/guix-bioinformatics /home/shepherd/guix-bioinformatics/gn/services/bnw-container.scm --share=/home/shepherd/logs/bnw-server=/var/log --network)
+# This version for the bnw guix profile which includes guix-bioinformatics, using bnw-channels.scm.
+$(/home/shepherd/guix-profiles/bnw/bin/guix system container /home/shepherd/guix-bioinformatics/gn/services/bnw-container.scm --share=/home/shepherd/logs/bnw-server=/var/log --network)
+
+#$(/home/shepherd/guix-profiles/bnw/bin/guix system container -L /home/shepherd/guix-past/modules -L /home/shepherd/guix-bioinformatics /home/shepherd/guix-bioinformatics/gn/services/bnw-container.scm --share=/home/shepherd/logs/bnw-server=/var/log --network)