From 757787725cffc24f6c4e353fefa63bf255007457 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 24 Feb 2019 15:44:35 +0200 Subject: Updates for 0.9.0 release --- rep-test | 179 --------------------------------------------------------------- 1 file changed, 179 deletions(-) delete mode 100755 rep-test (limited to 'rep-test') diff --git a/rep-test b/rep-test deleted file mode 100755 index 09541b6..0000000 --- a/rep-test +++ /dev/null @@ -1,179 +0,0 @@ -#! /usr/bin/env bash - -# Test repository. -# -# Usage: update [options] -# -# First, the script determines the list of repositories/sections. If -# contains the repositories.manifest file, then it is the only repository to -# be tested. Otherwise, every first-level subdirectory of that doesn't -# start with '.' and contains the repositories.manifest file is to be tested. -# -# Then, it makes sure that every package in every repository can be built -# in a clean configuration. -# -# -n -# Only test new packages. For this to work, should be (part of) a -# git repository. Untracked (and changed) files are considered new. -# -# -e -# Exclude the specified sub-directory. Currently only one directory can -# be excluded. -# -# -t -# Specify the build2 toolchain install/stage directory. The script will -# use /bin/b and /bin/bpkd instead of just b and -# bpkg. -# -# -c