Created
August 15, 2009 21:34
-
-
Save edavis10/168462 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
TZ='America/Los_Angeles'; export TZ | |
## All projects | |
# /home/websites/projects.littlestreamsoftware.com/current/script/runner -e production "Repository.fetch_changesets" | |
## Only active projects | |
/home/websites/projects.littlestreamsoftware.com/current/script/runner -e production "Project.find_all_by_status(Project::STATUS_ACTIVE).collect(&:repository).compact.each {|repo| repo.fetch_changesets }" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment