Sha256: 60fc2b84278d6e00665245b56fe44df6ee6d44c83636f4922e13bf5e5a588c5f

Contents?: true

Size: 591 Bytes

Versions: 10

Compression:

Stored size: 591 Bytes

Contents

#!/bin/bash

# A crude integration test that builds some Apache Commons libraries

set -ex

rm -Rf commons-collections
mkdir commons-collections
cd commons-collections
tetra init

cd src
unzip ../../commons-collections-3.2.1-src.zip 

tetra dry-run --very-very-verbose start
cd commons-collections-3.2.1-src/
tetra mvn --very-very-verbose package -DskipTests
tetra dry-run finish

tetra generate-kit
tetra generate-archive
tetra generate-spec

touch adding_patch_file
tetra patch "patch file added"
tetra generate-spec

echo "**************** All Done ****************"

find ../../packages

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
tetra-1.2.2 integration-tests/build-commons.sh
tetra-1.2.1 integration-tests/build-commons.sh
tetra-1.2.0 integration-tests/build-commons.sh
tetra-1.1.0 integration-tests/build-commons.sh
tetra-1.0.0 integration-tests/build-commons.sh
tetra-0.54.0 integration-tests/build-commons.sh
tetra-0.53.0 integration-tests/build-commons.sh
tetra-0.52.0 integration-tests/build-commons.sh
tetra-0.51.0 integration-tests/build-commons.sh
tetra-0.50.0 integration-tests/build-commons.sh