Skip to content
Snippets Groups Projects
Forked from atay@compeng.uni-frankfurt.de / alice_singularity
Source project has a limited visibility.
  • r.grosso's avatar
    b824a5d1
    Create the tarball with cvmfs content directly · b824a5d1
    r.grosso authored
    Create the tarball with the libraries and modulefiles from CVMFS directly,
    without first copying that content in a scratch directory. This is important
    to avoid generating many small files on the local file system, particularly
    important if it is Lustre.
    As a consequence the options and the code related to the scratch directory
    have been removed.
    Among the prerequisites the script checks now also that either it has been
    called with sudo or with the --fakeroot flag in order to be able to build the
    Singularity image.
    b824a5d1
    History
    Create the tarball with cvmfs content directly
    r.grosso authored
    Create the tarball with the libraries and modulefiles from CVMFS directly,
    without first copying that content in a scratch directory. This is important
    to avoid generating many small files on the local file system, particularly
    important if it is Lustre.
    As a consequence the options and the code related to the scratch directory
    have been removed.
    Among the prerequisites the script checks now also that either it has been
    called with sudo or with the --fakeroot flag in order to be able to build the
    Singularity image.