diff options
| author | 2026-02-07 13:24:47 +0300 | |
|---|---|---|
| committer | 2026-02-07 13:25:36 +0300 | |
| commit | 2c3b25892f01f1cd8f8ad0f3e7768575abb548bd (patch) | |
| tree | 7077081e770cf7e66ce2502b110a0a4b20aa631d | |
| download | repo-2c3b25892f01f1cd8f8ad0f3e7768575abb548bd.tar.gz repo-2c3b25892f01f1cd8f8ad0f3e7768575abb548bd.tar.bz2 repo-2c3b25892f01f1cd8f8ad0f3e7768575abb548bd.tar.xz repo-2c3b25892f01f1cd8f8ad0f3e7768575abb548bd.zip | |
Инициализация репозитория
| -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 }}" |
