You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

23 lines
435 B

# Sample rc file just for testing purposes
global
source-dir /tmp
make-options -j4
git-repository-base fake git://localhost/git-set/
end global
module-set set1
repository fake
use-modules setmod1 setmod2 setmod3
branch fake-branch2
end module-set
module module2
repository git://localhost/git/module2.git
make-options -j2
tag fake-tag5
end module
options setmod2
tag tag-setmod2
end options