Actions
Task #9483
closedTask #9322: STAR sandbox -> TReqS project
Provide a RPM
Start date:
03/18/2015
Due date:
% Done:
0%
Estimated time:
Description
Provide a RPM for easier install
Updated by Chambon Bernard about 10 years ago
- 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 }
Updated by Chambon Bernard about 10 years ago
- Project changed from TReqS-legacy to TReqS
- Category deleted (
Dev. and build settings)
Actions