This file contains hidden or 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
3522f20 (#22319) Constrain settings watchedfile integration on windows | |
d0dc2be (#22319) Correct Puppet::Setting's use of WatchedFile | |
e4b9798 (#22229) Provide way of getting the container | |
21107e8 (#22229) Ensure generated resources contained | |
24c2c17 (Maint) Mark AdditionalResourceGenerator as private | |
eea93dd (#22250) refactor previous and add spec tests | |
c7eb3db (maint) Limit ignore to root doc/ directory | |
5d5f9b4 (#22250) ensure a failed resource status always has an event |
This file contains hidden or 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
tmp/buildd/pe-httpd-2.2.25/modules/ssl/ssl_engine_io.c && touch ssl_engine_io.slo | |
/tmp/buildd/pe-httpd-2.2.25/modules/ssl/ssl_engine_io.c: In function 'ssl_io_filter_connect': | |
/tmp/buildd/pe-httpd-2.2.25/modules/ssl/ssl_engine_io.c:1082:36: error: 'SSL_PROTOCOL_SSLV2' undeclared (first use in this function) | |
/tmp/buildd/pe-httpd-2.2.25/modules/ssl/ssl_engine_io.c:1082:36: note: each undeclared identifier is reported only once for each function it appears in | |
make[5]: *** [ssl_engine_io.slo] Error 1 | |
make[5]: Leaving directory `/tmp/buildd/pe-httpd-2.2.25/debian/build-tree/worker/modules/ssl' | |
make[4]: *** [shared-build-recursive] Error 1 | |
make[4]: Leaving directory `/tmp/buildd/pe-httpd-2.2.25/debian/build-tree/worker/modules/ssl' | |
make[3]: *** [shared-build-recursive] Error 1 | |
make[3]: Leaving directory `/tmp/buildd/pe-httpd-2.2.25/debian/build-tree/worker/modules' |
This file contains hidden or 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
# show git branch in terminal prompt | |
function parse_git_branch(){ | |
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/:(\1)/' | |
} | |
PS1="[\$?] \u@\h:\W\$(parse_git_branch)$ " | |
# for packaging and stuff | |
# display ls colors | |
export CLICOLOR=1 | |
# export editor |
This file contains hidden or 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
[color] | |
diff = auto | |
status = auto | |
branch = auto | |
ui = auto | |
[alias] | |
st = status | |
co = checkout | |
br = branch | |
who = shortlog --no-merges --format='%h %s' |
This file contains hidden or 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
require 'jenkins_api_client' | |
@client = JenkinsApi::Client.new(:server_ip => '10.16.77.165') | |
job_file = IO.read('/Users/moses/job.xml') | |
job = JenkinsApi::Client::Job.new(@client) | |
job.create("melissas_other_job", job_file) |
This file contains hidden or 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
pl:jenkins:mock_all MOCK=pl-el-6-i386 DOWNSTREAM_JOB=\'http://jenkins-foss.delivery.puppetlabs.net/view/Puppet%20FOSS/view/Projects/job/EL6%20Acceptance/buildWithParameters?token=iheartjenkins&SHA=$GIT_COMMIT&BUILD_SELECTOR=$BUILD_NUMBER\' |
This file contains hidden or 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
Installation of <PUPfacter> was successful. | |
svcs: Pattern 'svc:/network/puppetagent:default' doesn't match any instances | |
STATE STIME FMRI | |
svcadm: Pattern 'svc:/network/puppetagent:default' doesn't match any instances | |
svccfg: Pattern 'svc:/network/puppetagent:default' doesn't match any instances or services | |
Installation of <PUPpuppet> was successful. |
This file contains hidden or 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
## Setting up puppet agent... | |
## Setting up the database... | |
Configuring postgresql server... | |
PostgreSQL server configured. | |
-su: /root/.bash_profile: Permission denied | |
/opt/puppet/bin/erb:117:in `set_encoding': Permission denied - /root/puppet-enterprise-3.0.0-preview0-84-g731bf8d-debian-6-i386/erb/databases.erb (Errno::EACCES) | |
from /opt/puppet/bin/erb:117:in `run' | |
from /opt/puppet/bin/erb:154:in `<main>' | |
could not change directory to "/root/puppet-enterprise-3.0.0-preview0-84-g731bf8d-debian-6-i386" | |
## Setting up the console... |
This file contains hidden or 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
6 %global name_prefix pe- | |
7 %global _real_sysconfdir %{_sysconfdir} | |
8 %global _orig_prefix %{_prefix} | |
9 %global _prefix /opt/puppet | |
10 %global _sysconfdir %{_real_sysconfdir}/puppetlabs | |
11 %global rubycas_conf_dir %{_sysconfdir}/%{_name} |
This file contains hidden or 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
/opt/enterprise/bin/pe_prune.rb:13: undefined method `[]' for nil:NilClass (NoMethodError) | |
from /opt/enterprise/bin/pe_prune.rb:26:in `group_by' | |
from /opt/enterprise/bin/pe_prune.rb:13:in `each' | |
from /opt/enterprise/bin/pe_prune.rb:13:in `group_by' | |
from /opt/enterprise/bin/pe_prune.rb:13 | |
from /opt/enterprise/bin/pe_prune.rb:9:in `chdir' | |
from /opt/enterprise/bin/pe_prune.rb:9 |