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
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
builds.puppetlabs.lan/$project/$ref/... | |
artifacts/ -> this is where all builds get shipped by default (everything jenkins builds goes here) | |
|_ el/ -> centos/rhel packages | |
|_ fedora/ -> fedora packages | |
|_ windows/ -> windows packages | |
|_ $project-$version.tar.gz -> the tarball used to build the damn thing | |
|_ $project-$version.gem -> self explanatory | |
|_ deb/ -> debian packages | |
|_ apple/ mack packages |
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
stuff! |
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
rake pl:jenkins:uber_build DOWNSTREAM_JOB="${downstream}" COW="base-lucid-i386.cow base-precise-i386.cow base-raring-i386.cow base-quantal-i386.cow base-saucy-i386.cow base-squeeze-i386.cow base-stable-i386.cow base-testing-i386.cow base-wheezy-i386.cow" |
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
# assume squeeze as default if no others | |
dist="squeeze" | |
if [ -f "/etc/lsb-release" ] | |
then | |
dist=`cat /etc/lsb-release 2>/dev/null | egrep CODENAME | cut -d = -f 2 | tr '[[:upper:]]' '[[:lower:]]'` | |
elif [ -f "/etc/debian_version" ] | |
then | |
vers=`cat /etc/debian_version 2>/dev/null | cut -d . -f 1` | |
if [ "$vers" -eq 5 ] | |
then |
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
Notice: /Stage[main]/Debbuilder::Setup::Cows/Debbuilder::Setup::Cow_exec[wheezy]/Exec[wheezy-powerpc]/returns: + which debootstrap | |
Notice: /Stage[main]/Debbuilder::Setup::Cows/Debbuilder::Setup::Cow_exec[wheezy]/Exec[wheezy-powerpc]/returns: /usr/sbin/debootstrap | |
Notice: /Stage[main]/Debbuilder::Setup::Cows/Debbuilder::Setup::Cow_exec[wheezy]/Exec[wheezy-powerpc]/returns: + : | |
Notice: /Stage[main]/Debbuilder::Setup::Cows/Debbuilder::Setup::Cow_exec[wheezy]/Exec[wheezy-powerpc]/returns: + cd /var/cache/pbuilder/base-wheezy-powerpc.cow | |
Notice: /Stage[main]/Debbuilder::Setup::Cows/Debbuilder::Setup::Cow_exec[wheezy]/Exec[wheezy-powerpc]/returns: + debootstrap --arch=powerpc --include=apt --arch powerpc --variant=buildd --keyring /usr/share/keyrings/debian-archive-keyring.gpg --keyring=/usr/share/keyrings/puppetlabs-keyring.gpg --keyring=/usr/share/keyrings/debian-archive-keyring.gpg wheezy . http://enterprise.delivery.puppetlabs.net/networking/cumulus1.5 | |
Notice: /Stage[main]/Debbuilder::Setup::Cows/Debbuilder::Se |
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
aptitude_0.6.8.2-1_powerpc.deb | |
aptitude-common_0.6.8.2-1_all.deb | |
ccache_3.1.7-1_powerpc.deb | |
cdbs_0.4.115+deb7u1_all.deb | |
cowdancer_0.70_powerpc.deb | |
debhelper_9.20120909_all.deb | |
gettext_0.18.1.1-9_powerpc.deb | |
gettext-base_0.18.1.1-9_powerpc.deb | |
html2text_1.3.2a-15_powerpc.deb | |
intltool-debian_0.35.0+20060710.1_all.deb |
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
0 moses@heimdall:packaging:(3.2.x)$ rake deb:pkg PKG=ruby-augeas | |
(in /home/moses/enterprise-dist-30x/enterprise-dist) | |
/home/moses/enterprise-dist-30x/enterprise-dist/Rakefile:47: warning: Hash#index is deprecated; use Hash#key | |
/home/moses/enterprise-dist-30x/enterprise-dist/Rakefile:47: warning: Hash#index is deprecated; use Hash#key | |
/home/moses/enterprise-dist-30x/enterprise-dist/Rakefile:47: warning: Hash#index is deprecated; use Hash#key | |
/home/moses/enterprise-dist-30x/enterprise-dist/Rakefile:47: warning: Hash#index is deprecated; use Hash#key | |
/home/moses/enterprise-dist-30x/enterprise-dist/Rakefile:47: warning: Hash#index is deprecated; use Hash#key | |
/home/moses/enterprise-dist-30x/enterprise-dist/Rakefile:47: warning: Hash#index is deprecated; use Hash#key | |
/home/moses/enterprise-dist-30x/enterprise-dist/Rakefile:47: warning: Hash#index is deprecated; use Hash#key | |
/home/moses/enterprise-dist-30x/enterprise-dist/Rakefile:47: warning: Hash#index is deprecated; use Hash#key |
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
root@cumulus:~# puppet resource service | |
service { 'aclinit': | |
ensure => 'stopped', | |
enable => 'true', | |
} | |
service { 'acltool': | |
ensure => 'stopped', | |
enable => 'true', | |
} | |
service { 'arp_refresh': |