You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following rules in inveniogc.py miss out the fact that they actually find a directory and not a file. Thus they have to use -rf for deletion and not only -f:
websubmit_icon_creator_*
websubmit_file_stamper_*
This should affect maint-1.1 and maint-1.2 and can amount to quite some space used depending on the input files.
The text was updated successfully, but these errors were encountered:
aw-bib
added a commit
to aw-bib/invenio
that referenced
this issue
Nov 5, 2015
FIX websubmit_icon_creator and websubmit_file_stamper create tempdirs
instead of files thus deletion has to be recursive.
Addresses inveniosoftware#3556
Signed-off-by: Alexander Wagner <[email protected]>
The following rules in
inveniogc.py
miss out the fact that they actually find a directory and not a file. Thus they have to use-rf
for deletion and not only-f
:This should affect
maint-1.1
andmaint-1.2
and can amount to quite some space used depending on the input files.The text was updated successfully, but these errors were encountered: