Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-12 | [cleanup] Remove unused scripts/tests (#2173) | felix | |
Authored by fstirlitz, pukkandan | |||
2021-06-06 | [cleanup] Mark unused files | pukkandan | |
2021-03-03 | Fix 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-25 | Completely 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-07 | Preparing for release | pukkandan | |
2020-09-02 | [skip travis] renaming | Unknown | |
to avoid using same folder when using pip install for example | |||
2019-04-27 | Issue template overhaul | Sergey M․ | |
2019-03-11 | Start moving to ytdl-org | Sergey 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 fi | Sergey M․ | |
2016-09-11 | [devscripts/release.sh] Add ChangeLog reminder prompt | Sergey M․ | |
2016-07-30 | Add ChangeLog | Yen Chi Hsuan | |
2016-06-14 | [devscripts/release.sh] Add flag for gpg-sign commits | Sergey M․ | |
2016-06-05 | [devscripts/release.sh] Release to GitHub | Sergey M․ | |
2016-06-04 | disable uploading to yt-dl.org for now | Philipp Hagemeister | |
2016-05-29 | [devscripts/release.sh] Allow passing buildserver address as cli option | Sergey M․ | |
2016-05-29 | [devscripts/release.sh] Check for wheel | Sergey M․ | |
2016-05-21 | release.sh: also check for python3 rsa module | Philipp Hagemeister | |
2016-05-21 | release: check for pandoc | Philipp 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-06 | Makefile: use full path for the ISSUE_TEMPLATE.md file | Jaime Marquínez Ferrándiz | |
2016-03-29 | [devscripts/release.sh] Make ISSUE_TEMPLATE.md and commit it | Sergey M․ | |
2015-02-03 | [descripts/release] Regenerate auxiliary documentation on build as well | Philipp Hagemeister | |
2015-02-03 | [Makefile] Simplify clean/cleanall | Philipp Hagemeister | |
2014-09-14 | [devscripts/release] Do not restore youtube-dl{,.exe} binaries | Philipp Hagemeister | |
2014-05-30 | [devscripts/release] Do not commit CHANGELOG | Philipp Hagemeister | |
2014-03-24 | [devscripts/release] Check version number | Philipp Hagemeister | |
2014-03-18 | [desvscripts/release] Bump the number of password tries to accomodate ↵ | Philipp Hagemeister | |
stubby-fingered @phihag | |||
2014-03-16 | Build and upload universal wheels to pypi | Jaime Marquínez Ferrándiz | |
2014-02-22 | [release.sh] Do not run tests by default | Philipp 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 release | Philipp Hagemeister | |
2013-10-18 | Simplify release process | Philipp Hagemeister | |
2013-09-16 | [devscripts/release] temporary workarounds | Philipp Hagemeister | |
2013-08-31 | Add 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-23 | Switch to domain yt-dl.org | Philipp Hagemeister | |
2013-06-25 | Directly call update_latest | Philipp Hagemeister | |
2013-06-25 | Update latest files on release | Philipp Hagemeister | |
2013-06-25 | Make upload atomic (#925) | Philipp Hagemeister | |
2013-06-24 | Fix release script once more | Philipp Hagemeister | |
2013-06-24 | Improve test skipping functionality | Philipp Hagemeister | |
2013-06-24 | Correct comparison test | Philipp Hagemeister | |
2013-06-23 | allow skipping tests when releasing | Philipp Hagemeister | |
(YouTube Subtitles are currently flaky in Germany, especially via IPv6) | |||
2013-06-21 | Show which IEs are slow during release | Philipp Hagemeister | |
2013-03-29 | Write a new feed each time, reading from versions.json | Jaime Marquínez Ferrándiz | |
2013-03-26 | Add an Atom feed generator in devscripts | Jaime Marquínez Ferrándiz | |
2013-02-22 | Stop early in nosetests (in release script) | Philipp Hagemeister | |
2013-02-18 | Use proper echo commands | Philipp Hagemeister | |
2013-02-18 | Include man and bash completion in PyPi release | Philipp Hagemeister | |
2013-02-02 | Fix automatic release (oops) | Philipp Hagemeister | |
2013-02-01 | Add PyPi upload to release script | Philipp Hagemeister | |
2013-01-12 | Do not backup version.py (under version control and frankly, not that complex) | Philipp Hagemeister | |