arch/pkg/de-p1st-repo/arch-repo.cfg

20 lines
555 B
INI
Raw Normal View History

2021-05-14 14:50:43 +02:00
#=== LOCAL MACHINE CONFIGURATION ===#
2021-04-22 11:19:15 +02:00
2021-05-14 14:50:43 +02:00
# Locations of built packages
2021-06-22 20:46:14 +02:00
LOCAL_PKG_DIRS=('/home/yoda/Downloads/git/arch/build-pkg/out')
2021-05-14 14:50:43 +02:00
#=== REMOTE MIRROR SERVER CONFIGURATION ===#
# Host from ssh configuration with correct user to have
# write access to REMOTE_PKG_DIR and REMOTE_DB_NAME
REMOTE_SSH_HOST=rootnas
2021-04-22 11:06:27 +02:00
REMOTE_PKG_DIR=/mnt/data/live/arch-repo
2021-04-26 18:25:29 +02:00
REMOTE_DB_NAME=de-p1st
#
2021-05-13 17:14:49 +02:00
# Some variables for index.html generation.
2021-04-26 18:25:29 +02:00
#
2021-06-18 22:00:09 +02:00
HTML_TITLE='Privacy1st'
HTML_HEADING='My personalized Arch Linux distribution'
2021-04-26 18:25:29 +02:00
HTML_LINK_SRC='https://codeberg.org/privacy1st/arch'