bashlibs icon indicating copy to clipboard operation
bashlibs copied to clipboard

Collection of bash libraries and framework to create and use them.

Results 10 bashlibs issues
Sort by recently updated
recently updated
newest added

The script doesn't guard against paths containing spaces

Hello, Any documentation available?

now we need to specify ``` bash bashlibs -t test_bake_cmake.sh bashlibs -t test_bake_config.sh ``` we need ``` bashlibs -t build-utils ``` which will test all related test files of the...

when you do git clone, git hooks are not part of it. we need to put the hooks in the repositories and use script to copy them to git hooks...

each ebuild should implement 'test' use flag, and run tests related to the library installed

Now we install packages that we create. If we just want to create repositories, we want a quicker way, which is without installing, and just creating the package.

when we specify -s multiple times, bake will compile on each host in serial. What I want is to run compilation on all servers at the same time.

now we use those flags as part of every cmdline function (see bake example). This need to be run on start of cmdline function and then process all the actual...