Anders

Results 50 issues of Anders

Try this in bash: ``` user@machine:~$ set -e user@machine:~$ [ 1 -eq 1 ] user@machine:~$ [ 1 -eq 0 ] # shell exits user@machine:~$ set -e user@machine:~$ [[ 1 ==...

documentation

`extlinux-update` generates the extlinux default config file so that we may add stuff like the console extlinux should print to. Now this: https://packages.debian.org/search?suite=jessie&arch=any&searchon=contents&keywords=extlinux-update ([on wheezy](https://packages.debian.org/search?suite=wheezy&arch=any&searchon=contents&keywords=extlinux-update)). Does anybody have a clue...

bug
jessie

Copy pasta from comment on PR #162 by @daveloyall > So, did you end up using the host's build environment for this? I think so, because today (using HEAD of...

EC2

When trying to bootstrap images with EBS backing, `GetInstanceMetadata` fails - the error message does not make it clear what exactly the problem is. One should catch the exception thrown...

enhancement
EC2

#220 by @zmarano changes the default block scheduler on gce to `noop`. This may also have benefits on other providers. We need to research a little and figure out which...

enhancement

bootstrap-vz can currently not bootstrap [EC2 GPU instance](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using_cluster_computing.html) AMIs. The appropriate drivers should maybe also be installed.

enhancement
EC2

The [authostname](https://github.com/secoya/ec2-autohostname) plugin for build-debian-cloud should be ported to bootstrap-vz.

enhancement
EC2
Plugins

The regular expression used to find the DOC string does not account for escaped quotes of any kind. Figure out if regex is still the way to go, or if...

Options may switch places in the AST at times, resulting differing output for the same `$DOC`. This is likely because `dict` is used, `OrderDict` should be used instead.

[Homeshick has a check](https://github.com/andsens/homeshick/blob/6aeb0a1d28f9a062f681e494847250b6adacdd75/utils/git.sh#L247) which determines whether the user should be asked about symlinking newly added files. Similarly we could add an unlink command which removes symlinks to deleted files.

enhancement