Task #9483
closed
- Status changed from New to Resolved
Done via maven, using rpm-maven-plugin
In details :
o mvn deploy -Ptmp, will provide a RPM in local reposity (/tmp/...)
e.g. : /tmp/star/repo/fr/in2p3/cc/storage/star/treqsd/1.0-SNAPSHOT/treqsd-1.0-20150317.142944-2.rpm
o rpm -i /tmp/star/repo/fr/in2p3/cc/storage/star/treqsd/1.0-SNAPSHOT/treqsd-1.0-20150317.142944-2.rpm
This will provide the following installation :
# ll /tmp/local/treqs/
total 36
drwxr-xr-x 2 root root 4096 Mar 18 10:19 bin
drwxr-xr-x 2 root root 4096 Mar 18 10:19 doc
drwxr-xr-x 2 root root 4096 Mar 18 10:19 etc
drwxr-xr-x 2 root root 4096 Mar 18 10:19 lib
-rwxr-xr-- 1 root root 1756 Feb 2 15:58 LICENSE.txt
drwxr-xr-x 2 root root 4096 Mar 17 15:29 logs
-rwxr-xr-- 1 root root 8446 Feb 2 15:58 README.txt
with a link into /etc/init.d/
ll /etc/init.d/treqsd
lrwxrwxrwx 1 root root 27 Mar 18 10:19 /etc/init.d/treqsd -> /tmp/local/treqs/bin/treqsd
o The details on the rpm are :
# rpm -q --info treqs
Name : treqsd Relocations: /tmp/local
Version : 1.7 Vendor: IN2P3 Computing Center
Release : alpha Build Date: Tue 17 Mar 2015 03:29:42 PM CET
Install Date: Wed 18 Mar 2015 10:19:49 AM CET Build Host: ccosvm0802.in2p3.fr
Group : Application/Storage/HPSS Source RPM: treqsd-1.7-alpha.src.rpm
Size : 7992273 License: 2015, CC-IN2P3
Signature : (none)
Packager : TREQS team
URL : http://cc.in2p3.fr/treqs/
Summary : Tape Request Scheduler (TReqS)
Description :
TREQS server, to be used with HPSS. Running thru Java Service Wrapper (JSW)
o remember that treqsd in build (via JSW) as a unix service
# /etc/init.d/treqsd
Usage: /etc/init.d/treqsd { console | start | stop | restart | status | dump }
- Project changed from TReqS-legacy to TReqS
- Category deleted (
Dev. and build settings)
Also available in: Atom
PDF