updated build scripts
This commit is contained in:
parent
6e69aa0d98
commit
cd45468b58
3 changed files with 5 additions and 4 deletions
6
build.sh
6
build.sh
|
@ -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
|
||||||
|
|
2
sync.sh
2
sync.sh
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue