Skip to content
Snippets Groups Projects
Commit 4b56dd0f authored by Georgios Bitzes's avatar Georgios Bitzes
Browse files

config: drop generation of eoshome-letter, eosproject-letter configuration files

parent f1451ebf
No related branches found
No related tags found
No related merge requests found
Pipeline #1578960 passed
......@@ -40,16 +40,6 @@ echo '%config(noreplace) /etc/sysconfig/eos.user' >> list.txt
%{__install} -p -D -m 644 eos.project ${RPM_BUILD_ROOT}/etc/sysconfig/eos.project
echo '%config(noreplace) /etc/sysconfig/eos.project' >> list.txt
for x in {a..z}; do
sed "s/LETTER/${x}/g" eoshome.template > tmp;
%{__install} -p -D -m 644 tmp ${RPM_BUILD_ROOT}/etc/eos/fuse.home-${x}.conf
echo "%config(noreplace) /etc/eos/fuse.home-${x}.conf" >> list.txt
sed "s/LETTER/${x}/g" eosproject.template > tmp;
%{__install} -p -D -m 644 tmp ${RPM_BUILD_ROOT}/etc/eos/fuse.project-${x}.conf
echo "%config(noreplace) /etc/eos/fuse.project-${x}.conf" >> list.txt
done
for x in {00..04}; do
sed "s/LETTER/i${x}/g" eoshome-n.template > tmp;
%{__install} -p -D -m 644 tmp ${RPM_BUILD_ROOT}/etc/eos/fuse.home-i${x}.conf
......
{"name":"home-LETTER","hostport":"eoshome-LETTER.cern.ch","remotemountdir":"/eos/user/LETTER/"}
\ No newline at end of file
{"name":"project-LETTER","hostport":"eosproject-LETTER.cern.ch","remotemountdir":"/eos/project/LETTER/"}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment