Commit Graph

  • de0b6556b6 remove testing hooks Kenneth Reitz 2012-01-19 14:23:36 -05:00
  • 8486015d7c whitespace Kenneth Reitz 2012-01-19 14:23:31 -05:00
  • ce268a3c8f back to the way it was Kenneth Reitz 2012-01-19 14:21:08 -05:00
  • 8072330640 test Kenneth Reitz 2012-01-19 11:37:05 -05:00
  • 327b1dea25 test Kenneth Reitz 2012-01-19 11:35:59 -05:00
  • 8f29269e41 blah Kenneth Reitz 2012-01-19 11:25:31 -05:00
  • 1b4d14e24c debug Kenneth Reitz 2012-01-19 11:21:12 -05:00
  • 710f932184 test Kenneth Reitz 2012-01-19 11:07:12 -05:00
  • 02e410fd20 comments Kenneth Reitz 2012-01-18 20:57:25 -05:00
  • c90128faf6 test Kenneth Reitz 2012-01-18 20:54:07 -05:00
  • c5ff543a69 hmmmm Kenneth Reitz 2012-01-18 20:47:02 -05:00
  • 639d1dc9cc test Kenneth Reitz 2012-01-18 20:43:59 -05:00
  • 118cc029fb cleaner virtualenv runner Kenneth Reitz 2012-01-18 17:28:57 -05:00
  • 54545df970 testing Kenneth Reitz 2012-01-18 17:08:17 -05:00
  • 4c94607882 testing... Kenneth Reitz 2012-01-18 17:06:38 -05:00
  • ff893b7a72 collectstatic Kenneth Reitz 2012-01-18 16:58:26 -05:00
  • 034fbc1c8f tell what's going on Kenneth Reitz 2012-01-18 16:26:09 -05:00
  • 2eb941b077 combine virtualenv install streams Kenneth Reitz 2012-01-18 16:15:22 -05:00
  • bedd8ea111 new virtualenv build sequence Kenneth Reitz 2012-01-18 16:01:21 -05:00
  • 9ed91cd53a don't bootstrap virtualenv every time Kenneth Reitz 2012-01-18 15:41:42 -05:00
  • 17d97cde49 remove random virtualenv tmpdir name Kenneth Reitz 2012-01-18 15:11:56 -05:00
  • 09eff5f4d7 --never-download Kenneth Reitz 2012-01-18 15:08:41 -05:00
  • 3400cebfd2 distribute Kenneth Reitz 2012-01-18 15:06:37 -05:00
  • ac4fb2ad9d remove --no-site-packages Kenneth Reitz 2012-01-18 15:04:42 -05:00
  • 13186e4674 virtualenv to 1.7 Kenneth Reitz 2012-01-18 15:03:36 -05:00
  • aaa3f1ee1a user_env_compile for disabling injection Kenneth Reitz 2012-01-18 14:06:56 -05:00
  • 74cad013b9 error to std err Kenneth Reitz 2012-01-18 14:06:42 -05:00
  • 8ec956758e don't fail Kenneth Reitz 2012-01-18 13:51:07 -05:00
  • c0b4a0e3c7 collectstatic Kenneth Reitz 2012-01-18 12:45:47 -05:00
  • 8566a65067 comments Kenneth Reitz 2012-01-18 12:34:41 -05:00
  • 9c82d44129 comments Kenneth Reitz 2012-01-18 12:31:35 -05:00
  • 4e2dd4b6cf Move pylibmc venderization to separate script Kenneth Reitz 2012-01-18 12:28:25 -05:00
  • f9f9ae54fa move django operations into separate file Kenneth Reitz 2012-01-18 12:24:35 -05:00
  • a00b4900cd comments Kenneth Reitz 2012-01-18 12:05:57 -05:00
  • cd01dc0c17 activate and utilize virtualenv. Export PIP_DOWNLOAD_CACHE Kenneth Reitz 2012-01-18 11:54:12 -05:00
  • 2750238a0c only catch Exceptions Kenneth Reitz 2012-01-18 11:42:26 -05:00
  • f2596e4cbc Merge pull request #19 from kencochrane/master Kenneth Reitz 2012-01-18 03:25:20 -08:00
  • b6955dd9b6 It is usually safer to use the -o option in curl to specifiy your own temp file name in scripts because if the file changes in the url then your local file will also change and it will result in an error since you have that name hard coded in the next few lines (tar, rm) Ken Cochrane 2011-12-30 16:42:06 -05:00
  • 36994d02b3 Merge pull request #18 from kencochrane/master Kenneth Reitz 2011-12-30 13:34:21 -08:00
  • 9902caea79 added a -p option to mkdir .heroku it is safer incase .heroku is already created, it won't error out Ken Cochrane 2011-12-30 16:22:14 -05:00
  • 80f851b8c1 Changelog for v3 v3 Kenneth Reitz 2011-12-07 11:41:38 -08:00
  • 2cf1925188 all set Kenneth Reitz 2011-12-07 11:35:24 -08:00
  • c309a882b2 python cleanups Kenneth Reitz 2011-12-07 11:30:27 -08:00
  • 2a550b1a95 subtle cleanups Kenneth Reitz 2011-12-07 11:27:27 -08:00
  • 0512577a38 Merge branch 'master' of https://github.com/dpaola2/heroku-buildpack-python into develop Kenneth Reitz 2011-12-07 11:10:50 -08:00
  • ef0568d10a Stick to heroku convention Kenneth Reitz 2011-12-07 11:10:11 -08:00
  • 30d04b1770 semantic version numbers Kenneth Reitz 2011-12-07 11:10:00 -08:00
  • 25e134d0ea Merge pull request #10 from lstoll/master Noah Zoschke 2011-11-29 07:02:56 -08:00
  • 3b0a8bdd9b Settings file path needs to be relative to project root Lincoln Stoll 2011-11-28 22:58:13 -08:00
  • 6a05ef1d90 DATABASES uses update() instead of being set explicitly, to preserve options Dave Paola 2011-11-28 20:51:30 -05:00
  • 743effb58a Merge pull request #8 from kencochrane/master Noah Zoschke 2011-11-28 14:29:18 -08:00
  • 4a863b529b made it so that the compile doesn't fail if the DATABASES variable doesn't exist in settings.py Ken Cochrane 2011-11-27 14:53:57 -05:00
  • 47d889c1e9 loading virtualenv if we install mercurial Craig Kerstiens 2011-11-17 09:30:28 -08:00
  • 7ef7b64b42 detecting if mercurial is used, if so install before requirements Craig Kerstiens 2011-11-16 10:01:42 -08:00
  • 3a2dc49938 updating to use herokus github in buildpack_url Craig Kerstiens 2011-11-15 13:44:24 -08:00
  • f4f290d150 adding changelog to build pack Craig Kerstiens 2011-11-15 13:37:08 -08:00
  • d0acc5f130 attempting version with library paths always set Craig Kerstiens 2011-11-14 10:54:05 -08:00
  • 8d26b73e2b attempting version with library paths always set Craig Kerstiens 2011-11-14 10:26:53 -08:00
  • 8c4e45dd36 adding flexibility on detecting for release vars Craig Kerstiens 2011-11-14 10:15:19 -08:00
  • 9ee4f11eb2 fixing typo for databases dictionary Craig Kerstiens 2011-11-14 09:57:16 -08:00
  • 654a42137e adding more flexible detection of pylibmc Craig Kerstiens 2011-11-14 09:46:53 -08:00
  • ab39ab6833 sasl2 Kenneth Reitz 2011-11-11 13:56:28 -08:00
  • 75f5b406a3 cleaner Kenneth Reitz 2011-11-11 13:41:36 -08:00
  • ed66073a3f testing Kenneth Reitz 2011-11-11 13:38:19 -08:00
  • bd1ad73a14 bash fix Kenneth Reitz 2011-11-11 13:33:26 -08:00
  • f7e0541039 .heroku folder Kenneth Reitz 2011-11-11 13:18:01 -08:00
  • 34dc65d925 quiet tar Kenneth Reitz 2011-11-11 11:59:06 -08:00
  • 320532c7a2 configs Kenneth Reitz 2011-11-11 11:55:00 -08:00
  • c6223758ea remove distribute Kenneth Reitz 2011-11-11 11:25:42 -08:00
  • d80fc3971e better Kenneth Reitz 2011-11-11 11:14:54 -08:00
  • 39227b3ddb new url Kenneth Reitz 2011-11-11 11:06:41 -08:00
  • 0a58247513 hmm Kenneth Reitz 2011-11-11 11:01:23 -08:00
  • ef31045238 fixes Kenneth Reitz 2011-11-11 10:53:18 -08:00
  • f9cbe70969 Merge branch 'pylibmc' Kenneth Reitz 2011-11-11 10:47:04 -08:00
  • b50b1a303f pylibmc Kenneth Reitz 2011-11-11 10:46:46 -08:00
  • 8d98b4104a Check for virtualenv collisions. Kenneth Reitz 2011-11-10 11:43:20 -08:00
  • 7241043c37 warn and reject virtualenv Kenneth Reitz 2011-11-10 11:34:22 -08:00
  • 87fa376b4d checked in virtualenv safety check Kenneth Reitz 2011-11-10 11:25:25 -08:00
  • 46de6fc609 python Kenneth Reitz 2011-11-10 11:07:35 -08:00
  • f5ca696f8b python2.7 Kenneth Reitz 2011-11-10 11:01:32 -08:00
  • 015688fe60 echo test Kenneth Reitz 2011-11-10 10:59:32 -08:00
  • 7175e3c7fb Merge https://github.com/craigkerstiens/heroku-buildpack-python Kenneth Reitz 2011-11-10 10:18:10 -08:00
  • b810e7ed23 updating build pack readme Craig Kerstiens 2011-11-04 10:32:50 -07:00
  • 7502ee0583 reference self Noah Zoschke 2011-11-04 10:12:40 -07:00
  • 16d651ce32 clarity about virtualenv/pip relationship Noah Zoschke 2011-11-04 10:10:16 -07:00
  • 597c3aa0c4 bring readme in line Noah Zoschke 2011-11-04 10:07:02 -07:00
  • b1f05b93df dont cd Noah Zoschke 2011-11-04 09:47:47 -07:00
  • 3a136f2124 fix comment Noah Zoschke 2011-11-04 09:47:32 -07:00
  • 395c18e8fe whitespace => indent function Noah Zoschke 2011-11-04 09:47:06 -07:00
  • 4e00f9e8ef Use distribute. Kenneth Reitz 2011-11-02 02:48:05 -03:00
  • 4eb5b5cbe9 updating readme Craig Kerstiens 2011-11-01 16:29:17 -07:00
  • aeb8fb7649 dont hardcode path to python, let PATH handle it Noah Zoschke 2011-10-31 10:07:23 -07:00
  • c9276ca62f put vendored virtualenv at beginning of sys.path Noah Zoschke 2011-10-28 11:49:12 -07:00
  • 3de886d451 call vendored virtualenv script Noah Zoschke 2011-10-28 10:47:45 -07:00
  • f771976050 vendor virtualenv src Noah Zoschke 2011-10-28 10:35:07 -07:00
  • 9d32a281c9 simplify sed detection Noah Zoschke 2011-10-28 10:05:52 -07:00
  • c9be6958df Language -> Build Noah Zoschke 2011-10-21 13:00:06 -07:00
  • 3f95d9b113 newline before settings injection in case of no trailing newline Noah Zoschke 2011-10-04 15:54:41 -07:00
  • 5915acf4c6 dont byte-compile *.py Noah Zoschke 2011-10-04 15:51:14 -07:00
  • bece93a25c remove defunkt tests Noah Zoschke 2011-09-12 17:32:17 -07:00