diff --git a/build.sh b/build.sh index c03f4b3..162364e 100755 --- a/build.sh +++ b/build.sh @@ -2,9 +2,9 @@ ## Syncs from BIG-IP and builds a release based on version in extensions/ephemeral_auth/package.json ilxhost=root@192.168.30.210 -workspace_name=WebSSH2-0.2.0 +workspace_name=webssh2 package_name=BIG-IP-13.1.0.8-ILX-WebSSH2 -pua_location=/Users/bill/Documents/GitHub/f5-pua +pua_location=/Users/bill/Documents/GitHub/f5-pua/bin which jq if [[ $? -ne 0 ]]; then @@ -43,4 +43,4 @@ cp Build/Release/$package_name-$package_version.tgz $pua_location/$package_name- shasum -a 256 $pua_location/$package_name-current.tgz > $pua_location/$package_name-current.tgz.sha256 find . -name '.DS_Store' -type f -delete -find ../f5-pua -name '.DS_Store' -type f -delete +find $pua_location -name '.DS_Store' -type f -delete diff --git a/sync.sh b/sync.sh index ef47670..0e1809c 100755 --- a/sync.sh +++ b/sync.sh @@ -1,6 +1,6 @@ #!/bin/bash ilxhost=root@192.168.30.210 -workspace_name=WebSSH2-0.2.0 +workspace_name=webssh2 package_name=BIG-IP-13.1.0.8-ILX-WebSSH2 pua_location=/Users/bill/Documents/GitHub/f5-pua/bin diff --git a/workspace/extensions/webssh2/ChangeLog.md b/workspace/extensions/webssh2/ChangeLog.md index e54b7fd..e7bc383 100644 --- a/workspace/extensions/webssh2/ChangeLog.md +++ b/workspace/extensions/webssh2/ChangeLog.md @@ -166,3 +166,4 @@ and events in the application (not including the ssh2 module debug) ### Added - Initial proof of concept and release. For historical purposes only. +