Changes

Jump to navigation Jump to search
956 bytes added ,  22:01, 14 June 2015
Line 235: Line 235:     
--------
 
--------
 +
 +
==== Import a new source tarball (generic)====
 +
when you need to import a new version of an archive, these steps are done at the buildserver level. Once the the new source created, you can retrieve the cvs update in your personal build box and request via plague a build.
 +
===== These following steps need shell access to the buildserver (buildsrv) =====
 +
on the buildsrv
 +
cd smeserver-contrib/contribs8
 +
make prep
 +
mv smeserver-contribs-1.1.0 smeserver-contribs-1.1.2
 +
 +
do your modifications in smeserver-contribs-1.1.2 folder then
 +
 +
tar cvzf smeserver-contribs-1.1.2.tar.gz smeserver-contribs-1.1.2
 +
make new-sources FILES="smeserver-contribs-1.1.2.tar.gz"
 +
cvs commit -m 'modified source smeserver-contribs-1.1.2.tar.gz'
 +
 +
on your local build server retrieve the cvs upgrade
 +
cvs update -dPA
 +
 +
then bump the version accordingly to the number of the source above (1.1.2)
 +
vim smeserver-contribs.spec
 +
cvs commit -m 'your commit message'
 +
make tag
 +
make build
    
==== Import a new source tarball for clamav====
 
==== Import a new source tarball for clamav====

Navigation menu