Skip to content

Instantly share code, notes, and snippets.

@ael-code
ael-code / test_all.sh
Last active December 14, 2017 18:38 — forked from anonymous/test_all.sh
Libreant installation test script based on docker containers
#! /bin/bash
DIR=$(dirname "$(readlink -f "$0")")
LIBREANT_SRC=$(readlink -f ${DIR}/..)
CURL_RETRY_DELAY=3 # seconds
CURL_RETRIES=30 # seconds
DEBIAN="debian-stable"
UBUNTU="ubuntu-lts"
@ael-code
ael-code / 00base.sh
Last active May 27, 2016 22:42 — forked from boyska/00base.sh
test libreant upgrade
#!/bin/bash
basedir=$(readlink -f $(dirname $0))
source "$basedir/config"
source "$basedir/lib-run.sh"
set -e
set -u
run /bin/bash do-base.sh