I hereby claim:
- I am longnguyen11288 on github.
- I am lnguyen11288 (https://keybase.io/lnguyen11288) on keybase.
- I have a public key whose fingerprint is B390 EBF9 75B9 39FE 7FC8 B0B0 5C81 F578 4D1D BB27
To claim this, I am signing this object:
| 3149491000 |
| training+student2@starkandwayne.com | |
| training+student2@starkandwayne.com | |
| training+student2@starkandwayne.com | |
| training+student2@starkandwayne.com | |
| training+student2@starkandwayne.com | |
| training+student2@starkandwayne.com |
| --- | |
| applications: | |
| - name: wssb-pipeline | |
| memory: 128M | |
| instances: 1 | |
| host: wssb-pipeline | |
| env: | |
| CREDENTIALS: '{"username": "wssb", "password": "pipeline"}' | |
| SERVICE_NAME: "wssb" | |
| SERVICE_PLAN_NAME: "shared" |
| 0.5.0 |
I hereby claim:
To claim this, I am signing this object:
| namespace :releases do | |
| task :"2.18" => [""] | |
| namespace :"2.18" do | |
| end | |
| end |
| MissingSourceFile (no such file to load -- soap/wsdlDriver): | |
| polyglot (0.2.9) lib/polyglot.rb:70:in `require' | |
| polyglot (0.2.9) lib/polyglot.rb:70:in `require' | |
| lib/apta_web_service_adapter.rb:1:in `<top (required)>' | |
| polyglot (0.2.9) lib/polyglot.rb:70:in `require' | |
| polyglot (0.2.9) lib/polyglot.rb:70:in `require' | |
| /home/cpi2/.rvm/gems/ruby-1.9.2-p290/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:206:in `const_missing_from_s3_library' | |
| rake (0.8.7) lib/rake.rb:2503:in `const_missing' | |
| lib/apta_verifier.rb:35:in `make_pass_or_fail_service_call' | |
| lib/apta_verifier.rb:22:in `execute' |
| package main | |
| import ( | |
| "encoding/json" | |
| "strings" | |
| "flag" | |
| "log" | |
| "io/ioutil" | |
| "bufio" | |
| "os" |
| # Basic Setup | |
| #*********************************** | |
| # Currently building from source with: | |
| # | |
| # perl configure.pl --fhs --data-dir /backups --install-dir /usr/local --cgi-dir /var/www/backuppc/cgi-bin --html-dir /var/www/backuppc/images --html-dir-url /images --config-dir /engineyard/etc/backuppc | |
| # | |
| # FOR UPGRADES: | |
| # | |
| # perl configure.pl --fhs --data-dir /backups --install-dir /usr/local --cgi-dir /var/www/backuppc/cgi-bin --html-dir /var/www/backuppc/images --html-dir-url /images --config-dir /engineyard/etc/backuppc --config-path /engineyard/etc/backuppc/config.pl | |
| # |
| ey_go () | |
| { | |
| instance=''; | |
| if [[ "$1" =~ ^i-[0-9a-f]{8}$ ]]; then | |
| instance="$1"; | |
| else | |
| if [[ "$1" =~ ^[0-9a-f]{8}$ ]]; then | |
| instance="i-$1"; | |
| fi; | |
| fi; |