Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Aug 2018 14:15:40 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477577 - in head/sysutils/py-google-compute-engine: . files
Message-ID:  <201808191415.w7JEFe9P048985@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Aug 19 14:15:40 2018
New Revision: 477577
URL: https://svnweb.freebsd.org/changeset/ports/477577

Log:
  sysutils/py-google-compute-engine: remove patches for InstanceSetup
  
  While here, pet portlint by fixing shebang and bump PORTREVISION.
  
  PR:		230741
  Submitted by:	Helen Koike <helen.koike@collabora.com> (maintainer)

Deleted:
  head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_instance__setup_instance__config.py
  head/sysutils/py-google-compute-engine/files/patch-setup.py
Modified:
  head/sysutils/py-google-compute-engine/Makefile   (contents, props changed)
  head/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample

Modified: head/sysutils/py-google-compute-engine/Makefile
==============================================================================
--- head/sysutils/py-google-compute-engine/Makefile	Sun Aug 19 14:04:01 2018	(r477576)
+++ head/sysutils/py-google-compute-engine/Makefile	Sun Aug 19 14:15:40 2018	(r477577)
@@ -2,7 +2,7 @@
 
 PORTNAME=	google-compute-engine
 DISTVERSION=	2.8.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,9 +19,10 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}boto>0:devel/py-bo
 		google_oslogin_control:sysutils/google-compute-engine-oslogin \
 		sudo:security/sudo
 
-USES=		python
+USES=		python shebangfix
 USE_PYTHON=	autoplist concurrent distutils
 NO_ARCH=	yes
+SHEBANG_FILES=	scripts/set_multiqueue scripts/optimize_local_ssd
 
 USE_RC_SUBR=	google_instance_setup \
 		google_accounts_daemon \

Modified: head/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample
==============================================================================
--- head/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample	Sun Aug 19 14:04:01 2018	(r477576)
+++ head/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample	Sun Aug 19 14:15:40 2018	(r477577)
@@ -6,3 +6,7 @@ groupadd_cmd = pw groupadd {group}
 
 [MetadataScripts]
 default_shell = /bin/sh
+
+[InstanceSetup]
+set_multiqueue = false
+optimize_local_ssd = false



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808191415.w7JEFe9P048985>