aboutsummaryrefslogtreecommitdiff
path: root/sbostuff.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'sbostuff.cfg')
-rw-r--r--sbostuff.cfg15
1 files changed, 15 insertions, 0 deletions
diff --git a/sbostuff.cfg b/sbostuff.cfg
new file mode 100644
index 0000000..31cfdf1
--- /dev/null
+++ b/sbostuff.cfg
@@ -0,0 +1,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"