Author: jim
Date: Sat Aug  5 18:57:59 2017
New Revision: 1804205

URL: http://svn.apache.org/viewvc?rev=1804205&view=rev
Log:
Note that these are just mac and linux... windows roll own??

Modified:
    openoffice/devtools/release-scripts/hash-sign.sh
    openoffice/devtools/release-scripts/prep-binaries.sh

Modified: openoffice/devtools/release-scripts/hash-sign.sh
URL: 
http://svn.apache.org/viewvc/openoffice/devtools/release-scripts/hash-sign.sh?rev=1804205&r1=1804204&r2=1804205&view=diff
==============================================================================
--- openoffice/devtools/release-scripts/hash-sign.sh (original)
+++ openoffice/devtools/release-scripts/hash-sign.sh Sat Aug  5 18:57:59 2017
@@ -3,7 +3,7 @@
 # hash-sign.sh : hash and sign the specified files (.tar.gz or .dmg)
 #                in the current dir
 #
-
+## NOTE: This is macOS and Linux specific... 
 user=""
 case "$1" in
   -u)

Modified: openoffice/devtools/release-scripts/prep-binaries.sh
URL: 
http://svn.apache.org/viewvc/openoffice/devtools/release-scripts/prep-binaries.sh?rev=1804205&r1=1804204&r2=1804205&view=diff
==============================================================================
--- openoffice/devtools/release-scripts/prep-binaries.sh (original)
+++ openoffice/devtools/release-scripts/prep-binaries.sh Sat Aug  5 18:57:59 
2017
@@ -1,13 +1,14 @@
 #!/bin/sh
 # Prepare the OpenOffice download tree: after build and move files.
 # Use hash-sign.sh to sign the binaries (and source files).
+## NOTE: This is macOS and Linux specific... 
 
 if [ ! -d 'main' ] ; then
   echo "Run from the root of an OpenOffice build tree (the one containing the 
'main' directory)."
   exit 1
 fi
 
-# TODO: Extend to cover other platforms; this is for Linux only.
+# TODO: Extend to cover other platforms; this is for Linux and macOS only.
 PLATFORMS="unxlngx6.pro unxlngi6.pro unxmaccx.pro"
 PRODUCTS="Apache_OpenOffice Apache_OpenOffice_languagepack 
Apache_OpenOffice_SDK/"
 DESTINATION="../binaries"


Reply via email to