Skip to content

cfournel/reposcron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

reposcron

A simple cron script to maintain fresh local copies of remote repositories ( hosted on github / bitbucket / etc . )

The script need a path defined to browse it recursively and try to update each sub folder containing repositories.

It allows workflow system such as Active Collab to browse project repositories ( this tool doesn't sync remote repositories )

  • usage

Just insert that script into a crontab :

*/10 * * * * /var/script/reposCron.sh   # Will run the script every 10 minutes
  • features

Feel free to ask for new features or pull request it

About

A simple cron script to auto-update local repositories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages