# # Sample configuration file for distromatic # # Copyright (c) 2004-2021 by Silvan Calarco # Copyright (c) 2006 by Davide Madrisan #[defaults] #HTML_BASEDIR = /var/www/html/distromatic/ #DISTRIBUTION_NAME = openmamba # # URL_ADDRESS: # the website address eg.: # URL_ADDRESS="www.openmamba.org" # #URL_ADDRESS="www.openmamba.org" # # URL_PREFIX: # a prefix string to be appended before any internal link # for PostNuke you can just uncomment the following: # # URL_PREFIX="&" # # for Apache with SSI use the following: URL_PREFIX="/distromatic/index.html?" # # URL_DIR: # the directory to be used to reach distromatic HTML dir from outside # e.g. # URL_DIR="/pub/openmambadistromatic" # # # ARCHS: # the list of architectures to consider by default for repository # (default: ARCHS=i586) # #ARCHS = i586 # # FAVICON_SEARCH_PREFIX: # external prefix url to service providing sites favicons FAVICON_SEARCH_PREFIX="http://www.google.com/s2/favicons?domain=" #[maintainers] # put maintainer list with aliases here #silvan="Silvan Calarco " "Silvan " #[devel] #DESCRIPTION = "openmamba rolling repository" #REPOSITORY_DIR = /var/ftp/pub/openmamba/devel/ #DOWNLOAD_PREFIX= http://cdn.openmamba.org/pub/openmamba/devel/ #REPODATA_URL = http://cdn.openmamba.org/pub/openmamba/devel #ARCHS = i586 x86_64 aarch64 arm #[devel-makedist] #DESCRIPTION = "openmamba makedist repository" #REPOSITORY_DIR = /var/ftp/pub/openmamba/devel-makedist/ #DOWNLOAD_PREFIX= http://cdn.openmamba.org/pub/openmamba/devel-makedist/ #REPODATA_URL = http://cdn.openmamba.org/pub/openmamba/devel-makedist #ARCHS = i586 x86_64 aarch64 arm #[devel-autodist] #DESCRIPTION = "openmamba autodist repository" #REPOSITORY_DIR = /var/ftp/pub/openmamba/devel-autodist/ #DOWNLOAD_PREFIX= http://cdn.openmamba.org/pub/openmamba/devel-autodist/ #REPODATA_URL = http://cdn.openmamba.org/pub/openmamba/devel-autodist #ARCHS = i586 x86_64 aarch64 arm #[devel-misc] #DESCRIPTION = "openmamba misc repository" #REPOSITORY_DIR = /var/ftp/pub/openmamba/devel-misc/ #DOWNLOAD_PREFIX= http://cdn.openmamba.org/pub/openmamba/devel-misc/ #REPODATA_URL = http://cdn.openmamba.org/pub/openmamba/devel-misc #ARCHS = i586 x86_64 aarch64 arm #[devel-kernel] #DESCRIPTION = "openmamba kernel repository" #REPOSITORY_DIR = /var/ftp/pub/openmamba/devel-kernel/ #DOWNLOAD_PREFIX= http://cdn.openmamba.org/pub/openmamba/devel-kernel/ #REPODATA_URL = http://cdn.openmamba.org/pub/openmamba/devel-kernel #ARCHS = i586 x86_64 aarch64 arm