File: mrconfig

package info (click to toggle)
myrepos 1.20141024
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 260 kB
  • ctags: 41
  • sloc: perl: 1,620; makefile: 26
file content (12 lines) | stat: -rw-r--r-- 373 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
# A simple example config file for the mr(1) command.

[mr]
checkout = git clone git://git.kitenet.net/mr

[linux-2.6]
checkout = git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
# only update once every 12 hours
skip = ([ "$1" = update ] && ! hours_since "$1" 12)

[debian-cd]
checkout = svn co svn://svn.debian.org/debian-cd/trunk debian-cd