summaryrefslogtreecommitdiff
path: root/Bastillefile
diff options
context:
space:
mode:
Diffstat (limited to 'Bastillefile')
-rw-r--r--Bastillefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Bastillefile b/Bastillefile
index 168855a..963681f 100644
--- a/Bastillefile
+++ b/Bastillefile
@@ -8,8 +8,8 @@ FSTAB /zroot/theglassyladies /var/db/theglassyladies nullfs rw 0 0
PKG nginx yarn sqlite3 rust
# Download sources
-fetch -o /tmp http://192.168.1.50:3000/53hornet/theglassyladies/archive/master.tar.gz
-CMD tar -xzvf /tmp/build/master.tar.gz -C /tmp/build
+CMD fetch -o /tmp http://git.53hor.net/53hornet/theglassyladies/archive/master.tar.gz
+CMD tar -xzvf /tmp/master.tar.gz -C /tmp/build
# Build backend
CMD CARGO_HOME=/tmp/build SQLITE3_LIB_DIR=/usr/local/lib SQLITE3_INCLUDE_DIR=/usr/local/include cargo install --root /usr/local --path /tmp/build/theglassyladies/dichroism
@@ -24,9 +24,9 @@ OVERLAY usr
CMD chmod +x /usr/local/etc/rc.d/dichroism
# Cleanup
-#CMD rm -rf /tmp/build
-#CMD pkg remove -y yarn rust
-#CMD pkg autoremove -y
+CMD rm -rf /tmp/build
+CMD pkg remove -y yarn rust
+CMD pkg autoremove -y
# Launch
SYSRC nginx_enable=YES