Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This will create a new directory named analisys-rel and populate it with few files and directories:

Code Block
         ./analisys-rel/
                        arch/
                        build/
                        data/
                        include/
                        SConstruct
                        .lusi_release
                        .sit_release

The directory web and a couple of Other directories and hidden system files may appear later at compilation stage or when you run addpkg or newpkg commands.

Below we refer to this directory as a "test release". Usually separate analyses use separate test releases, and each test release should bear unique name if they are located in the same directory.

...