From 56c2bf8165b8e57092e24a7003c03e2b857ef1d6 Mon Sep 17 00:00:00 2001 From: Kirill Zaborsky Date: Tue, 16 Apr 2019 15:45:32 +0300 Subject: [PATCH] Newer Stack/curator (with disabled interleaved output) --- automated/build-next.sh | 4 ++-- etc/curator-2-check.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/automated/build-next.sh b/automated/build-next.sh index 67ccb37b..567ce19b 100755 --- a/automated/build-next.sh +++ b/automated/build-next.sh @@ -63,7 +63,7 @@ BINDIR=$(cd $ROOT/bin ; pwd) ( cd $BINDIR rm -f stackage-curator stackage-curator-2*.bz2 -CURATOR2=stackage-curator-2-7e65b644121812d9a3a8b24d7130bb8865485f8f +CURATOR2=stackage-curator-2-b6102fdf8a6017e7fee131cf24f470bf1a396665 wget "https://download.fpcomplete.com/stackage-curator-2/$CURATOR2.bz2" bunzip2 "$CURATOR2.bz2" chmod +x $CURATOR2 @@ -94,7 +94,7 @@ fi ( cd $BINDIR rm -f stack stack-*.bz2 -STACK=stack-7e65b644121812d9a3a8b24d7130bb8865485f8f +STACK=stack-b6102fdf8a6017e7fee131cf24f470bf1a396665 wget "https://download.fpcomplete.com/stackage-curator-2/$STACK.bz2" bunzip2 "$STACK.bz2" chmod +x $STACK diff --git a/etc/curator-2-check.sh b/etc/curator-2-check.sh index beddaf39..75b0b713 100755 --- a/etc/curator-2-check.sh +++ b/etc/curator-2-check.sh @@ -11,7 +11,7 @@ export PATH=$HOME/.local/bin:$PATH curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack' # Get new Stackage curator -CURATOR2=stackage-curator-2-7e65b644121812d9a3a8b24d7130bb8865485f8f +CURATOR2=stackage-curator-2-b6102fdf8a6017e7fee131cf24f470bf1a396665 wget "https://download.fpcomplete.com/stackage-curator-2/$CURATOR2.bz2" bunzip2 "$CURATOR2.bz2" chmod +x $CURATOR2