summaryrefslogtreecommitdiffstats
path: root/repolocli.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-04-19 17:54:52 +0200
committerMatthias Beyer <mail@beyermatthias.de>2019-04-19 17:58:33 +0200
commit7cc25e9cf2dda28f1f8dea43caac7bd6291ed1f1 (patch)
tree9fa1b948ac6ff7179fb311b54e60f1e41a97087c /repolocli.toml
Initial import
In the beginning there was darkness. So I spoke "git init". And there was a git repository.
Diffstat (limited to 'repolocli.toml')
-rw-r--r--repolocli.toml30
1 files changed, 30 insertions, 0 deletions
diff --git a/repolocli.toml b/repolocli.toml
new file mode 100644
index 0000000..d414a57
--- /dev/null
+++ b/repolocli.toml
@@ -0,0 +1,30 @@
+repology_url = "https://repology.org"
+
+# If you do care only about some repositories, you can whitelist them here and repolocli won't print information for
+# these repositories.
+whitelist = [
+ "Debian Stable" # sorry Debianers!
+]
+
+# If you do not care about some repositories, you can blacklist them here and repolocli won't print information for
+# these repositories.
+blacklist = [
+ "Arch", # sorry Archers!
+ "scientific_7x",
+]
+
+
+# If you're a packager, and you have packages locally you care about,
+# repolocli can show you differences between your packages and "upstream" packages, if you want that.
+# For that, you have to list these packages here (in repology manner, so you have to use the
+# same names as repology!
+#
+# Yes, you have to manually keep that list up to date, sorry about that.
+
+[[local_packages]]
+name = "jq" # if you don't know jq, go check it out NOW!
+local_version = "1.5"
+
+[[local_packages]]
+name = "languagetool"
+local_version = "4.4.1"