Compare commits
29 Commits
PR_python3
...
PR_nodejs-
Author | SHA256 | Date | |
---|---|---|---|
|
85eed2c07d | ||
2289167209 | |||
|
b4ef2e2c2b | ||
8d6c9a6517 | |||
|
82be5d9bad | ||
0aa86a8f1b | |||
|
5647d15709 | ||
ff0c72c76a | |||
|
2956e31773 | ||
01ddfda7fe | |||
d4690b768d | |||
61deafba5e | |||
1c63217d12 | |||
fdc5182a17 | |||
946094776c | |||
|
e1448ff236 | ||
d05faf5f89 | |||
cbd1fdbad4 | |||
667647885c | |||
|
1bd0684a55 | ||
|
5eabf032f0 | ||
|
ed686facb3 | ||
|
d18a824418 | ||
|
40f9b67aa4 | ||
|
1e6ef90b66 | ||
|
2ee8b98baa | ||
|
85d57c8178 | ||
|
751db29f76 | ||
|
dcc5c8b1c6 |
19
.gitea/issue_template/add_package.md
Normal file
19
.gitea/issue_template/add_package.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
|
||||
name: "Add a package to Leap 16.0 Backports project"
|
||||
about: "If you want to add a new package to Leap 16.0 Backports project"
|
||||
title: "[ADD] <package name>"
|
||||
ref: "leap-16.0"
|
||||
assignees: []
|
||||
labels:
|
||||
|
||||
- new_package
|
||||
|
||||
---
|
||||
|
||||
This is where you add a new package to Leap-16.0 Backports project. Please replace and specify on one line. You can include any relevant Bugzilla links too.
|
||||
|
||||
org/package#commit_hash
|
||||
|
||||
Where the `commit_hash` could be a branch.
|
||||
|
16
.gitea/issue_template/rm_package.md
Normal file
16
.gitea/issue_template/rm_package.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
|
||||
name: "Remove package from Leap 16.0 Backports project"
|
||||
about: "If you want to remove a package from Leap 16.0"
|
||||
title: "[RM] <package name>"
|
||||
ref: "leap-16.0"
|
||||
assignees: []
|
||||
labels:
|
||||
|
||||
- rm_package
|
||||
|
||||
---
|
||||
|
||||
This is where you rm a package from Leap-16.0 Backports project. Please specify package in title and target the correct branch of the project.
|
||||
|
||||
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -13,3 +13,6 @@
|
||||
[submodule "nodejs21"]
|
||||
path = nodejs21
|
||||
url = https://src.opensuse.org/autogits/nodejs21.git
|
||||
[submodule "perl-XS-Parse-Keyword"]
|
||||
path = perl-XS-Parse-Keyword
|
||||
url = https://src.opensuse.org/autogits/perl-XS-Parse-Keyword.git
|
||||
|
Submodule nodejs-common updated: d6a74c0840...98bf315bed
2
nodejs21
2
nodejs21
Submodule nodejs21 updated: d51183613f...0c8d96b1fc
1
perl-XS-Parse-Keyword
Submodule
1
perl-XS-Parse-Keyword
Submodule
Submodule perl-XS-Parse-Keyword added at 4303c2fdd6
Submodule python311 updated: 8e38063978...35c702e850
3
staging.config
Normal file
3
staging.config
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"ObsProject": "home:adamm:autogits",
|
||||
}
|
3
workflow.config
Normal file
3
workflow.config
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"workflows": ["pr"],
|
||||
}
|
Reference in New Issue
Block a user