dylex/repomon
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
repomon is a simple script designed to monitor various remote repositories and notify you when there are updates. It supports git, subversion, mercurial, maybe more in the future. It reads ~/.repomon.rc (can be overridden on the command line with -c), which lists one repository per line in the following format (delimited by whitespace): identifier protocol url [-bt] arguments... identifier: any unique identifier protocol: git, hg, or svn url: url of repository arguments: branch name (where relevant) or -b branch glob pattern -t tag glob pattern Blank lines and those beginning with # are ignored. When repomon is run, it prints (on stdout) any new activity in the repositories specified. For example, you may want a cron job like this: 0 6 * * * repomon For now the output is very minimal (basically just revision numbers), and there's no output if nothing has changed. The (human-readable) state is stored in ~/.repomon.state (override with -s). Examples: # watch for any new commits to subversion itself (branch is just appended to url): subversion svn http://svn.apache.org/repos/asf/subversion trunk # watch for any new commits to the linux 2.6 stable branch: linux-stable git git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6-stable.git stable # watch for any new branch in the linux 2.6 stable repo: linux-rel git git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6-stable.git -b # watch for new firefox release tags in the mozilla repository: firefox-central hg http://hg.mozilla.org/mozilla-central -t FIREFOX_*_RELEASE
About
Monitor remote source code repositories for updates
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published