ewah
ewah
``` Tags will be dynamically polled by the hook as "branches that don't change". ``` The above from the readme is not true. git2consul will continually poll (`git pull`) the...
files not the source_root will go into check pending [maybe this isn't a good place] ``` if (branch.source_root && record.path.indexOf(branch.source_root) !== 0) { return check_pending(); }; ``` and the `pending_records`...
Just need some clarification (and perhaps and enhancement). Currently, it looks like 'support_tags' options will pull down all tags for a project and there is no way to filter that...
on occasion i need to reparse the options so we would need to without the defaults. ``` command -c config_file -i override ``` where it would read the config file...
tiller.sh ``` check_install_tiller() { ... else ./scripts/install.sh "$INSTALLED_HELM" fi ``` install.sh *drumroll* ``` echo "Installing Tiller v${VERSION} ..." ```
c:/tmp/yas3fs-test/mnt/141117e/a/test_new_dir_a_00> attr -g yas3fs.url test_new_empty_file_a.txt Attribute "yas3fs.url" had a 0 byte value for test_new_empty_file_a.txt: the code is looking for "yas3fs.URL" ``` elif name == 'yas3fs.URL':$ ``` but the fuse wrapper...
containing directory's mtime should be modified to now() when a file is created or deleted. note: directory's mtime should not be modified if a file simply is modified. currently no...
because the package.json mocha script has to be run with `--exit` for the last test/test suite `after()` and `afterEach()` are prematurely terminated and never finish
To solve 3rd party script issues we want to proxy our own api.segment.io calls We're ok having it on the same fqdn and routing back w/ nginx/cloudflare/cloudfront/etc. But it looks...