Commit af11adf
Automatically upload checksumed taball on release
This commit instructs Travis to upload a compressed tarball
with the same contents (essentially) as GitHub's compressed tarball.
It also uploads an md5sum for the generated compressed tarball as well.
The upload happens on tags, when the Python version is Python 3.4 and
the krb5 version is 1.13 (this is intended to stay as the latest
published release). To facilitate this, the KRB5_VER environment
variable was added to each environment in the test matrix.
To ensure that cleanup happens properly, a couple of extra directories
were added to the .gitignore file.
[rharwood@redhat.com: rebase out KRB5_PPAS usage]1 parent c4f8cb3 commit af11adf
3 files changed
+27
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
0 commit comments