bork icon indicating copy to clipboard operation
bork copied to clipboard

the Bash-Operated Reconciling Kludge

Results 21 bork issues
Sort by recently updated
recently updated
newest added

For example, using the `symlink` borkfile: ``` $ touch "a a" $ bork do ok symlink "b b" "a a" missing: symlink b b a a verifying : symlink b...

bug

**DO NOT MERGE**. Actually I disabled merges that don't pass CI, and this sure as hell won't. So this is a stab at #87 by @frdmn whereby bake isn't handling...

this breaks on vagrant: ``` bash ok apt iptables-persistent ``` Thanks to the crappy dialog thing that the iptables-persistent package brings up. There's apparently a flag for installing it without...

enhancement

or maybe there's a mode for when an error is encountered, it halts. Perhaps the script can set this mode.

enhancement

satisfies that the current user's login shell is set to some value

http://www.bpkg.io/

enhancement

I noticed that my [npm borkfile](https://github.com/frdmn/dotfiles/blob/master/borkfiles/npm.bork) takes about two or three minutes to finish all the the assertions. The culprit of this is [line 19 in npm.sh](https://github.com/mattly/bork/blob/master/types/npm.sh#L19), as well as...

enhancement
question

Bork, being minimal in terms of dependencies, etc. fits nicely in the world of containers, where [Alpine Linux](https://alpinelinux.org/) is very popular. Hence support for [apk](https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management) which is the package manager...

enhancement