Changeset 27580
- Timestamp:
- 02/15/23 16:58:35 (2 years ago)
- 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 35 35 shopt -s expand_aliases 36 36 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 # 45 alias svn='/usr/local/bin/svn' 53 46 54 47 ## Override certain other aliases -
issm/trunk-jpl/packagers/mac/commit_for_signing-issm-mac-binaries-python-3.sh
r27111 r27580 35 35 shopt -s expand_aliases 36 36 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 # 45 alias svn='/usr/local/bin/svn' 53 46 54 47 ## Override certain other aliases -
issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-matlab.sh
r27569 r27580 23 23 shopt -s expand_aliases 24 24 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, 26 27 # 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 29 29 # 30 # which results in, 30 # even though it is installed via Homebrew and available at the following 31 # path. 31 32 # 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' 33 alias svn='/usr/local/bin/svn' 41 34 42 35 ## Override certain other aliases -
issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-python-3.sh
r27571 r27580 23 23 shopt -s expand_aliases 24 24 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, 26 27 # 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 29 29 # 30 # which results in, 30 # even though it is installed via Homebrew and available at the following 31 # path. 31 32 # 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' 33 alias svn='/usr/local/bin/svn' 41 34 42 35 ## Override certain other aliases -
issm/trunk-jpl/packagers/mac/sign-issm-mac-binaries-matlab.sh
r27111 r27580 52 52 shopt -s expand_aliases 53 53 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 # 62 alias svn='/usr/local/bin/svn' 70 63 71 64 ## Override certain other aliases -
issm/trunk-jpl/packagers/mac/sign-issm-mac-binaries-python-3.sh
r27111 r27580 52 52 shopt -s expand_aliases 53 53 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 # 62 alias svn='/usr/local/bin/svn' 70 63 71 64 ## Override certain other aliases
Note:
See TracChangeset
for help on using the changeset viewer.