updated build scripts

This commit is contained in:
Bill Church 2018-07-18 15:45:31 -04:00
parent 6e69aa0d98
commit cd45468b58
3 changed files with 5 additions and 4 deletions

View file

@ -2,9 +2,9 @@
## Syncs from BIG-IP and builds a release based on version in extensions/ephemeral_auth/package.json ## Syncs from BIG-IP and builds a release based on version in extensions/ephemeral_auth/package.json
ilxhost=root@192.168.30.210 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 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 which jq
if [[ $? -ne 0 ]]; then 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 shasum -a 256 $pua_location/$package_name-current.tgz > $pua_location/$package_name-current.tgz.sha256
find . -name '.DS_Store' -type f -delete 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

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
ilxhost=root@192.168.30.210 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 package_name=BIG-IP-13.1.0.8-ILX-WebSSH2
pua_location=/Users/bill/Documents/GitHub/f5-pua/bin pua_location=/Users/bill/Documents/GitHub/f5-pua/bin

View file

@ -166,3 +166,4 @@ and events in the application (not including the ssh2 module debug)
### Added ### Added
- Initial proof of concept and release. For historical purposes only. - Initial proof of concept and release. For historical purposes only.