Skip to content

Commit

Permalink
etc/scripts/README.md: update targets
Browse files Browse the repository at this point in the history
  • Loading branch information
borsboom committed Feb 9, 2016
1 parent 75059c3 commit 86954bc
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions etc/scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,9 @@ addition, the following options are accepted:
* `check`: run pre-release checks.
* `build`: build and sign the binary distribution.
* `upload`: upload the binary distribution to the Github release.
* `ubuntu-packages`: build Ubuntu .deb packages.
* `ubuntu-upload`: upload Ubuntu .deb packages to private package repository.
* `debian-packages`: build Debian .deb packages.
* `debian-upload`: upload Debian .deb packages to private package repository.
* `centos-packages`: build CentOS .rpm packages.
* `centos-upload`: upload CentOS .rpm packages to private package repository.
* `fedora-packages`: build Fedora .rpm packages.
* `fedora-upload`: upload Fedora .rpm packages to private package repository.
* `build-<distro>-<ver>`: build package for Linux distribution.
* `upload-<distro>-<ver>`: upload package for Linux distribution to private package repository.
* `clean`: delete the build artifacts.

`<distro>` can have one of these values: `ubuntu`, `debian`, `centos`, `fedora`.
`<ver>` is the version of the distribution (e.g., `14.04` for Ubuntu).

0 comments on commit 86954bc

Please sign in to comment.