1 Commits

10 changed files with 17 additions and 45 deletions

View File

@@ -1,19 +0,0 @@
---
name: "Add a package to NodeJS devel project"
about: "If you want to add a new package to NodeJS devel project"
title: "[ADD] <package name>"
ref: "master"
assignees: []
labels:
- new_package
---
This is where you add a new package to NodeJS devel project! Please replace and specify on one line. You can include any relevant Bugzilla links too.
org/package#commit_hash
Where the `commit_hash` should be a branch, allowing the PR to the projet to be updated as-needed.

View File

@@ -1,16 +0,0 @@
---
name: "Remove package from NodeJS devel project"
about: "If you want to remove a package from the NodeJS devel project"
title: "[RM] <package name>"
ref: "master"
assignees: []
labels:
- rm_package
---
This is where you rm a package from NodeJS devel project. Please specify package in title and target the correct branch of the project.

3
.gitmodules vendored
View File

@@ -589,3 +589,6 @@
[submodule "nodejs24"]
path = nodejs24
url = https://src.opensuse.org/nodejs/nodejs24.git
[submodule "kudos"]
path = kudos
url = gitea@src.opensuse.org:lkocman/kudos.git

13
_config
View File

@@ -1,3 +1,11 @@
BuildFlags: useccache:nodejs4
BuildFlags: useccache:nodejs6
BuildFlags: useccache:nodejs8
BuildFlags: useccache:nodejs10
BuildFlags: useccache:nodejs12
BuildFlags: useccache:nodejs14
BuildFlags: useccache:nodejs16
BuildFlags: useccache:nodejs18
BuildFlags: useccache:nodejs20
BuildFlags: useccache:nodejs22
BuildFlags: useccache:nodejs23
@@ -18,7 +26,6 @@ BuildFlags: excludebuild:nodejs14
BuildFlags: excludebuild:nodejs15
BuildFlags: excludebuild:nodejs16
BuildFlags: excludebuild:nodejs17
BuildFlags: excludebuild:nodejs18
BuildFlags: excludebuild:nodejs19
BuildFlags: excludebuild:nodejs21
BuildFlags: excludebuild:nodejs
@@ -206,9 +213,5 @@ BuildFlags: nouseforbuild:nodejs-packaging
BuildFlags: nouseforbuild:typescript
%endif
%if 0%{?suse_version} != 1500 || 0%{?fedora_version}
BuildFlags: excludebuild:nodejs20
%endif
Macros:
:Macros

1
kudos Submodule

Submodule kudos added at 083ef68cf5

2
pnpm

Submodule pnpm updated: ba1fb01d59...53cb618e42