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

spec: fix paths

parent d61a7c8f
No related branches found
No related tags found
No related merge requests found
Pipeline #1576082 failed
......@@ -63,7 +63,7 @@ project-p -fstype=eosx,fsname=project-p :eosxd
project-q -fstype=eosx,fsname=project-q :eosxd
project-r -fstype=eosx,fsname=project-r :eosxd
project-s -fstype=bind :/eos/project-i01/
project-s -fstype=bind :/eos/project-i01/s/
project-t -fstype=eosx,fsname=project-t :eosxd
project-u -fstype=eosx,fsname=project-u :eosxd
......
......@@ -51,13 +51,13 @@ for x in {a..z}; do
done
for x in {00..04}; do
sed "s/LETTER/${x}/g" eoshome.template > tmp;
sed "s/LETTER/${x}/g" eoshome-n.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
done
for x in {00..02}; do
sed "s/LETTER/${x}/g" eosproject.template > tmp;
sed "s/LETTER/${x}/g" eosproject-n.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
......
{"name":"home-LETTER","hostport":"eoshome-LETTER.cern.ch","remotemountdir":"/eos/user/"}
\ No newline at end of file
{"name":"project-LETTER","hostport":"eosproject-LETTER.cern.ch","remotemountdir":"/eos/project/"}
\ 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