mediawiki/skins/Aether: main (log #2228519)

sourcepatches

This run took 2 seconds.

From c3454bcdfc628c3b43c8263c2453fe8c34dc9a57 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Mon, 24 Nov 2025 05:44:10 +0000
Subject: [PATCH] [DNM] there are no updates

Change-Id: I137e71467197e78c0a75c72669d2b985509cd3da
---
 .gitignore    | 1 +
 composer.json | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..57872d0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/vendor/
diff --git a/composer.json b/composer.json
index cb5d670..de08d55 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
 {
-    "require": {
-        "symfony/asset": "^5.2",
-        "symfony/cache": "^5.2"
-    }
+	"require": {
+		"symfony/asset": "^5.2",
+		"symfony/cache": "^5.2"
+	}
 }
-- 
2.47.3

$ date
--- stdout ---
Mon Nov 24 05:44:10 UTC 2025

--- end ---
$ git clone file:///srv/git/mediawiki-skins-Aether.git repo --depth=1 -b master
--- stderr ---
Cloning into '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 ---
7caaacf74325233b3a349b3cdbe7cd62b104749a refs/heads/master

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

--- end ---
$ git commit -F /tmp/tmp0opy87zk
--- stdout ---
[master c3454bc] [DNM] there are no updates
 2 files changed, 5 insertions(+), 4 deletions(-)
 create mode 100644 .gitignore

--- end ---
$ git format-patch HEAD~1 --stdout
--- stdout ---
From c3454bcdfc628c3b43c8263c2453fe8c34dc9a57 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Mon, 24 Nov 2025 05:44:10 +0000
Subject: [PATCH] [DNM] there are no updates

Change-Id: I137e71467197e78c0a75c72669d2b985509cd3da
---
 .gitignore    | 1 +
 composer.json | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..57872d0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/vendor/
diff --git a/composer.json b/composer.json
index cb5d670..de08d55 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
 {
-    "require": {
-        "symfony/asset": "^5.2",
-        "symfony/cache": "^5.2"
-    }
+	"require": {
+		"symfony/asset": "^5.2",
+		"symfony/cache": "^5.2"
+	}
 }
-- 
2.47.3


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