blob: 31cfdf13bb8046de83d4bd44b9d3aff57a86bd87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Config file for sbostuff. Copy to ~/.sbostuff.cfg and edit as needed.
# Your "real" name (as seen in MAINTAINER= in .info files)
SBO_NAME="Your Name"
# Your email address (as seen in .info files; obfuscate if you want)
SBO_EMAIL="user@domain.com"
# Root of git tree (clone of git.slackbuilds.org:slackbuilds.git)
SBO_GITROOT=~/slackbuilds
# Your branch, where you push changes if you're a committer. Something
# like users/yourname/updates, usually. If you're not a committer,
# just pick something you like here, or maybe use master.
SBO_GITBRANCH="users/yourname/updates"
|