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
[22] moses@mosesmac:appliance$ curl -v --fail -i "http://jenkins-foss.delivery.puppetlabs.net/job/Node%20Classifier%20Packaging%20Downstream/buildWithParameters?token=iheartjenkins&_BRANCH=master&REF=bd651c54bc625cda6e24e43f3df82e208f90a692&BUILD_SELECTOR=99&PACKAGE_BUILD_STATUS=$UPSTREAM_BUILD_STATUS&PACKAGE_BUILD_URL=http://jenkins-release.delivery.puppetlabs.net/job/classifier-packaging-2014-02-21-10-10-54-bd651c54bc625cda6e24e43f3df82e208f90a692" | |
* Adding handle: conn: 0x7fb65c004000 | |
* Adding handle: send: 0 | |
* Adding handle: recv: 0 | |
* Curl_addHandleToPipeline: length: 1 | |
* - Conn 0 (0x7fb65c004000) send_pipe: 1, recv_pipe: 0 | |
* About to connect() to jenkins-foss.delivery.puppetlabs.net port 80 (#0) | |
* Trying 10.16.77.102... | |
* Connected to jenkins-foss.delivery.puppetlabs.net (10.16.77.102) port 80 (#0) | |
> GET /job/Node%20Classifier%20Packaging%20Downstream/buildWithParameters?token=iheartjenkins&_BRANCH=master&REF=bd651c54bc625cda6e24e43f3df82e208f90a692&BUILD_SELECTOR=99&PACKAGE_BUILD_STATUS=&PACKAGE_BUILD |
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-enterprise-3.2.0-rc0-986-g90cd985-cumulus-1.5-powerpc# /opt/puppet/bin/facter --puppet --yaml --debug --trace | |
value for lsbdistid is still nil | |
Not an EC2 host | |
value for cfkey is still nil | |
value for lsbdistid is still nil | |
value for ipaddress6_eth0 is still nil | |
value for ipaddress6_lo is still nil | |
value for macaddress_lo is still nil | |
value for ipaddress6 is still nil | |
Found no suitable resolves of 2 for iphostnumber |
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': |
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
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
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
# 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
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
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
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 |