From c3238e690a1f3254d282623e047f0124206de9b9 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 10 Jun 2020 19:42:04 -0400 Subject: cleanup, wip for eventual release --- sbostuff.cfg | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sbostuff.cfg (limited to 'sbostuff.cfg') 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" -- cgit v1.2.3