Line 257:
Line 257:
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.
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) =====
===== These following steps need shell access to the buildserver (buildsrv) =====
−
on the buildsrv
+
'''on the buildsrv (you must be granted)'''
+
+
* If you work directly from the cvs sources
cd smeserver-contrib/contribs8
cd smeserver-contrib/contribs8
make prep
make prep
Line 267:
Line 269:
make new-sources FILES="smeserver-contribs-1.1.2.tar.gz"
make new-sources FILES="smeserver-contribs-1.1.2.tar.gz"
cvs commit -m 'modified source smeserver-contribs-1.1.2.tar.gz'
cvs commit -m 'modified source smeserver-contribs-1.1.2.tar.gz'
+
+
* If you work from an already existent srpm
+
+
wget http://your.src.rpm
+
rpm2cpio *.src.rpm | cpio -idmv --no-absolute-filenames
+
make new-sources FILES=*.?z
+
rm -rf *.src.rpm *.?z *.spec
+
cvs commit -m 'new source commited for the smeserver-contrib'
+
===== These following steps need developer access (shell)=====
===== These following steps need developer access (shell)=====
on your local build server retrieve the cvs upgrade
on your local build server retrieve the cvs upgrade