aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author2026-02-07 13:24:47 +0300
committer2026-02-07 13:25:36 +0300
commit2c3b25892f01f1cd8f8ad0f3e7768575abb548bd (patch)
tree7077081e770cf7e66ce2502b110a0a4b20aa631d
downloadrepo-2c3b25892f01f1cd8f8ad0f3e7768575abb548bd.tar.gz
repo-2c3b25892f01f1cd8f8ad0f3e7768575abb548bd.tar.bz2
repo-2c3b25892f01f1cd8f8ad0f3e7768575abb548bd.tar.xz
repo-2c3b25892f01f1cd8f8ad0f3e7768575abb548bd.zip
Инициализация репозитория
-rw-r--r--.gitignore2
-rw-r--r--stapler-repo.toml5
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 }}"