we don't actually need RAWHIDE var

This commit is contained in:
Adam Williamson 2016-01-28 00:23:48 -08:00
parent ff0f5de643
commit 7e12eb4361
1 changed files with 0 additions and 1 deletions

View File

@ -85,4 +85,3 @@ These variables should be set when tests are scheduled (when running `isos post`
| `FLAVOR` | indicates what type of distribution is used. Three Pungi properties, joined with `-`: `variant`, `type`, and `format`. e.g.: `Server-dvd-iso`. Special value `universal` is used to schedule the group of tests that should be run once each per arch per compose, against the 'best' available ISO |
| `ARCH` | is set to architecture that will be used (`x86_64`, `i686`) |
| `BUILD` | contains Pungi compose_id (something like `Fedora-24-20160121.n.3`) |
| `RAWHIDE` | set to 1 if this is a Rawhide compose (this is kind of a hack, see https://pagure.io/pungi/issue/134 ) |