Adding a new repo to sbopkg
Posted: 2013-11-30 Filed under: slackbuilds, system | Tags: repo, sbopkg Leave a commentThe SlackBuilds repository for 14.1 is out, but sbopkg has not been updated to use it. As before, there’s ponce’s solution. So…
Open /etc/sbopkg/repos.d/40-sbo.repo and add on top of it the following:
# DO NOT EDIT THIS FILE. CHANGES WILL BE OVERWRITTEN. See the README. # Repo Branch Description Tag Tool Link CheckGPG SBo 14.1 "SBo repository for Slackware 14.1" _SBo rsync slackbuilds.org::slackbuilds/14.1 GPG
Edit /etc/sbopkg/sbopkg.conf to set the following:
# Other variables:
CLEANUP=${CLEANUP:-NO}
DEBUG_UPDATES=${DEBUG_UPDATES:-0}
KEEPLOG=${KEEPLOG:-YES}
MKDIR_PROMPT=${MKDIR_PROMPT:-YES}
NICE=${NICE:-10}
REPO_BRANCH=${REPO_BRANCH:-14.1}
REPO_NAME=${REPO_NAME:-SBo}
Then select and sync the 14.1 repo from the menus.
