mirror of
https://github.com/lilydjwg/archrepo2.git
synced 2025-03-10 12:02:43 +00:00
60 lines
2.1 KiB
INI
60 lines
2.1 KiB
INI
[multi]
|
|
# Names of repository config sections, if you have multiple repositories.
|
|
# The names should be delimited by commas. And this value is default to
|
|
# "repository".
|
|
# config names are the same as below, and will act as default if not specified
|
|
# in that repository config.
|
|
repos: repository
|
|
|
|
# You can specify a "info-db" here to have them all in the same repo
|
|
#info-db: /home/lilydjwg/tmpfs/test/pkginfo.db
|
|
|
|
[repository]
|
|
# Name of the repository. In below example the Pacman repository db file name
|
|
# will be archlinuxcn.db.tar.gz
|
|
name: archlinuxcn
|
|
|
|
# Path to the repository - directory should normally contain any, i686 and
|
|
# x86_64. The server will monitor files in it with inotify. If you have lots of
|
|
# files in this directory, remember to update the configuration of inotify.
|
|
path: /home/lilydjwg/tmpfs/test
|
|
|
|
# If enabled, packages put into this directory will be moved into the repo.
|
|
# This path should be on the same filesystem as the repo path
|
|
# Should be used with auto-rename on
|
|
#spool-directory: /tmp/repo
|
|
|
|
# A database to store package info. Default to ${path}/pkginfo.db
|
|
#info-db: /home/lilydjwg/tmpfs/test/pkginfo.db
|
|
|
|
# Specify where to find these commands
|
|
#command-add: repo-add
|
|
#command-remove: repo-remove
|
|
|
|
# By enabling auto-rename, the server will automatically rename the package
|
|
# files according to filenames, and move them under the correct architecture
|
|
# directory. Default is on.
|
|
#auto-rename: on
|
|
|
|
# What archs we support? The default is i686 and x86_64. And you can add more
|
|
# like arm, armv6h, aarch64. Archs are separated by spaces.
|
|
#supported-archs: i686 x86_64 arm
|
|
|
|
# By enabling symlink-any, the server will automatically symlink the package
|
|
# files of 'any' architecture to supported archs.
|
|
# Default is on.
|
|
#symlink-any: on
|
|
|
|
# Seconds before actually running the command. 10s by default.
|
|
#wait-time: 10
|
|
wait-time: 3
|
|
|
|
# Notification type to use when done. Currently available: simple-udp, null
|
|
notification-type: simple-udp
|
|
notification-addresses: 127.0.0.1:9900 ::1:9900
|
|
notification-secret: JiUHuGY987G76djItfOskOj
|
|
|
|
# If for any reason, you don't want actual database creation or update:
|
|
#without-db: true
|
|
|
|
# vim: se ft=dosini:
|