[152134] contrib/mp-buildbot
larryv at macports.org
larryv at macports.org
Mon Aug 29 12:36:09 PDT 2016
Revision: 152134
https://trac.macports.org/changeset/152134
Author: larryv at macports.org
Date: 2016-08-29 12:36:09 -0700 (Mon, 29 Aug 2016)
Log Message:
-----------
mpbb: Remove trailing whitespace
Modified Paths:
--------------
contrib/mp-buildbot/mpbb-gather-archives
contrib/mp-buildbot/mpbb-install-port
contrib/mp-buildbot/mpbb-selfupdate
Modified: contrib/mp-buildbot/mpbb-gather-archives
===================================================================
--- contrib/mp-buildbot/mpbb-gather-archives 2016-08-29 18:14:16 UTC (rev 152133)
+++ contrib/mp-buildbot/mpbb-gather-archives 2016-08-29 19:36:09 UTC (rev 152134)
@@ -45,6 +45,6 @@
echo "Archive was already uploaded: ${archive_basename}"
fi
done
-
+
return $status
}
Modified: contrib/mp-buildbot/mpbb-install-port
===================================================================
--- contrib/mp-buildbot/mpbb-install-port 2016-08-29 18:14:16 UTC (rev 152133)
+++ contrib/mp-buildbot/mpbb-install-port 2016-08-29 19:36:09 UTC (rev 152134)
@@ -77,7 +77,7 @@
# if we arrive here, 'port work $option_port' was successful, so we're
# at least going to print 'destdir: -'
print_arg_destdir="-"
- if [ -d "$port_destdir" ]; then
+ if [ -d "$port_destdir" ]; then
port_destdir_size=$(du -ks "$port_destdir" | sed 's/^ *//' | tr '\t' '\n' | head -n 1)
if [ $? -eq 0 ] && [ -n "$port_destdir_size" ]; then
print_arg_destdir="${port_destdir_size}k"
Modified: contrib/mp-buildbot/mpbb-selfupdate
===================================================================
--- contrib/mp-buildbot/mpbb-selfupdate 2016-08-29 18:14:16 UTC (rev 152133)
+++ contrib/mp-buildbot/mpbb-selfupdate 2016-08-29 19:36:09 UTC (rev 152134)
@@ -1,8 +1,8 @@
#!/bin/bash
# -*- coding: utf-8; mode: sh; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=sh:et:sw=4:ts=4:sts=4
-# Note:
-# This script is sourced by the mpbb wrapper script.
+# Note:
+# This script is sourced by the mpbb wrapper script.
# Do not execute this directly!
selfupdate-help() {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160829/5f47c1f7/attachment.html>
More information about the macports-changes
mailing list