Удалены избыточные шаблоны, возвращен app-text/tree

master 78
parent dc548b7f08
commit b234c35a2a

@ -0,0 +1 @@
# Calculate cl_name==calculate-core append=skip

@ -0,0 +1,2 @@
# Calculate env=update ac_update_sync==on path=/var/lib/portage cl_update_world==merge||cl_update_world==rebuild format=world
app-text/tree

@ -5,7 +5,6 @@ app-arch/lbzip2
app-arch/p7zip
app-arch/pigz
app-portage/gentoolkit
app-text/tree
app-vim/colorschemes
games-util/steam-launcher
media-fonts/droid

@ -1 +0,0 @@
# Calculate chmod=600 comment=# chown=postgres:postgres

@ -1,18 +0,0 @@
# Calculate chmod=600 comment=# chown=postgres:postgres
max_connections = 100 # (change requires restart)
shared_buffers = 128MB # min 128kB
dynamic_shared_memory_type = posix # the default is the first option
max_wal_size = 1GB
min_wal_size = 80MB
log_timezone = 'W-SU'
datestyle = 'iso, dmy'
timezone = 'W-SU'
lc_messages = 'ru_RU.UTF-8' # locale for system error message
lc_monetary = 'ru_RU.UTF-8' # locale for monetary formatting
lc_numeric = 'C' # locale for number formatting
lc_time = 'ru_RU.UTF-8' # locale for time formatting
default_text_search_config = 'pg_catalog.russian'
plperl.on_init = 'use utf8; use re; package utf8; require "utf8_heavy.pl";'
listen_addresses = '127.0.0.1'

@ -1,5 +1,4 @@
# Calculate env=update ac_update_sync==on path=/var/lib/portage cl_update_world==merge||cl_update_world==rebuild format=world
app-text/tree
dev-db/postgresql:12
dev-python/nodeenv
dev-python/setuptools

@ -25,7 +25,7 @@ emerge --config =dev-db/postgresql-$(pgver)
psql -U postgres -c "ALTER USER postgres WITH PASSWORD '${ini[postgresql.postgres_password]}'"
psql -U postgres -c "CREATE ROLE ${ini[postgresql.taiga_user]} WITH login"
psql -U postgres -c "CREATE DATABASE taiga OWNER taiga"
psql -U postgres -c "CREATE DATABASE ${ini[postgresql.taiga_database]} OWNER ${ini[postgresql.taiga_user]}"
psql -U postgres -c "ALTER USER ${ini[postgresql.taiga_user]} WITH PASSWORD '${ini[postgresql.taiga_password]}'"
cl-core-setup -n postgresql -f

Loading…
Cancel
Save