📝 Make a RPM
This commit is contained in:
parent
109b0cc152
commit
e013b1148c
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -12,3 +12,14 @@ if ($SIZE < 8192 && /^From:.*myaddress@example.com/ && /^To:.*taskwarrior@/)
|
|||
exit
|
||||
}
|
||||
~~~
|
||||
|
||||
Make a RPM
|
||||
----------
|
||||
If needed:
|
||||
* Update version in `setup.py`
|
||||
* Commit
|
||||
* Tag
|
||||
* Push tags
|
||||
|
||||
Make the RPM:
|
||||
* `python setup.py bdist_rpm`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue