This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Beerfest 2017 | |
https://www.travelportland.com/itinerary/pearl-district-nw-portland-brewery-itinerary/ | |
Portland | |
Taps | |
https://oregonpublichouse.com | |
http://www.baileystaproom.com | |
http://www.roscoespdx.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"login": "Richard-Cao", | |
"id": 5953992, | |
"avatar_url": "https://avatars3.githubusercontent.com/u/5953992?v=3", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/Richard-Cao", | |
"html_url": "https://github.com/Richard-Cao", | |
"followers_url": "https://api.github.com/users/Richard-Cao/followers", | |
"following_url": "https://api.github.com/users/Richard-Cao/following{/other_user}", | |
"gists_url": "https://api.github.com/users/Richard-Cao/gists{/gist_id}", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "5089166426", | |
"type": "WatchEvent", | |
"actor": { | |
"id": 5953992, | |
"login": "Richard-Cao", | |
"display_login": "Richard-Cao", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/Richard-Cao", | |
"avatar_url": "https://avatars.githubusercontent.com/u/5953992?" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
aws ec2 describe-images --owners aws-marketplace --filter "Name=name,Values=*'CentOS 7 x86_64'*" --query 'Images[*].ImageId' --output text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* execute[oc_id_schema] action run | |
================================================================================ | |
Error executing action `run` on resource 'execute[oc_id_schema]' | |
================================================================================ | |
Mixlib::ShellOut::ShellCommandFailed | |
------------------------------------ | |
Expected process to exit with [0], but received '' | |
---- Begin output of bundle exec rake db:migrate ---- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if [ $# -eq 0 ] | |
then | |
echo "Please supply the name of the gem to timestamp" | |
exit | |
fi | |
file=`ls -t $1-*.gem` | |
new_file="${file//gem/$(date +"%Y%m%d%H%M%S").gem}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
puts "A O RIVER!" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "A O River!" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2011-12-01 21:06:46,241 [Thread-23] ERROR com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl - Error assigning redback role | |
java.lang.Exception: Missing Archiva URL configuration. | |
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.getArchivaUrl(MaestroArchivaServiceImpl.java:92) | |
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.getRoleServiceClient(MaestroArchivaServiceImpl.java:119) | |
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.assignRole(MaestroArchivaServiceImpl.java:311) | |
at com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl.assignRedbackRoles(UserAssignmentServiceImpl.java:202) | |
at com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl.assignRole(UserAssignmentServiceImpl.java:105) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Dele |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"source" : null, | |
"position" : 1, | |
"id" : 560, | |
"created_at" : "2011-11-22T19:51:22-05:00", | |
"composition_id" : 481, | |
"updated_at" : "2011-11-22T19:51:22-05:00", | |
"options" : "{\"port\":{\"value\":\"8081\",\"type\":\"Integer\",\"required\":false},\"goals\":{\"value\":\"clean deploy\",\"type\":\"String\",\"required\":false},\"username\":{\"value\":\"sysadmin\",\"type\":\"String\",\"required\":false},\"host\":{\"value\":\"dev.maestrodev.com\",\"type\":\"String\",\"required\":false},\"arguments\":{\"value\":\"--batch-mode -DaltDeploymentRepository=maestro-archiva::default::${project.repository.url} -Dproject.repository.url=https:\\/\\/repo.maestrodev.com\\/archiva\\/repository\\/com.maestrodev.maestro.snapshots\",\"type\":\"String\",\"required\":false},\"web_path\":{\"value\":\"\\/continuum\",\"type\":\"String\",\"required\":false},\"path\":{\"value\":null,\"type\":\"Array\",\"required\":true},\"password\":{\"value\":\"riQPKKg2QkD0\",\"type\":\"Password\",\"required\":false},\"timeout\":{\"value\":\"18 |
NewerOlder