Print

Print


I usuallly cut-n-paste from this:
`
ver=4.6.0
rel=0.1.beta

ver_re="s/(Version:\s*)./${1}$ver/o;"
rel_re="s/(Release:\s
).*/${1}$rel%{?dist}%{?_with_cpp11:.cpp11}%{?_with_clang:.clang}/o;"

cd ~/xrootd/

checkout appropriate branch

cd packaging
rm -f xrootd-.rpm
./makesrpm.sh
rm -rf ~/rpmbuild/
rpm -i xrootd-
.src.rpm

perl -pi -e $ver_re ~/rpmbuild/SPECS/xrootd.spec
perl -pi -e $rel_re ~/rpmbuild/SPECS/xrootd.spec

grep Version: ~/rpmbuild/SPECS/xrootd.spec
grep Release: ~/rpmbuild/SPECS/xrootd.spec

Make sure the above are ok

rpmbuild -bb ~/rpmbuild/SPECS/xrootd.spec

ssh [log in to unmask] rm -rf server/RPMS/rhel7/*
rsync -ae ssh ~/rpmbuild/RPMS/ [log in to unmask]:server/RPMS/rhel7
`


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/xrootd/xrootd","title":"xrootd/xrootd","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/xrootd/xrootd"}},"updates":{"snippets":[{"icon":"PERSON","message":"@osschar in #521: I usuallly cut-n-paste from this:\r\n`\r\nver=4.6.0\r\nrel=0.1.beta\r\n\r\nver_re=\"s/(Version:\\\\s*).*/\\${1}$ver/o;\"\r\nrel_re=\"s/(Release:\\\\s*).*/\\${1}$rel%{?dist}%{?_with_cpp11:.cpp11}%{?_with_clang:.clang}/o;\"\r\n\r\ncd ~/xrootd/\r\n\r\n# checkout appropriate branch\r\n\r\ncd packaging\r\nrm -f xrootd-*.rpm\r\n./makesrpm.sh\r\nrm -rf ~/rpmbuild/\r\nrpm -i xrootd-*.src.rpm\r\n\r\nperl -pi -e $ver_re ~/rpmbuild/SPECS/xrootd.spec\r\nperl -pi -e $rel_re ~/rpmbuild/SPECS/xrootd.spec\r\n\r\ngrep Version: ~/rpmbuild/SPECS/xrootd.spec\r\ngrep Release: ~/rpmbuild/SPECS/xrootd.spec\r\n\r\n# Make sure the above are ok\r\n\r\nrpmbuild -bb ~/rpmbuild/SPECS/xrootd.spec\r\n\r\nssh [log in to unmask] rm -rf server/RPMS/rhel7/*\r\nrsync -ae ssh ~/rpmbuild/RPMS/ [log in to unmask]:server/RPMS/rhel7\r\n`"}],"action":{"name":"View Pull Request","url":"https://github.com/xrootd/xrootd/pull/521#issuecomment-303011123"}}}

Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1