2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-12-03 10:04:41 +00:00
confluent/confluent_client
Jarrod Johnson d69cca46d0 Rework check_globbing to reduce false positives
First, globbing can only be the cause of a mess up if the given
noderange is a file that matches.

With this we still have:
for node in $(nodelist compute); do nodepower $node; done
As a potential false positive if any node is a range.

For this, offer suggestion of changing directories.

Also, if it had been:
for NODE in $(nodelist compute); do export NODE; nodepower $NODE; done

Another clause can detect that, which has been added.
2017-11-27 10:04:23 -05:00
..
bin Merge branch 'master' of github.com:jjohnson42/confluent 2017-11-15 15:39:06 -05:00
confluent Rework check_globbing to reduce false positives 2017-11-27 10:04:23 -05:00
doc/man Add nodegroupdefine and nodegroupremove 2017-11-14 16:05:03 -05:00
buildrpm Add support for RPM builds 2014-07-14 14:54:12 -04:00
confluent_client.spec.tmpl Packaging fixup in preparation for 1.1 release cycle 2015-03-25 13:52:59 -04:00
confluent_env.csh Add csh/tcsh profile in /etc/profile.d 2017-05-03 13:21:36 +01:00
confluent_env.sh Add nodegroupdefine and nodegroupremove 2017-11-14 16:05:03 -05:00
makeman Fix man page for section 1 2017-08-16 10:12:03 -04:00
makesetup Add support for RPM builds 2014-07-14 14:54:12 -04:00
MANIFEST.in Update MANIFEST.in 2017-05-09 13:28:57 +08:00
requirements.txt Packaging fixup in preparation for 1.1 release cycle 2015-03-25 13:52:59 -04:00
setup.py.tmpl Fix install of collate man page 2017-08-16 09:42:30 -04:00