Hi,
As it is not good to build packages from root, i do change the build
systems to use builduser lxcenter.
Also started with pgp signing for the packages.
Added some macros to the rpmmacros
And changed the way the SOURCES is used. At the moment everything is
inside SOURCES. A big messy directory.
So it will be SOURCES/PACKAGENAME-VERSION/ (tho not tested yet if it
works, but start a test in some mins hehe)
I placed the key here:
rpm --import
http://download.lxcenter.org/RPM-GPG-KEY-LXCENTER
If this is working well, then the other 3 BuildSystems will be the same.
Does anyone know how i can do semi automatic upload by FTP ?
I want this:
# release [path/to/]myrpm-1.0-1.i386.rpm --OS=C5 --M=32 --REPO=test
or
# release [path/to/]myrpm-1.0-1.src.rpm --OS=C6 --M=64 --REPO=update --SRPM
It needs to FTP it to the download server.
/
download.lxcenter.org/download/[test/update]/[centos-5/centos-6]/[i386/x86_64/SRPM/noarch]/
At the moment i use mc (midnight commander) and select FTP link to do it
by hand. I want to get rid of that :)
Regards,
Danny.