Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-07 | youtube-dl.tar.gz make target | Filippo Valsorda | |
2012-12-07 | devscripts/make_readme.py in place of all that sedding, that has porting ↵ | Filippo Valsorda | |
problems | |||
2012-12-07 | pip installs fine! | Filippo Valsorda | |
2012-11-29 | New repo skeleton, getting ready for PyPi | Filippo Valsorda | |
2012-11-29 | removed __main__.py from the root of the repo | Filippo Valsorda | |
2012-11-28 | Make __main__ work in all scenarios with relative imports | Philipp Hagemeister | |
2012-11-26 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2012-11-26 | Document configuration | Philipp Hagemeister | |
2012-11-26 | fix FAQ on how to compile (also, starnge fix in the Makefile) | Filippo Valsorda | |
2012-10-25 | Update install target | Till Maas | |
- Allow to configure destination directories to fulfill the needs of different distributions - Support DESTDIR variable for staging installation when packaging - Do not set user/group to root. It requires 'make install' to run as root, but then this is the default behaviour anyways. | |||
2012-10-19 | StringIO used by nosetests do not merge with the way youtube-dl handle ↵ | gcmalloc | |
sys.stdout and sys.stderr | |||
2012-10-12 | correcting the makefile according to the new one | gcmalloc | |
2012-10-12 | removing extended globbing for the find utility | gcmalloc | |
2012-10-12 | correcting the makefile | gcmalloc | |
2012-10-12 | adding clean rule in the makefile | gcmalloc | |
2012-10-12 | adding test rule in the Makefile | gcmalloc | |
2012-10-09 | Added missing dependencies to Makefile | Filippo Valsorda | |
2012-09-27 | Let Makefile use youtube-dl source code instead of compiled binary | Philipp Hagemeister | |
2012-09-27 | Merge remote-tracking branch 'FiloSottille/automation' | Philipp Hagemeister | |
2012-09-26 | add PREFIX option to make install | Filippo Valsorda | |
2012-09-25 | moved make release to devscripts/release.sh | Filippo Valsorda | |
2012-08-03 | A more "make-esque" Makefile with file targets and dependencies | Filippo Valsorda | |
2012-08-01 | added one-step realese script 'make release version=nn' - closes #158 | Filippo Valsorda | |
2012-08-01 | added automatically generated bash-completion; closes #191 | Filippo Valsorda | |
2012-08-01 | auto-generating manpage from README.md (closes #151); redesigned Makefile | Filippo Valsorda | |
2012-07-22 | Added install target to Makefile. | joehillen | |
2012-05-23 | quiet zip in make compile | Philipp Hagemeister | |
2012-03-25 | Split code as a package, compiled into an executable zip | Filippo Valsorda | |
2011-12-08 | Makefile: Don't use `echo`'s `-e` option for portability. | Rogério Brito | |
Many systems (including Debian, Ubuntu and derivatives like Linux Mint) use Dash as a noninteractive version of `/bin/sh`, invoked by `make`. Dash's `echo` command doesn't understand the `-e` option and this generates spurious output when running `make`. See [a bugreport][0] for one of the many instances of this bug/feature in action. [0]: https://bugs.launchpad.net/ubuntu/+source/dash/+bug/72167 | |||
2011-11-21 | Use the dev version in Makefile | Philipp Hagemeister | |
2011-11-21 | Move code into a separate Python module | Philipp Hagemeister | |
2011-09-13 | Automatically generate LATEST_VERSION (Closes #16) | Philipp Hagemeister | |
2011-09-04 | Update Makefile to new README format | Philipp Hagemeister | |
2011-08-28 | Add default make target | Philipp Hagemeister | |
2011-08-25 | Makefile to recreate README | Philipp Hagemeister | |