From b7fc936031df332b3addb87d1b8f0dbc5c6e2c1c Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Thu, 4 Mar 2021 14:06:03 +0000
Subject: [PATCH] [DNM] there are no updates
Change-Id: I57c4699d43332cdbf0391f87b81501002a4b20d6
---
.phpcs.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.phpcs.xml b/.phpcs.xml
index f4f8b6f..f7d13df 100644
--- a/.phpcs.xml
+++ b/.phpcs.xml
@@ -5,7 +5,7 @@
<exclude-pattern>make-deploy-notes/botclasses\.php</exclude-pattern>
<exclude-pattern>make-release/mediawiki\-*</exclude-pattern>
- <arg name="encoding" value="utf-8"/>
+ <arg name="encoding" value="UTF-8"/>
<arg name="extensions" value="php"/>
<arg name="report" value="full"/>
<arg name="report" value="summary"/>
--
2.20.1
$ date
Thu Mar 4 14:05:59 UTC 2021
$ git clone file:///srv/git/mediawiki-tools-release.git repo --depth=1 -b master
Cloning into 'repo'...
$ git config user.name libraryupgrader
$ git config user.email tools.libraryupgrader@tools.wmflabs.org
$ git submodule update --init
$ grr init
Installed commit-msg hook.
$ git show-ref refs/heads/master
4d6a77d61394f91f3e6c8983a6713a7d7875b5b2 refs/heads/master
$ composer install
Loading composer repositories with package information
Warning from https://repo.packagist.org: You are using an outdated version of Composer. Composer 2 is now available and you should upgrade. See https://getcomposer.org/2
Updating dependencies (including require-dev)
Package operations: 5 installs, 0 updates, 0 removals
- Installing squizlabs/php_codesniffer (3.5.8): Loading from cache
- Installing composer/spdx-licenses (1.5.5): Loading from cache
- Installing composer/semver (3.2.4): Loading from cache
- Installing mediawiki/mediawiki-codesniffer (v35.0.0): Loading from cache
- Installing php-parallel-lint/php-parallel-lint (v1.2.0): Loading from cache
php-parallel-lint/php-parallel-lint suggests installing php-parallel-lint/php-console-highlighter (Highlight syntax in code snippet)
Writing lock file
Generating autoload files
2 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
$ git add .
$ git commit -F /tmp/tmp1a8ilamw
[master b7fc936] [DNM] there are no updates
1 file changed, 1 insertion(+), 1 deletion(-)
$ git format-patch HEAD~1 --stdout
From b7fc936031df332b3addb87d1b8f0dbc5c6e2c1c Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Thu, 4 Mar 2021 14:06:03 +0000
Subject: [PATCH] [DNM] there are no updates
Change-Id: I57c4699d43332cdbf0391f87b81501002a4b20d6
---
.phpcs.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.phpcs.xml b/.phpcs.xml
index f4f8b6f..f7d13df 100644
--- a/.phpcs.xml
+++ b/.phpcs.xml
@@ -5,7 +5,7 @@
<exclude-pattern>make-deploy-notes/botclasses\.php</exclude-pattern>
<exclude-pattern>make-release/mediawiki\-*</exclude-pattern>
- <arg name="encoding" value="utf-8"/>
+ <arg name="encoding" value="UTF-8"/>
<arg name="extensions" value="php"/>
<arg name="report" value="full"/>
<arg name="report" value="summary"/>
--
2.20.1
.