1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
Source: genders
Section: admin
Priority: optional
Maintainer: Brian Pellin <bpellin@debian.org>
Uploaders: tony mancill <tmancill@debian.org>
Build-Depends: debhelper (>= 9), perl, autotools-dev, chrpath, flex, bison, dh-autoreconf
Standards-Version: 4.2.0
VCS-Git: https://salsa.debian.org/bpellin/genders
Package: genders
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: rdist
Conflicts: pdsh ( << 2.8-1-1 )
Homepage: https://computing.llnl.gov/linux/genders.html
Description: cluster configuration management database tools
Genders is a static cluster configuration database used for cluster
configuration management. It is used by a variety of tools and
scripts for management of large clusters. The genders database is
typically replicated on every node of the cluster. It describes the
layout and configuration of the cluster so that tools and scripts can
sense the variations of cluster nodes. By abstracting this information
into a plain text file, it becomes possible to change the
configuration of a cluster by modifying only one file.
Package: libgenders-perl
Section: perl
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
Homepage: https://computing.llnl.gov/linux/genders.html
Description: perl interface to the LLNL genders cluster management utilities
A Perl API for querying the genders file, for LLNL genders cluster
configuration management. It is used by
system administration scripts that need to manipulate lists of nodes or
attributes and for performance or other reasons cannot do so via
repeated calls to the Nodeattr utility.
Package: libgenders0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Homepage: https://computing.llnl.gov/linux/genders.html
Description: C library for parsing and querying a genders database
Genders is a static cluster configuration database used for cluster
configuration management. It is used by a variety of tools and
scripts for management of large clusters. The genders database is
typically replicated on every node of the cluster. It describes the
layout and configuration of the cluster so that tools and scripts can
sense the variations of cluster nodes. By abstracting this information
into a plain text file, it becomes possible to change the
configuration of a cluster by modifying only one file.
Package: libgenders0-dev
Section: libdevel
Provides: libgenders-dev
Conflicts: libgenders-dev
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libgenders0 (= ${binary:Version})
Homepage: https://computing.llnl.gov/linux/genders.html
Description: development files for parsing and querying a genders database
Genders is a static cluster configuration database used for cluster
configuration management. It is used by a variety of tools and
scripts for management of large clusters. The genders database is
typically replicated on every node of the cluster. It describes the
layout and configuration of the cluster so that tools and scripts can
sense the variations of cluster nodes. By abstracting this information
into a plain text file, it becomes possible to change the
configuration of a cluster by modifying only one file.
|