Initial snapshot
This commit is contained in:
commit
fee4dd4e6d
373 changed files with 62144 additions and 0 deletions
65
environment/profile/user/user.conf
Normal file
65
environment/profile/user/user.conf
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
#
|
||||
# ---------- header -----------------------------------------------------------
|
||||
#
|
||||
# project kaneton
|
||||
#
|
||||
# license kaneton
|
||||
#
|
||||
# file /home/mycure/kaneton/environment/profile/user/user.conf
|
||||
#
|
||||
# created julien quintard [tue may 8 10:47:42 2007]
|
||||
# updated julien quintard [sat may 7 14:13:14 2011]
|
||||
#
|
||||
|
||||
#
|
||||
# ---------- information ------------------------------------------------------
|
||||
#
|
||||
# this file defines the default user profile environment variables.
|
||||
#
|
||||
|
||||
#
|
||||
# ---------- display ----------------------------------------------------------
|
||||
#
|
||||
|
||||
_DISPLAY_UNCOLORED_ = 1
|
||||
_DISPLAY_COLORED_ = 2
|
||||
|
||||
_DISPLAY_ = ${_DISPLAY_COLORED_}
|
||||
|
||||
#
|
||||
# ---------- output -----------------------------------------------------------
|
||||
#
|
||||
|
||||
_OUTPUT_PRETTY_ = 1
|
||||
_OUTPUT_VERBOSE_ = 2
|
||||
|
||||
_OUTPUT_ = ${_OUTPUT_PRETTY_}
|
||||
|
||||
#
|
||||
# ---------- cheat ------------------------------------------------------------
|
||||
#
|
||||
|
||||
_CHEAT_FILTER_ = configure \
|
||||
environment \
|
||||
license \
|
||||
tool \
|
||||
transcript
|
||||
|
||||
#
|
||||
# ---------- transcript -------------------------------------------------------
|
||||
#
|
||||
|
||||
_TRANSCRIPT_CMD_ = ${_SHELL_}
|
||||
|
||||
#
|
||||
# ---------- test -------------------------------------------------------------
|
||||
#
|
||||
|
||||
_TEST_SERVER_ = https://test.opaak.org:8421
|
||||
|
||||
_TEST_CAPABILITY_ = ${_PROFILE_USER_DIR_}/${_USER_}.cap
|
||||
_TEST_PLATFORM_ = ${_PLATFORM_}
|
||||
_TEST_ARCHITECTURE_ = ${_ARCHITECTURE_}
|
||||
|
||||
_TEST_NAME_ = <null>
|
||||
_TEST_EMAIL_ = <null>
|
||||
Reference in a new issue