diff options
Diffstat (limited to '')
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | stapler-repo.toml | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..db38867 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.rpm +*.deb
\ No newline at end of file diff --git a/stapler-repo.toml b/stapler-repo.toml new file mode 100644 index 0000000..fa5b536 --- /dev/null +++ b/stapler-repo.toml @@ -0,0 +1,5 @@ +[repo] +minVersion = "v0.0.28" +url = "https://git.neonxp.ru/repo" +mirrors = [] +report_url = "mailto:stplr@list.neonxp.ru?subject={{ .BasePackage }}" |
