mediawiki/libs/Shellbox: main (log #2425272)

sourcepatches

This run took 2 seconds.

From b491e93de662ca4f2ed5ce6871671a75557ceecc Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Mon, 6 Apr 2026 09:31:23 +0000
Subject: [PATCH] [DNM] there are no updates

Change-Id: I9ac1c173e2b5a9fcc3d6461b9a743cc3b3c72058
---
 composer.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index 19423b4..5e34ecd 100644
--- a/composer.json
+++ b/composer.json
@@ -56,8 +56,8 @@
 		"phan": "phan --allow-polyfill-parser",
 		"cover": "phpunit --coverage-html coverage",
 		"fix": [
-			"phpcbf",
-			"minus-x fix ."
+			"minus-x fix .",
+			"phpcbf"
 		],
 		"phpcs": "phpcs -sp"
 	},
-- 
2.47.3

$ date
--- stdout ---
Mon Apr  6 09:31:22 UTC 2026

--- end ---
$ git clone file:///srv/git/mediawiki-libs-Shellbox.git /src/repo --depth=1 -b master
--- stderr ---
Cloning into '/src/repo'...
--- stdout ---

--- end ---
$ git config user.name libraryupgrader
--- stdout ---

--- end ---
$ git config user.email tools.libraryupgrader@tools.wmflabs.org
--- stdout ---

--- end ---
$ git submodule update --init
--- stdout ---

--- end ---
$ grr init
--- stdout ---
Installed commit-msg hook.

--- end ---
$ git show-ref refs/heads/master
--- stdout ---
faddebaba015ccc66ee99e1f4f7dd32ded553742 refs/heads/master

--- end ---
[DNM] there are no updates
$ git add .
--- stdout ---

--- end ---
$ git commit -F /tmp/tmppyjwh9pp
--- stdout ---
[master b491e93] [DNM] there are no updates
 1 file changed, 2 insertions(+), 2 deletions(-)

--- end ---
$ git format-patch HEAD~1 --stdout
--- stdout ---
From b491e93de662ca4f2ed5ce6871671a75557ceecc Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Mon, 6 Apr 2026 09:31:23 +0000
Subject: [PATCH] [DNM] there are no updates

Change-Id: I9ac1c173e2b5a9fcc3d6461b9a743cc3b3c72058
---
 composer.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index 19423b4..5e34ecd 100644
--- a/composer.json
+++ b/composer.json
@@ -56,8 +56,8 @@
 		"phan": "phan --allow-polyfill-parser",
 		"cover": "phpunit --coverage-html coverage",
 		"fix": [
-			"phpcbf",
-			"minus-x fix ."
+			"minus-x fix .",
+			"phpcbf"
 		],
 		"phpcs": "phpcs -sp"
 	},
-- 
2.47.3


--- end ---
Source code is licensed under the AGPL.