mirror of
https://codeberg.org/privacy1st/arch-repo
synced 2024-11-21 21:23:17 +01:00
20 lines
555 B
INI
20 lines
555 B
INI
|
#=== LOCAL MACHINE CONFIGURATION ===#
|
||
|
|
||
|
# Locations of built packages
|
||
|
LOCAL_PKG_DIRS=('/home/yoda/Downloads/git/arch/build-pkg/out')
|
||
|
|
||
|
#=== 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
|
||
|
REMOTE_PKG_DIR=/mnt/data/live/arch-repo
|
||
|
REMOTE_DB_NAME=de-p1st
|
||
|
|
||
|
#
|
||
|
# Some variables for index.html generation.
|
||
|
#
|
||
|
HTML_TITLE='Privacy1st'
|
||
|
HTML_HEADING='My personalized Arch Linux distribution'
|
||
|
HTML_LINK_SRC='https://codeberg.org/privacy1st/arch'
|