From 9c9b59dafdb8ce0ffee2eea04055ebc06d471800 Mon Sep 17 00:00:00 2001 From: arkiver Date: Wed, 8 Nov 2023 23:18:20 +0100 Subject: [PATCH] Version 20231108.01. Do not install utf8 with luarocks, this is now in base parent image. --- pipeline.py | 2 +- warrior-install.sh | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100755 warrior-install.sh diff --git a/pipeline.py b/pipeline.py index 7e40178..45afc9d 100644 --- a/pipeline.py +++ b/pipeline.py @@ -72,7 +72,7 @@ if not WGET_AT: # # Update this each time you make a non-cosmetic change. # It will be added to the WARC files and reported to the tracker. -VERSION = '20231102.01' +VERSION = '20231108.01' TRACKER_ID = 'reddit' TRACKER_HOST = 'legacy-api.arpa.li' MULTI_ITEM_SIZE = 100 diff --git a/warrior-install.sh b/warrior-install.sh deleted file mode 100755 index db2d2d9..0000000 --- a/warrior-install.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -echo "Installing lua-utf8..." -sudo luarocks install utf8 || exit 1 - -exit 0