Changeset 27580


Ignore:
Timestamp:
02/15/23 16:58:35 (2 years ago)
Author:
jdquinn
Message:

CHG: Need to point to svn executable in context of a script on new Intel macOS build node; clean up of deprecated Python 2 scripts

Location:
issm/trunk-jpl/packagers
Files:
7 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/packagers/mac/commit_for_signing-issm-mac-binaries-matlab.sh

    r27111 r27580  
    3535shopt -s expand_aliases
    3636
    37 # From https://developer.apple.com/documentation/macos-release-notes/macos-catalina-10_15-release-notes,
    38 #
    39 #       Command line tool support for Subversion — including svn, git-svn, and
    40 #       related commands — is no longer provided by Xcode. (50266910)
    41 #
    42 # which results in,
    43 #
    44 #       svn: error: The subversion command line tools are no longer provided by
    45 #       Xcode.
    46 #
    47 # when calling svn, even when subversion is installed via Homebrew and its path
    48 # is available in PATH.
    49 #
    50 # NOTE: May be able to remove this after updating macOS.
    51 #
    52 #alias svn='/usr/local/bin/svn'
     37# NOTE: For some reason, calling svn from within the context of this script
     38#               gives,
     39#
     40#                       svn: command not found
     41#
     42#               even though it is installed via Homebrew and available at the following
     43#               path.
     44#
     45alias svn='/usr/local/bin/svn'
    5346
    5447## Override certain other aliases
  • issm/trunk-jpl/packagers/mac/commit_for_signing-issm-mac-binaries-python-3.sh

    r27111 r27580  
    3535shopt -s expand_aliases
    3636
    37 # From https://developer.apple.com/documentation/macos-release-notes/macos-catalina-10_15-release-notes,
    38 #
    39 #       Command line tool support for Subversion — including svn, git-svn, and
    40 #       related commands — is no longer provided by Xcode. (50266910)
    41 #
    42 # which results in,
    43 #
    44 #       svn: error: The subversion command line tools are no longer provided by
    45 #       Xcode.
    46 #
    47 # when calling svn, even when subversion is installed via Homebrew and its path
    48 # is available in PATH.
    49 #
    50 # NOTE: May be able to remove this after updating macOS.
    51 #
    52 #alias svn='/usr/local/bin/svn'
     37# NOTE: For some reason, calling svn from within the context of this script
     38#               gives,
     39#
     40#                       svn: command not found
     41#
     42#               even though it is installed via Homebrew and available at the following
     43#               path.
     44#
     45alias svn='/usr/local/bin/svn'
    5346
    5447## Override certain other aliases
  • issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-matlab.sh

    r27569 r27580  
    2323shopt -s expand_aliases
    2424
    25 # From https://developer.apple.com/documentation/macos-release-notes/macos-catalina-10_15-release-notes,
     25# NOTE: For some reason, calling svn from within the context of this script
     26#               gives,
    2627#
    27 #       Command line tool support for Subversion — including svn, git-svn, and
    28 #       related commands — is no longer provided by Xcode. (50266910)
     28#                       svn: command not found
    2929#
    30 # which results in,
     30#               even though it is installed via Homebrew and available at the following
     31#               path.
    3132#
    32 #       svn: error: The subversion command line tools are no longer provided by
    33 #       Xcode.
    34 #
    35 # when calling svn, even when subversion is installed via Homebrew and its path
    36 # is available in PATH.
    37 #
    38 # NOTE: May be able to remove this after updating macOS.
    39 #
    40 #alias svn='/usr/local/bin/svn'
     33alias svn='/usr/local/bin/svn'
    4134
    4235## Override certain other aliases
  • issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-python-3.sh

    r27571 r27580  
    2323shopt -s expand_aliases
    2424
    25 # From https://developer.apple.com/documentation/macos-release-notes/macos-catalina-10_15-release-notes,
     25# NOTE: For some reason, calling svn from within the context of this script
     26#               gives,
    2627#
    27 #       Command line tool support for Subversion — including svn, git-svn, and
    28 #       related commands — is no longer provided by Xcode. (50266910)
     28#                       svn: command not found
    2929#
    30 # which results in,
     30#               even though it is installed via Homebrew and available at the following
     31#               path.
    3132#
    32 #       svn: error: The subversion command line tools are no longer provided by
    33 #       Xcode.
    34 #
    35 # when calling svn, even when subversion is installed via Homebrew and its path
    36 # is available in PATH.
    37 #
    38 # NOTE: May be able to remove this after updating macOS.
    39 #
    40 #alias svn='/usr/local/bin/svn'
     33alias svn='/usr/local/bin/svn'
    4134
    4235## Override certain other aliases
  • issm/trunk-jpl/packagers/mac/sign-issm-mac-binaries-matlab.sh

    r27111 r27580  
    5252shopt -s expand_aliases
    5353
    54 # From https://developer.apple.com/documentation/macos-release-notes/macos-catalina-10_15-release-notes,
    55 #
    56 #       Command line tool support for Subversion — including svn, git-svn, and
    57 #       related commands — is no longer provided by Xcode. (50266910)
    58 #
    59 # which results in,
    60 #
    61 #       svn: error: The subversion command line tools are no longer provided by
    62 #       Xcode.
    63 #
    64 # when calling svn, even when subversion is installed via Homebrew and its path
    65 # is available in PATH.
    66 #
    67 # NOTE: May be able to remove this after updating macOS.
    68 #
    69 #alias svn='/usr/local/bin/svn'
     54# NOTE: For some reason, calling svn from within the context of this script
     55#               gives,
     56#
     57#                       svn: command not found
     58#
     59#               even though it is installed via Homebrew and available at the following
     60#               path.
     61#
     62alias svn='/usr/local/bin/svn'
    7063
    7164## Override certain other aliases
  • issm/trunk-jpl/packagers/mac/sign-issm-mac-binaries-python-3.sh

    r27111 r27580  
    5252shopt -s expand_aliases
    5353
    54 # From https://developer.apple.com/documentation/macos-release-notes/macos-catalina-10_15-release-notes,
    55 #
    56 #       Command line tool support for Subversion — including svn, git-svn, and
    57 #       related commands — is no longer provided by Xcode. (50266910)
    58 #
    59 # which results in,
    60 #
    61 #       svn: error: The subversion command line tools are no longer provided by
    62 #       Xcode.
    63 #
    64 # when calling svn, even when subversion is installed via Homebrew and its path
    65 # is available in PATH.
    66 #
    67 # NOTE: May be able to remove this after updating macOS.
    68 #
    69 #alias svn='/usr/local/bin/svn'
     54# NOTE: For some reason, calling svn from within the context of this script
     55#               gives,
     56#
     57#                       svn: command not found
     58#
     59#               even though it is installed via Homebrew and available at the following
     60#               path.
     61#
     62alias svn='/usr/local/bin/svn'
    7063
    7164## Override certain other aliases
Note: See TracChangeset for help on using the changeset viewer.