aboutsummaryrefslogtreecommitdiff
path: root/devscripts/release.sh
AgeCommit message (Collapse)Author
2022-04-12[cleanup] Remove unused scripts/tests (#2173)felix
Authored by fstirlitz, pukkandan
2021-06-06[cleanup] Mark unused filespukkandan
2021-03-03Fix packaging bugs (#129)hseg
* Autogenerate `AUTHORS` * Fix `setup.py` using wrong completion files * Complete `ChangeLog` -> `Changelog.md` rename * Make `make tar` respect DESTDIR * Remove `bin/` `yt-dlp` and `docs/` from tar and sdist * Make `pypi-files` build all files needed for `python setup.py` * Add `completions` alias * Add `devscripts/` and `supportedsites.md` to pip sdist * Remove `man` target * Remove `README.txt` from sdist * Make `clean` more granular * Move aliases to top Authored by: hseg <gesh@gesh.uni.cx>
2021-02-25Completely change project name to yt-dlp (#85)Pccode66
* All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan
2021-01-07Preparing for releasepukkandan
2020-09-02[skip travis] renamingUnknown
to avoid using same folder when using pip install for example
2019-04-27Issue template overhaulSergey M․
2019-03-11Start moving to ytdl-orgSergey M․
2016-11-18[devscripts/create-github-release] Fill release body from ChangeLog (closes ↵Sergey M․
#11094)
2016-09-11[devscripts/release.sh] Add missing fiSergey M․
2016-09-11[devscripts/release.sh] Add ChangeLog reminder promptSergey M․
2016-07-30Add ChangeLogYen Chi Hsuan
2016-06-14[devscripts/release.sh] Add flag for gpg-sign commitsSergey M․
2016-06-05[devscripts/release.sh] Release to GitHubSergey M․
2016-06-04disable uploading to yt-dl.org for nowPhilipp Hagemeister
2016-05-29[devscripts/release.sh] Allow passing buildserver address as cli optionSergey M․
2016-05-29[devscripts/release.sh] Check for wheelSergey M․
2016-05-21release.sh: also check for python3 rsa modulePhilipp Hagemeister
2016-05-21release: check for pandocPhilipp Hagemeister
Abort releaseing if pandoc is missing. (pandoc was not included in my essential app database, and thus missing on my new machine.)
2016-04-06Makefile: use full path for the ISSUE_TEMPLATE.md fileJaime Marquínez Ferrándiz
2016-03-29[devscripts/release.sh] Make ISSUE_TEMPLATE.md and commit itSergey M․
2015-02-03[descripts/release] Regenerate auxiliary documentation on build as wellPhilipp Hagemeister
2015-02-03[Makefile] Simplify clean/cleanallPhilipp Hagemeister
2014-09-14[devscripts/release] Do not restore youtube-dl{,.exe} binariesPhilipp Hagemeister
2014-05-30[devscripts/release] Do not commit CHANGELOGPhilipp Hagemeister
2014-03-24[devscripts/release] Check version numberPhilipp Hagemeister
2014-03-18[desvscripts/release] Bump the number of password tries to accomodate ↵Philipp Hagemeister
stubby-fingered @phihag
2014-03-16Build and upload universal wheels to pypiJaime Marquínez Ferrándiz
2014-02-22[release.sh] Do not run tests by defaultPhilipp Hagemeister
We are at the point that testing takes waay too long for a release cycle, and fails way too often. Tests through travis are a better indicator than testing just before release.
2014-01-07[release] Check for useless files before releasePhilipp Hagemeister
2013-10-18Simplify release processPhilipp Hagemeister
2013-09-16[devscripts/release] temporary workaroundsPhilipp Hagemeister
2013-08-31Add an automatic page generator for the supported sites (related #156)Jaime Marquínez Ferrándiz
They are listed in the "supportedsites.html" page.
2013-08-23Switch to domain yt-dl.orgPhilipp Hagemeister
2013-06-25Directly call update_latestPhilipp Hagemeister
2013-06-25Update latest files on releasePhilipp Hagemeister
2013-06-25Make upload atomic (#925)Philipp Hagemeister
2013-06-24Fix release script once morePhilipp Hagemeister
2013-06-24Improve test skipping functionalityPhilipp Hagemeister
2013-06-24Correct comparison testPhilipp Hagemeister
2013-06-23allow skipping tests when releasingPhilipp Hagemeister
(YouTube Subtitles are currently flaky in Germany, especially via IPv6)
2013-06-21Show which IEs are slow during releasePhilipp Hagemeister
2013-03-29Write a new feed each time, reading from versions.jsonJaime Marquínez Ferrándiz
2013-03-26Add an Atom feed generator in devscriptsJaime Marquínez Ferrándiz
2013-02-22Stop early in nosetests (in release script)Philipp Hagemeister
2013-02-18Use proper echo commandsPhilipp Hagemeister
2013-02-18Include man and bash completion in PyPi releasePhilipp Hagemeister
2013-02-02Fix automatic release (oops)Philipp Hagemeister
2013-02-01Add PyPi upload to release scriptPhilipp Hagemeister
2013-01-12Do not backup version.py (under version control and frankly, not that complex)Philipp Hagemeister