devmatteini / dra-tests

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dra-tests

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

Usage

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)
  • 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.


Languages

Language:Shell 98.7%Language:Makefile 1.3%