aboutsummaryrefslogtreecommitdiff
path: root/sbostuff.cfg
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2020-06-10 19:42:04 -0400
committerB. Watson <yalhcru@gmail.com>2020-06-10 19:42:04 -0400
commitc3238e690a1f3254d282623e047f0124206de9b9 (patch)
treeaad4069d37a258d2d641fef67abd7a3317fde111 /sbostuff.cfg
parentfdab64c728d172419b3cc3f8a566a3fd134ab366 (diff)
downloadsbostuff-c3238e690a1f3254d282623e047f0124206de9b9.tar.gz
cleanup, wip for eventual release
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"