Skip to content

Commit

Permalink
README: gitbuilder doesn't "update itself automatically"
Browse files Browse the repository at this point in the history
It can build your software automatically.  Which is updating in a sense, but
not an obvious sense :)

(Thanks to Josef Wolf for pointing this out.)^
  • Loading branch information
apenwarr committed Apr 29, 2009
1 parent af1be2b commit 6cd18bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README
Expand Up @@ -102,8 +102,9 @@ SETTING UP AN AUTOBUILDER IN CRON
================================= =================================


Now that your gitbuilder is working, you probably want to have it continue Now that your gitbuilder is working, you probably want to have it continue
to update itself automatically. gitbuilder is designed to make it safe to to building new versions automatically. gitbuilder is designed to make it
do that. Try adding a line like this to your crontab (using crontab -e): safe to do that. Try adding a line like this to your crontab (using crontab
-e):


* * * * * nice ~/src/gitbuilder/start >/dev/null 2>&1 * * * * * nice ~/src/gitbuilder/start >/dev/null 2>&1


Expand Down

0 comments on commit 6cd18bd

Please sign in to comment.