Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
appstream/data/appstream.conf
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
30 lines (25 sloc)
833 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # This is the configuration file for AppStream. | |
| # If data for your distribution is missing, you can submit | |
| # a patch to include it upstream. | |
| # The distribution identifier is fetched from /etc/os-release | |
| # | |
| [general] | |
| # Set this value to have AppStream always prefer data from a local metainfo file | |
| # over data provided from a network source. | |
| # This option is only useful in case one wants to test how data from local | |
| # metainfo files looks like in the software center prior to making a release | |
| # containing the new metadata. | |
| # | |
| #PreferLocalMetainfoData=true | |
| # | |
| # Distribution specific settings | |
| # | |
| [debian] | |
| FreeRepos=debian-*-main | |
| ScreenshotUrl=http://screenshots.debian.net | |
| [opensuse] | |
| ScreenshotUrl=http://software.opensuse.org/package | |
| [ubuntu] | |
| FreeRepos=ubuntu-*-main;ubuntu-*-universe | |
| ScreenshotUrl=http://screenshots.ubuntu.com |