Improve moving unchecked TODOs to next weekday and from last 7 days. New version checker. Remove newline after headings
This commit is contained in:
parent
ab0a9400c9
commit
5bf6d4c4d6
13 changed files with 701 additions and 70 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
set -eo pipefail
|
||||
|
||||
rm -rf dist
|
||||
|
||||
|
|
@ -15,3 +15,5 @@ mv Bouquin.AppImage dist/
|
|||
|
||||
# Sign packages
|
||||
for file in `ls -1 dist/`; do qubes-gpg-client --batch --armor --detach-sign dist/$file > dist/$file.asc; done
|
||||
|
||||
echo "Don't forget to update version string on remote server."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue