Skip to content

devmatteini/dra-tests

Repository files navigation

dra-tests

This repository is used to generate and store assets for dra integration tests.

Usage

Install dependencies to build all assets:

make install-deps

Dependencies:

./create-release.sh 0.1.0
# output: 0.1.0 release created

./create-release.sh --pre-release 0.1.0
# output: 0.1.0-alpha release created

Assets

  • Debian package (.deb)
  • RPM package (.rpm)
  • Tar archives
    • .tar.{gz,bz2,xz} with executable
    • .tar.gz without executable
  • Zip archive (.zip)
  • Compressed files (.gz, .bz2, .xz)

All assets use the executable helloworld.

Both .tar.gz and .zip contains other files and directories other than helloworld to simulate real world scenarios.

About

This repository is used to generate and store assets for `dra` integration tests.

Resources

Stars

Watchers

Forks

Contributors