aboutsummaryrefslogtreecommitdiff
path: root/python/buildbot/buildbot.SlackBuild
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2023-03-06 11:00:03 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-03-12 08:48:12 +0700
commitdb98fbca20c211301da6307776d0f16049cdeb90 (patch)
tree4e63ff52b72679745b86c2c4d52e8814a4ac8b26 /python/buildbot/buildbot.SlackBuild
parent7a2039dc145dddaf8658866e311b8d83a3411729 (diff)
downloadslackbuilds-db98fbca20c211301da6307776d0f16049cdeb90.tar.xz
python/buildbot: Updated for version 3.7.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/buildbot/buildbot.SlackBuild')
-rw-r--r--python/buildbot/buildbot.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/python/buildbot/buildbot.SlackBuild b/python/buildbot/buildbot.SlackBuild
index 97e3dff3ebdf..bb7834a58a06 100644
--- a/python/buildbot/buildbot.SlackBuild
+++ b/python/buildbot/buildbot.SlackBuild
@@ -28,7 +28,7 @@ PRGNAM=buildbot
SRCNAM=${PRGNAM#python-*}
# "pkg" stays first
PACKAGES="pkg www console-view grid-view waterfall-view wsgi-dashboards"
-VERSION=${VERSION:-3.6.1}
+VERSION=${VERSION:-3.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -110,6 +110,8 @@ cp -a \
docs/ COPYING* NEWS* PKG-INFO* README* UPGRADING* \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+# No executable files on doc
+find -L $PKG/usr/doc/ -type f -exec chmod 644 {} \;
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc