From OpenSCADAWiki
Jump to: navigation, search

Files structure of the automation building system means:

\-- /data/
    |-- oscada/
    |   |-- bin/
    |   |   |-- oscadaBuild
    |   |   |-- oscadaRepBranches
    |   |   |-- oscadaCheck
    |   |   \-- oscadaCheck_WorkAtLTS
    |   |-- build/                 => work building folder, which contains the unpacked CHROOTs
    |   |   |-- log/               => logs of the builds
    |   |   \-- *.stamp            => stamps of the successful builds
    |   \-- chroot-data.tgz        => contains the GPG singing key for the packages and their repositories of the builder
    \-- share_res/
        \-- ftp/                   => FTP-folder of the building results
            |-- {Debian,ALTLinux}/ => folders of the repositories of the Automation Linux distributive
            |-- Misc/
            |   \-- chroots/       => folder of the archives of the CHROOTs of the building
            \-- OpenSCADA/         => folders of the repositories of OpenSCADA
                |-- LTS/           => folders of the LTS repositories of OpenSCADA
                \-- Work/          => folders of the Work repositories of OpenSCADA