Compare commits
42 Commits
PR_nodejs2
...
master
Author | SHA256 | Date | |
---|---|---|---|
|
7eac9e9277 | ||
|
90dea3ce59 | ||
|
68eee95d9f | ||
|
add9b36384 | ||
|
8c394d6b17 | ||
|
0c97e02c7b | ||
|
b32d9235cd | ||
|
b6ca2f60bf | ||
|
77d24952f7 | ||
|
2c87156e8c | ||
|
4e291a02b5 | ||
|
b4cb09270f | ||
|
34cdc7ecc3 | ||
|
e273d35038 | ||
|
e8d41b567e | ||
|
c3876c5c03 | ||
|
cfdccea69c | ||
2e3fb3f10d | |||
|
7407cff3d2 | ||
fb5d946155 | |||
|
1f0bac36c8 | ||
e7bfd35037 | |||
b07130d5e7 | |||
55323e0334 | |||
|
c0197c9b3e | ||
|
f3131f90ba | ||
|
4a0b546c01 | ||
|
5e80cc0426 | ||
|
63a6e924e4 | ||
|
d337ec3d94 | ||
|
14c71f9237 | ||
|
02dff6dd52 | ||
|
46f8edf758 | ||
|
f0df028cb9 | ||
06f1f1d564 | |||
797753f4c7 | |||
|
2f8b327609 | ||
|
f23b285f03 | ||
|
8b38ede5e5 | ||
|
2910a0de28 | ||
|
1777c2d6f9 | ||
|
d981440119 |
12
.gitmodules
vendored
12
.gitmodules
vendored
@@ -13,9 +13,6 @@
|
|||||||
[submodule "azure"]
|
[submodule "azure"]
|
||||||
path = azure
|
path = azure
|
||||||
url = https://src.opensuse.org/nodejs/azure.git
|
url = https://src.opensuse.org/nodejs/azure.git
|
||||||
[submodule "azure-cli"]
|
|
||||||
path = azure-cli
|
|
||||||
url = https://src.opensuse.org/nodejs/azure-cli.git
|
|
||||||
[submodule "azure-mgmt-bundle"]
|
[submodule "azure-mgmt-bundle"]
|
||||||
path = azure-mgmt-bundle
|
path = azure-mgmt-bundle
|
||||||
url = https://src.opensuse.org/nodejs/azure-mgmt-bundle.git
|
url = https://src.opensuse.org/nodejs/azure-mgmt-bundle.git
|
||||||
@@ -40,9 +37,6 @@
|
|||||||
[submodule "element-web"]
|
[submodule "element-web"]
|
||||||
path = element-web
|
path = element-web
|
||||||
url = https://src.opensuse.org/nodejs/element-web.git
|
url = https://src.opensuse.org/nodejs/element-web.git
|
||||||
[submodule "esbuild"]
|
|
||||||
path = esbuild
|
|
||||||
url = https://src.opensuse.org/nodejs/esbuild.git
|
|
||||||
[submodule "eslint"]
|
[submodule "eslint"]
|
||||||
path = eslint
|
path = eslint
|
||||||
url = https://src.opensuse.org/nodejs/eslint.git
|
url = https://src.opensuse.org/nodejs/eslint.git
|
||||||
@@ -586,3 +580,9 @@
|
|||||||
[submodule "yarn"]
|
[submodule "yarn"]
|
||||||
path = yarn
|
path = yarn
|
||||||
url = https://src.opensuse.org/nodejs/yarn.git
|
url = https://src.opensuse.org/nodejs/yarn.git
|
||||||
|
[submodule "nodejs-yamlish"]
|
||||||
|
path = nodejs-yamlish
|
||||||
|
url = https://src.opensuse.org/nodejs/nodejs-yamlish.git
|
||||||
|
[submodule "azure-cli"]
|
||||||
|
path = azure-cli
|
||||||
|
url = https://src.opensuse.org/nodejs/azure-cli.git
|
||||||
|
5
README.md
Normal file
5
README.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
Project Build Results
|
||||||
|
---------------------
|
||||||
|
|
||||||
|

|
||||||
|
|
21
_config
21
_config
@@ -15,6 +15,20 @@ BuildFlags: useccache:nodejs42
|
|||||||
BuildFlags: useccache:nodejs-electron
|
BuildFlags: useccache:nodejs-electron
|
||||||
|
|
||||||
# disable build of legacy packages
|
# disable build of legacy packages
|
||||||
|
BuildFlags: excludebuild:nodejs4
|
||||||
|
BuildFlags: excludebuild:nodejs6
|
||||||
|
BuildFlags: excludebuild:nodejs8
|
||||||
|
BuildFlags: excludebuild:nodejs10
|
||||||
|
BuildFlags: excludebuild:nodejs11
|
||||||
|
BuildFlags: excludebuild:nodejs12
|
||||||
|
BuildFlags: excludebuild:nodejs13
|
||||||
|
BuildFlags: excludebuild:nodejs14
|
||||||
|
BuildFlags: excludebuild:nodejs15
|
||||||
|
BuildFlags: excludebuild:nodejs16
|
||||||
|
BuildFlags: excludebuild:nodejs17
|
||||||
|
BuildFlags: excludebuild:nodejs19
|
||||||
|
BuildFlags: excludebuild:nodejs21
|
||||||
|
BuildFlags: excludebuild:nodejs
|
||||||
BuildFlags: excludebuild:azure
|
BuildFlags: excludebuild:azure
|
||||||
BuildFlags: excludebuild:azure-cli
|
BuildFlags: excludebuild:azure-cli
|
||||||
BuildFlags: excludebuild:azure-mgmt-bundle
|
BuildFlags: excludebuild:azure-mgmt-bundle
|
||||||
@@ -186,6 +200,13 @@ Prefer: ocl-icd
|
|||||||
Prefer: ocl-icd-devel
|
Prefer: ocl-icd-devel
|
||||||
Prefer: samba-test-libs
|
Prefer: samba-test-libs
|
||||||
Prefer: wget2-wget
|
Prefer: wget2-wget
|
||||||
|
|
||||||
|
BuildFlags: nouseforbuild:nodejs24
|
||||||
|
BuildFlags: nouseforbuild:nodejs22
|
||||||
|
BuildFlags: nouseforbuild:nodejs20
|
||||||
|
BuildFlags: nouseforbuild:nodejs18
|
||||||
|
BuildFlags: nouseforbuild:nodejs-packaging
|
||||||
|
BuildFlags: nouseforbuild:typescript
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Macros:
|
Macros:
|
||||||
|
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"": ["MargueriteSu","SannisDev","adamm","adamm","dheidler","dziobian","ghaskins","jubalh","lrupp","qantas94heavy"],
|
"": ["MargueriteSu","SannisDev","adamm","dheidler","dziobian","ghaskins","jubalh","lrupp","qantas94heavy"],
|
||||||
"Rambox-OS": ["worldcitizen"],
|
"Rambox-OS": ["worldcitizen"],
|
||||||
"app-builder": ["dziobian","dziobian"],
|
"app-builder": ["dziobian"],
|
||||||
"asar": ["dziobian","dziobian"],
|
"asar": ["dziobian"],
|
||||||
"azure": [],
|
"azure": [],
|
||||||
"azure-cli": [],
|
"azure-cli": [],
|
||||||
"azure-mgmt-bundle": [],
|
"azure-mgmt-bundle": [],
|
||||||
"bitwarden": ["dziobian","dziobian"],
|
"bitwarden": ["dziobian"],
|
||||||
"bitwarden-sdk-internal": ["dziobian"],
|
"bitwarden-sdk-internal": ["dziobian"],
|
||||||
"coffee-script": [],
|
"coffee-script": [],
|
||||||
"deltachat-desktop": ["dheidler"],
|
"deltachat-desktop": ["dheidler"],
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
"jshint": [],
|
"jshint": [],
|
||||||
"jslint": [],
|
"jslint": [],
|
||||||
"libchromiumcontent": [],
|
"libchromiumcontent": [],
|
||||||
"memory-constraints": ["adamm","adamm","dziobian"],
|
"memory-constraints": ["adamm","dziobian"],
|
||||||
"mocha": [],
|
"mocha": [],
|
||||||
"nodejs-Base64": [],
|
"nodejs-Base64": [],
|
||||||
"nodejs-absolute-path": [],
|
"nodejs-absolute-path": [],
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
"nodejs-coffeestack": ["MargueriteSu"],
|
"nodejs-coffeestack": ["MargueriteSu"],
|
||||||
"nodejs-collections": ["MargueriteSu"],
|
"nodejs-collections": ["MargueriteSu"],
|
||||||
"nodejs-commander2": ["hellcp"],
|
"nodejs-commander2": ["hellcp"],
|
||||||
"nodejs-common": ["adamm","adamm"],
|
"nodejs-common": ["adamm"],
|
||||||
"nodejs-compress-commons": [],
|
"nodejs-compress-commons": [],
|
||||||
"nodejs-connect-prism": [],
|
"nodejs-connect-prism": [],
|
||||||
"nodejs-constantinople": ["MargueriteSu"],
|
"nodejs-constantinople": ["MargueriteSu"],
|
||||||
@@ -81,7 +81,7 @@
|
|||||||
"nodejs-director": [],
|
"nodejs-director": [],
|
||||||
"nodejs-dom-serializer": [],
|
"nodejs-dom-serializer": [],
|
||||||
"nodejs-ejs": [],
|
"nodejs-ejs": [],
|
||||||
"nodejs-electron": ["dheidler","dziobian","dziobian"],
|
"nodejs-electron": ["dheidler","dziobian"],
|
||||||
"nodejs-emojione": ["hillwood"],
|
"nodejs-emojione": ["hillwood"],
|
||||||
"nodejs-engine.io": [],
|
"nodejs-engine.io": [],
|
||||||
"nodejs-engine.io-parser": [],
|
"nodejs-engine.io-parser": [],
|
||||||
@@ -127,7 +127,7 @@
|
|||||||
"nodejs-packaging": [],
|
"nodejs-packaging": [],
|
||||||
"nodejs-pathwatcher": [],
|
"nodejs-pathwatcher": [],
|
||||||
"nodejs-promise": [],
|
"nodejs-promise": [],
|
||||||
"nodejs-pyright": ["Outbound3031","Outbound3031","gladiac"],
|
"nodejs-pyright": ["Outbound3031","gladiac"],
|
||||||
"nodejs-random-words": [],
|
"nodejs-random-words": [],
|
||||||
"nodejs-readdirp": ["MargueriteSu"],
|
"nodejs-readdirp": ["MargueriteSu"],
|
||||||
"nodejs-requirejs": [],
|
"nodejs-requirejs": [],
|
||||||
@@ -176,20 +176,20 @@
|
|||||||
"nodejs17": [],
|
"nodejs17": [],
|
||||||
"nodejs18": [],
|
"nodejs18": [],
|
||||||
"nodejs19": [],
|
"nodejs19": [],
|
||||||
"nodejs20": ["adamm","adamm"],
|
"nodejs20": ["adamm"],
|
||||||
"nodejs21": ["adamm","adamm"],
|
"nodejs21": ["adamm"],
|
||||||
"nodejs22": ["adamm","adamm"],
|
"nodejs22": ["adamm"],
|
||||||
"nodejs2rpm": ["emendonca"],
|
"nodejs2rpm": ["emendonca"],
|
||||||
"nodejs4": ["adamm","adamm","qantas94heavy"],
|
"nodejs4": ["adamm","qantas94heavy"],
|
||||||
"nodejs6": ["adamm","adamm","qantas94heavy"],
|
"nodejs6": ["adamm","qantas94heavy"],
|
||||||
"nodejs8": ["adamm","adamm","qantas94heavy"],
|
"nodejs8": ["adamm","qantas94heavy"],
|
||||||
"npmjs-angular-cli": ["guoyunhe"],
|
"npmjs-angular-cli": ["guoyunhe"],
|
||||||
"npmjs-webpack-cli": ["guoyunhe"],
|
"npmjs-webpack-cli": ["guoyunhe"],
|
||||||
"obs-service-set_version": [],
|
"obs-service-set_version": [],
|
||||||
"phantomjs-prebuilt": [],
|
"phantomjs-prebuilt": [],
|
||||||
"pnpm": ["avindra","jayvdb","ojkastl_buildservice"],
|
"pnpm": ["avindra","jayvdb","ojkastl_buildservice"],
|
||||||
"request": [],
|
"request": [],
|
||||||
"rollup": ["dziobian","dziobian"],
|
"rollup": ["dziobian"],
|
||||||
"runas": [],
|
"runas": [],
|
||||||
"synp": ["ojkastl_buildservice"],
|
"synp": ["ojkastl_buildservice"],
|
||||||
"tern": ["cbosdonnat"],
|
"tern": ["cbosdonnat"],
|
||||||
|
Submodule azure-cli updated: 9950183686...199c277edd
Submodule bitwarden updated: bc8a3ea3ba...79224727c7
Submodule bitwarden-sdk-internal updated: 8981e5ef3e...22348febfc
Submodule element-desktop updated: 82e2c28dc0...b0cb37ef86
Submodule element-web updated: ad85e4df7c...2281fccc3a
1
esbuild
1
esbuild
Submodule esbuild deleted from 4945ebe5b3
Submodule nodejs-electron updated: f4e13a668a...965fbce492
1
nodejs-yamlish
Submodule
1
nodejs-yamlish
Submodule
Submodule nodejs-yamlish added at 4c143dc483
2
nodejs19
2
nodejs19
Submodule nodejs19 updated: 7297353f0c...eb4624368b
2
nodejs20
2
nodejs20
Submodule nodejs20 updated: fc18908ba6...eefa2fb370
2
nodejs21
2
nodejs21
Submodule nodejs21 updated: 24ee6bee74...d22f3f056d
2
nodejs22
2
nodejs22
Submodule nodejs22 updated: 602e06b2b1...5c6357f37a
2
pnpm
2
pnpm
Submodule pnpm updated: 0488645999...f197e35f2c
2
yarn
2
yarn
Submodule yarn updated: b1787cc046...b8fbec5537
Reference in New Issue
Block a user