pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

spcm: Separate node type from hostname, add cluster-upgrade script



Module Name:	pkgsrc-wip
Committed By:	Jason W Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Thu Dec 31 14:06:16 2020 -0600
Changeset:	ab80f4452317df9a0bcd795e39947499b29614d9

Modified Files:
	spcm/Makefile
	spcm/PLIST
	spcm/distinfo

Log Message:
spcm: Separate node type from hostname, add cluster-upgrade script

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ab80f4452317df9a0bcd795e39947499b29614d9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 spcm/Makefile | 4 ++--
 spcm/PLIST    | 5 ++++-
 spcm/distinfo | 8 ++++----
 3 files changed, 10 insertions(+), 7 deletions(-)

diffs:
diff --git a/spcm/Makefile b/spcm/Makefile
index 4adaa3453f..4794bc1149 100644
--- a/spcm/Makefile
+++ b/spcm/Makefile
@@ -1,10 +1,10 @@
 # $NetBSD$
 
-DISTNAME=	spcm-0.4.2.26
+DISTNAME=	spcm-0.4.2.31
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
 GITHUB_PROJECT=	SPCM
-GITHUB_TAG=	474fb4a1bc0ad7ecdf64eecf346d1a4712d39774
+GITHUB_TAG=	5b04f84235523aa28726d893efeba7653587bc42
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	http://acadix.biz/spcm.php
diff --git a/spcm/PLIST b/spcm/PLIST
index 7e277d363a..befc506db4 100644
--- a/spcm/PLIST
+++ b/spcm/PLIST
@@ -17,6 +17,7 @@ bin/condor-cpus
 bin/condor-list-packages
 bin/job-top
 bin/node-iostat
+bin/node-netstat
 bin/node-ps
 bin/node-top
 bin/psnode
@@ -60,7 +61,6 @@ sbin/cluster-lock-user
 sbin/cluster-lowest-uid
 sbin/cluster-munge-enable
 sbin/cluster-node-admin
-sbin/cluster-node-type
 sbin/cluster-passwd-expiration
 sbin/cluster-passwd-user-expiration
 sbin/cluster-ports-update
@@ -95,6 +95,7 @@ sbin/cluster-update-backup-nodes
 sbin/cluster-update-file-servers
 sbin/cluster-update-menu
 sbin/cluster-update-vis-nodes
+sbin/cluster-upgrade
 sbin/cluster-user-admin
 sbin/cluster-user-cleanup
 sbin/cluster-useradd
@@ -108,6 +109,8 @@ sbin/node-sync-all-users
 sbin/node-sync-groups
 sbin/node-sync-pkgsrc
 sbin/node-sync-users
+sbin/node-type
+sbin/node-upgrade
 sbin/slurm-cron-updates
 sbin/slurm-drain-all
 sbin/slurm-node-resume
diff --git a/spcm/distinfo b/spcm/distinfo
index c3e2fb319f..66b41133e6 100644
--- a/spcm/distinfo
+++ b/spcm/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (spcm-0.4.2.26-474fb4a1bc0ad7ecdf64eecf346d1a4712d39774.tar.gz) = 7b97e35e5139a94df164941979f3581b88517479
-RMD160 (spcm-0.4.2.26-474fb4a1bc0ad7ecdf64eecf346d1a4712d39774.tar.gz) = 1c99e3927c07d2142f0a96705813a12a87e08e92
-SHA512 (spcm-0.4.2.26-474fb4a1bc0ad7ecdf64eecf346d1a4712d39774.tar.gz) = 0c0e7d7c2fcbf16b8c6f229b47fff6e06031645b9d5c031fb1e24da767b0d76aeff3a51f8117f42f6c34869a2610f6f74b11261119aa38e99fe579c4fcddedd7
-Size (spcm-0.4.2.26-474fb4a1bc0ad7ecdf64eecf346d1a4712d39774.tar.gz) = 128099 bytes
+SHA1 (spcm-0.4.2.31-5b04f84235523aa28726d893efeba7653587bc42.tar.gz) = 6c759560e12ec9d84884af7710f3f4839a9ff2b0
+RMD160 (spcm-0.4.2.31-5b04f84235523aa28726d893efeba7653587bc42.tar.gz) = 265859009ff68ca736efc0f7591067b3202c78ff
+SHA512 (spcm-0.4.2.31-5b04f84235523aa28726d893efeba7653587bc42.tar.gz) = c03651370dcecc24db5fd5bb46455936db85e484bbe12bdcfac8fab9e191c5294cdb42495125b88922cc678f3872f2317bae275d929f4e3a4ec5ef026a14d014
+Size (spcm-0.4.2.31-5b04f84235523aa28726d893efeba7653587bc42.tar.gz) = 129572 bytes


Home | Main Index | Thread Index | Old Index