collective.recipe.grp

by Alex Clark last modified Aug 10, 2011 01:48 AM

A window unto Python's Standard Library grp function

Project Description

collective.recipe.grp

Introduction

This is a one line recipe to allow buildout users to refer to ${grp:GROUP} to get the current user's group. In other words, the results of id -g -n on UNIX systems for the person executing the buildout. This can be handy in combination with the 'gocept.recipe.env' recipe, when setting ownership on the contents of a buildout, e.g. chown -R ${env:USER}:${grp:GROUP} ${buildout:directory}

1.0 (2011-02-17)

  • Clean up package

0.1 (2009-04-03)

  • Added basic functionality
  • Created recipe with ZopeSkel

Current Release
collective.recipe.grp 1.0

Released Feb 18, 2011 — tested with Plone 4

Package cleanup
More about this release…

Download file Get collective.recipe.grp for all platforms
collective.recipe.grp-1.0.zip
If you are using Plone 3.2 or higher, you probably want to install this product with buildout. See our tutorial on installing add-on products with buildout for more information.

All Releases

Version Released Description Compatibility Status
1.0 Feb 18, 2011 Package cleanup More about this release…
Plone 4
final
0.1 Apr 21, 2009 More about this release… final

Comments (0)