Branch: refs/heads/master
Home: https://github.com/jenkinsci/platformlabeler-plugin
Commit: 2553926d0b704058b327b36c55c06ff0ba27d9ad
https://github.com/jenkinsci/platformlabeler-plugin/commit/2553926d0b704058b327b36c55c06ff0ba27d9ad
Author: Mark Waite <[email protected]>
Date: 2021-08-22 (Sun, 22 Aug 2021)
Changed paths:
M .github/dependabot.yml
M README.md
M
src/main/java/org/jvnet/hudson/plugins/platformlabeler/PlatformDetailsTask.java
M
src/test/java/org/jvnet/hudson/plugins/platformlabeler/PlatformDetailsTaskLsbReleaseTest.java
M
src/test/java/org/jvnet/hudson/plugins/platformlabeler/PlatformDetailsTaskReleaseTest.java
A
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/linuxmint-old/19.3/Dockerfile
A
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/linuxmint-old/19.3/lsb_release-a
A
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/linuxmint-old/19.3/os-release
R
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/linuxmintd/19.3/Dockerfile
R
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/linuxmintd/19.3/lsb_release-a
R
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/linuxmintd/19.3/os-release
A
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/linuxmintd/20.1/Dockerfile
A
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/linuxmintd/20.1/lsb_release-a
A
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/linuxmintd/20.1/os-release
A
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/linuxmintd/20/Dockerfile
A
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/linuxmintd/20/lsb_release-a
A
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/linuxmintd/20/os-release
Log Message:
-----------
Adapt to Linux Mint LSB distributor ID change
Linux Mint 19.3 uses the LSB distributor ID 'LinuxMint'.
Linux Mint 20, 20.1, and 20.2 use the LSB distributor ID 'Linuxmint'.
Automated tests confirm that Linux Mint 19.3 reports the expected value of
'LinuxMint' and that Linux Mint 20 reports 'Linuxmint'.
Linux Mint versions other than 19.3, 20, 20.1, and 20.2 have not been
checked.
Commit: b60dd8b40c838c81d27c5d8e94f7d1a8378c657a
https://github.com/jenkinsci/platformlabeler-plugin/commit/b60dd8b40c838c81d27c5d8e94f7d1a8378c657a
Author: Mark Waite <[email protected]>
Date: 2021-08-22 (Sun, 22 Aug 2021)
Changed paths:
M .github/dependabot.yml
Log Message:
-----------
Skip linuxmint dependabot processing, always latest
Commit: 0400df1a40688ad82cb07730a4ee1807928dc002
https://github.com/jenkinsci/platformlabeler-plugin/commit/0400df1a40688ad82cb07730a4ee1807928dc002
Author: Mark Waite <[email protected]>
Date: 2021-08-22 (Sun, 22 Aug 2021)
Changed paths:
M .github/dependabot.yml
Log Message:
-----------
Skip tumbleweed dependabot processing, always latest
Commit: 94d934ab07dccc6bd51b2765dc7d33acc14f9cad
https://github.com/jenkinsci/platformlabeler-plugin/commit/94d934ab07dccc6bd51b2765dc7d33acc14f9cad
Author: Mark Waite <[email protected]>
Date: 2021-08-22 (Sun, 22 Aug 2021)
Changed paths:
M .github/dependabot.yml
Log Message:
-----------
Skip scientific dependabot processing, always latest
Commit: ecb3c141d46b4b77fa885cfafab3876e4832676d
https://github.com/jenkinsci/platformlabeler-plugin/commit/ecb3c141d46b4b77fa885cfafab3876e4832676d
Author: Mark Waite <[email protected]>
Date: 2021-08-22 (Sun, 22 Aug 2021)
Changed paths:
M
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/update_dependabot.sh
Log Message:
-----------
sort dependabout updates by version
Commit: a13fa22e68da5f95baaa83317eb5b6ea219c6ed7
https://github.com/jenkinsci/platformlabeler-plugin/commit/a13fa22e68da5f95baaa83317eb5b6ea219c6ed7
Author: Mark Waite <[email protected]>
Date: 2021-08-22 (Sun, 22 Aug 2021)
Changed paths:
M .github/dependabot.yml
Log Message:
-----------
Skip clearlinux dependabot processing, always latest
Commit: 08cbf8a5dfbdf2afad6e3886eef359b47dfb7de8
https://github.com/jenkinsci/platformlabeler-plugin/commit/08cbf8a5dfbdf2afad6e3886eef359b47dfb7de8
Author: Mark Waite <[email protected]>
Date: 2021-08-22 (Sun, 22 Aug 2021)
Changed paths:
M .github/dependabot.yml
Log Message:
-----------
Sort dependabot files by version
Commit: c99a56fc47d4276552693549ed3642b1dbaad886
https://github.com/jenkinsci/platformlabeler-plugin/commit/c99a56fc47d4276552693549ed3642b1dbaad886
Author: Mark Waite <[email protected]>
Date: 2021-08-22 (Sun, 22 Aug 2021)
Changed paths:
M
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/update_dependabot.sh
Log Message:
-----------
Exclude linuxmint from dependabot processing
Commit: 674996136faf67f4f25e39e238182c240c92f070
https://github.com/jenkinsci/platformlabeler-plugin/commit/674996136faf67f4f25e39e238182c240c92f070
Author: Mark Waite <[email protected]>
Date: 2021-08-22 (Sun, 22 Aug 2021)
Changed paths:
M .github/dependabot.yml
M README.md
M
src/main/java/org/jvnet/hudson/plugins/platformlabeler/PlatformDetailsTask.java
M
src/test/java/org/jvnet/hudson/plugins/platformlabeler/PlatformDetailsTaskLsbReleaseTest.java
M
src/test/java/org/jvnet/hudson/plugins/platformlabeler/PlatformDetailsTaskReleaseTest.java
A
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/linuxmint-old/19.3/Dockerfile
A
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/linuxmint-old/19.3/lsb_release-a
A
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/linuxmint-old/19.3/os-release
R
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/linuxmintd/19.3/Dockerfile
R
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/linuxmintd/19.3/lsb_release-a
R
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/linuxmintd/19.3/os-release
A
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/linuxmintd/20.1/Dockerfile
A
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/linuxmintd/20.1/lsb_release-a
A
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/linuxmintd/20.1/os-release
A
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/linuxmintd/20/Dockerfile
A
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/linuxmintd/20/lsb_release-a
A
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/linuxmintd/20/os-release
M
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/update_dependabot.sh
Log Message:
-----------
Merge pull request #416 from MarkEWaite/use-newer-linux-mint-lsb-release-value
Use newer Linux Mint LSB distributor ID
Compare:
https://github.com/jenkinsci/platformlabeler-plugin/compare/dff8c8d504a1...674996136faf
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/platformlabeler-plugin/push/refs/heads/master/dff8c8-674996%40github.com.