mediawiki/skins/Aether: REL1_43 (log #1580037)

sourcepatches

This run took 3 seconds.

From 051fd4ec8f1664c05eadb16ffe980e32572e2914 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Thu, 31 Oct 2024 18:22:05 +0000
Subject: [PATCH] [DNM] there are no updates

Change-Id: Ieca72344aa34673a9f4c4eb506fe33a4c78a9729
---
 .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.39.2

$ date
--- stdout ---
Thu Oct 31 18:22:04 UTC 2024

--- end ---
$ git clone file:///srv/git/mediawiki-skins-Aether.git repo --depth=1 -b REL1_43
--- 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/REL1_43
--- stdout ---
f93911f9c4899782a655bbc1bd3a08f6a62b3162 refs/heads/REL1_43

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

--- end ---
$ git commit -F /tmp/tmprhs9ghq3
--- stdout ---
[REL1_43 051fd4e] [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 051fd4ec8f1664c05eadb16ffe980e32572e2914 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Thu, 31 Oct 2024 18:22:05 +0000
Subject: [PATCH] [DNM] there are no updates

Change-Id: Ieca72344aa34673a9f4c4eb506fe33a4c78a9729
---
 .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.39.2


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