#
# Filename: Manifest
#
# $Id: Manifest 664447 2023-03-14 15:55:05Z satskyse $
#
# Author: Sergey Satskiy
#
# Purpose: This file holds all the supported configurations of a package
#          It is used by release configurator.
#

# The APP: statement describes binaries
# The LIB: statement describes libraries
# The DLL: statement describes shared objects
# The ETC: statement describes configuration files
# It is allowed to have more than one of each statements
APP: netstoraged
ETC: src/app/netstorage/netstoraged.ini
APP: netstorage_gc
ETC: src/app/netstorage/utils/netstorage_gc.ini
APP: test_netstorage

DEFAULT_CONFIGURATIONS: Linux64-Centos:O2g

# Each line describes a single configuration
# The format is as follows:
# <HardwareIdentifier> : <ReleaseSuffix> : <CompilerConfigurationScriptWithKeys>
# Configuration script is relative to c++/compilers/unix/ .
# Release configurator assumes that this script will eventually call standard configure script and pass all options
# to it. So some standard options may be added by release configurator, such as --build-root-sfx, --with-projects,
# --with-distcc, --with-action etc.
Linux64-Centos : Release : GCC.sh 7.3.0 --without-debug --with-mt --with-flat-makefile
Linux64-Centos : Debug   : GCC.sh 7.3.0 --with-debug    --with-mt --with-flat-makefile
Linux64-Centos : O2g     : GCC.sh 7.3.0 --without-debug --with-mt --with-flat-makefile --with-symbols

USE_COMPONENTS

#TEST: test_netstorage_release.py --verbose -s ${packagedir} -a  ${packagedir}.tar,gz -u netstorage_ddl -p 'netstorage_Az@!812' -t notused prepare
#TEST: test_netstorage_release.py --verbose -s ${packagedir} -a  ${packagedir}.tar,gz -u netstorage_ddl -p 'netstorage_Az@!812' -t notused run

