Hi Helio, what is this for? Could you add a bit more context information? If you were experimenting with buildbot enhancement maybe the best place to have them persisted for later usage would be appending your scripts et. al to a JIRA ticket. Or if it's rather meant to be a tutorial/howto adding it to the TomEE wiki would be worth the effort.
Cheers Daniel On Wed, Aug 13, 2014 at 4:30 AM, helio frota <[email protected]> wrote: > hi all, > > i really don't know if i will finish this, so that i going to share here ok > ? > > your own "tomee buildbot": > > * Distribution gnu/linux : Fedora 20 x86_64 > * Java: OpenJDK 1.7.0_65 > > run all as 'root': > > # sudo yum install svn > # sudo yum install wget > # cd /opt > # wget > > http://mirror.nbtelecom.com.br/apache/maven/maven-3/3.1.1/binaries/apache-maven-3.1.1-bin.tar.gz > # tar xvzf apache-maven-3.1.1-bin.tar.gz > # mv apache-maven-3.1.1 maven > # touch /etc/profile.d/maven.sh > # echo "export M2_HOME=/opt/maven" >> /etc/profile.d/maven.sh > # echo "export PATH=$PATH:${M2_HOME}/bin" >> /etc/profile.d/maven.sh > # echo "" >> /etc/profile.d/maven.sh > # sudo wget -O /etc/yum.repos.d/jenkins.repo > http://pkg.jenkins-ci.org/redhat/jenkins.repo > # sudo rpm --import http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key > # yum install jenkins > # you_need_to_config_jenkins_this_works_but_i_have_no_time_for_now > > *fell free to complete* and share/try > > so that with several buildbot like we can have a log of more dinamic > feedbacks. >
