Skip to content

Instantly share code, notes, and snippets.

View kellyp's full-sized avatar
🕺
Fabulous

Kelly Plummer kellyp

🕺
Fabulous
View GitHub Profile
@kellyp
kellyp / gist:b3d7545d7c10cd354eb2
Created June 11, 2015 18:51
chef-server-ctl reconfigure
* 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 ----
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
{
"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}",
{
"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?"
#!/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}"
@kellyp
kellyp / test.rb
Created June 28, 2013 15:47
test ruby script
puts "A O RIVER!"
@kellyp
kellyp / test.sh
Created June 28, 2013 15:45
test shell script
#!/bin/bash
echo "A O River!"
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
{
"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
<scm>
<connection>scm:git:https://github.com/kitplummer/hwtest.git</connection>
<developerConnection>scm:git:https://github.com/kitplummer/hwtest.git</developerConnection>
<url>https://github.com/kitplummer/hwtest</url>
</scm>