Date: Fri, 29 Jan 2021 23:09:22 +0000 (UTC) From: "Jason W. Bacon" <jwb@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r563261 - head/sysutils/spcm Message-ID: <202101292309.10TN9MCR099305@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jwb Date: Fri Jan 29 23:09:22 2021 New Revision: 563261 URL: https://svnweb.freebsd.org/changeset/ports/563261 Log: sysutils/spcm: Update to 0.5.2 More robust user input checks Add software manager menu for installing ports/packages on specific node types Separate node types from hostnames Allow compute node names with no integer index Modified: head/sysutils/spcm/Makefile head/sysutils/spcm/distinfo head/sysutils/spcm/pkg-plist Modified: head/sysutils/spcm/Makefile ============================================================================== --- head/sysutils/spcm/Makefile Fri Jan 29 22:53:40 2021 (r563260) +++ head/sysutils/spcm/Makefile Fri Jan 29 23:09:22 2021 (r563261) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= spcm -DISTVERSION= 0.5.1-1 -DISTVERSIONSUFFIX= -g6595040 +DISTVERSION= 0.5.2 CATEGORIES= sysutils MAINTAINER= jwb@FreeBSD.org @@ -11,7 +10,7 @@ COMMENT= Tools for building and managing HPC clusters LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= auto-admin>=0.6.11.4:sysutils/auto-admin +RUN_DEPENDS= auto-admin>=0.6.12:sysutils/auto-admin USE_GITHUB= yes Modified: head/sysutils/spcm/distinfo ============================================================================== --- head/sysutils/spcm/distinfo Fri Jan 29 22:53:40 2021 (r563260) +++ head/sysutils/spcm/distinfo Fri Jan 29 23:09:22 2021 (r563261) @@ -1,3 +1,3 @@ -TIMESTAMP = 1610573627 -SHA256 (outpaddling-SPCM-0.5.1-1-g6595040_GH0.tar.gz) = cf68cddc5419f018fd1e9fb42c238cc5b6ee4690c10fc07d6d8ff9ab21f16c0a -SIZE (outpaddling-SPCM-0.5.1-1-g6595040_GH0.tar.gz) = 129503 +TIMESTAMP = 1611961262 +SHA256 (outpaddling-SPCM-0.5.2_GH0.tar.gz) = 2b6fd6704d0a01de1ed2b9a670a0077716fa9f82261b7ef9c990d098acdf9810 +SIZE (outpaddling-SPCM-0.5.2_GH0.tar.gz) = 130517 Modified: head/sysutils/spcm/pkg-plist ============================================================================== --- head/sysutils/spcm/pkg-plist Fri Jan 29 22:53:40 2021 (r563260) +++ head/sysutils/spcm/pkg-plist Fri Jan 29 23:09:22 2021 (r563261) @@ -4,6 +4,7 @@ bin/cluster-compute-nodes bin/cluster-down-nodes bin/cluster-file-servers bin/cluster-head-check +bin/cluster-io-nodes bin/cluster-node-status @mode 6555 bin/cluster-passwd @@ -80,6 +81,7 @@ sbin/cluster-set-default-nfs-mounts sbin/cluster-setup sbin/cluster-shutdown sbin/cluster-slurm-enable +sbin/cluster-software-manager sbin/cluster-spcm-update-from-wip sbin/cluster-ssh-keygen sbin/cluster-stay-down
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101292309.10TN9MCR099305>