all lists on lists.proxmox.com
 help / color / mirror / Atom feed
From: Markus Frank <m.frank@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH novnc 1/3] replaced check for VERSION file with check for package.json
Date: Thu,  2 Feb 2023 10:57:05 +0100	[thread overview]
Message-ID: <20230202095707.18718-2-m.frank@proxmox.com> (raw)
In-Reply-To: <20230202095707.18718-1-m.frank@proxmox.com>

Signed-off-by: Markus Frank <m.frank@proxmox.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 4f64bbe..9591e35 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ ${DSC}: ${BUILDDIR}
 
 .PHONY: submodule
 submodule:
-	test -f "${SRCDIR}/VERSION" || git submodule update --init
+	test -f "${SRCDIR}/package.json" || git submodule update --init
 
 .PHONY: download
 download ${SRCDIR}:
-- 
2.30.2





  reply	other threads:[~2023-02-02  9:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-02  9:57 [pve-devel] [PATCH novnc 0/3] upgrade to v1.4.0 Markus Frank
2023-02-02  9:57 ` Markus Frank [this message]
2023-02-02  9:57 ` [pve-devel] [PATCH novnc 2/3] upgrade novnc and patches to 1.4.0 Markus Frank
2023-02-02  9:57 ` [pve-devel] [PATCH novnc 3/3] bump version to 1.4.0-1 Markus Frank
2023-02-08 16:02 ` [pve-devel] applied-series: [PATCH novnc 0/3] upgrade to v1.4.0 Thomas Lamprecht

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230202095707.18718-2-m.frank@proxmox.com \
    --to=m.frank@proxmox.com \
    --cc=pve-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal