Fix download_release command
This commit is contained in:
parent
32f8349fbb
commit
681178ce8c
@ -724,7 +724,7 @@ as closed.
|
|||||||
* Windows: Run `git checkout v1.X.Y; py -3 scripts\dev\build_release.py --asciidoc C:\Python27\python %userprofile%\bin\asciidoc-8.6.10\asciidoc.py --upload v1.X.Y` (replace X/Y by hand).
|
* Windows: Run `git checkout v1.X.Y; py -3 scripts\dev\build_release.py --asciidoc C:\Python27\python %userprofile%\bin\asciidoc-8.6.10\asciidoc.py --upload v1.X.Y` (replace X/Y by hand).
|
||||||
* macOS: Run `git checkout v1.X.Y && python3 scripts/dev/build_release.py --upload v1.X.Y` (replace X/Y by hand).
|
* macOS: Run `git checkout v1.X.Y && python3 scripts/dev/build_release.py --upload v1.X.Y` (replace X/Y by hand).
|
||||||
* On server:
|
* On server:
|
||||||
- Run `python3 scripts/dev/download_release.py v1.X.Y` (replace X/Y by hand).
|
- Run `bash download_release.sh 1.X.Y` (replace X/Y by hand).
|
||||||
- Run `git pull github master && sudo python3 scripts/asciidoc2html.py --website /srv/http/qutebrowser`
|
- Run `git pull github master && sudo python3 scripts/asciidoc2html.py --website /srv/http/qutebrowser`
|
||||||
* Update `qutebrowser-git` PKGBUILD if dependencies/install changed.
|
* Update `qutebrowser-git` PKGBUILD if dependencies/install changed.
|
||||||
* Announce to qutebrowser and qutebrowser-announce mailinglist.
|
* Announce to qutebrowser and qutebrowser-announce mailinglist.
|
||||||
|
Loading…
Reference in New Issue
Block a user