All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.bacon.pig.2.5.6.source-code.uploadToCandidates.sh Maven / Gradle / Ivy

There is a newer version: 2.7.3
Show newest version
#!/usr/bin/expect

set timeout 1800
spawn ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null $::env(LOGIN)@rcm-guest.app.eng.bos.redhat.com
expect {
  password { send "$::env(PASSWORD)\r" ; exp_continue }
  bash { send "kinit\r" }
}
expect Password { send "$::env(PASSWORD)\r" }
expect bash { send "/mnt/redhat/scripts/rel-eng/utility/bus-clients/stage-mw-release ${productWithVersion}\r" }
expect bash




© 2015 - 2024 Weber Informatics LLC | Privacy Policy