Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (63ece1a0255ec5a316281a841b37a099bc9fcbbe)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (63ece1a0255ec5a316281a841b37a099bc9fcbbe)
  • Date: Tue, 7 Mar 2023 03:45:09 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

wm-addons/wlroots/DEPENDS | 2 +-
wm-addons/wlroots/HISTORY | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 63ece1a0255ec5a316281a841b37a099bc9fcbbe
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

wm-addons/wlroots: ' -> " for scm branch check in DEPENDS

diff --git a/wm-addons/wlroots/DEPENDS b/wm-addons/wlroots/DEPENDS
index 5b559cb..4d76db9 100755
--- a/wm-addons/wlroots/DEPENDS
+++ b/wm-addons/wlroots/DEPENDS
@@ -1,7 +1,7 @@
. "$GRIMOIRE"/VDEPENDS &&
. "$GRIMOIRE"/MESON_DEPENDS &&

-if [[ '${WLROOTS_BRANCH}' == 'scm' ]]; then
+if [[ "${WLROOTS_BRANCH}" == "scm" ]]; then
depends git
fi &&

diff --git a/wm-addons/wlroots/HISTORY b/wm-addons/wlroots/HISTORY
index 07d5a75..7d98485 100644
--- a/wm-addons/wlroots/HISTORY
+++ b/wm-addons/wlroots/HISTORY
@@ -1,5 +1,6 @@
2023-03-06 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: https -> git_http for scm branch
+ * DEPENDS: ' -> " for scm branch check

2023-02-26 Pavel Vinogradov <public AT sourcemage.org>
* *SUB_DEPENDS: added for SCM sub_dependency



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (63ece1a0255ec5a316281a841b37a099bc9fcbbe), Pavel Vinogradov, 03/06/2023

Archive powered by MHonArc 2.6.24.

Top of Page