ev3dev / brickstrap

Tool for bootstrapping Debian and creating bootable image files for embedded systems
MIT License
35 stars 26 forks source link

Default directory name #33

Closed dlech closed 8 years ago

dlech commented 8 years ago

Now that we have components working, it would be nice if the default <dest> name was the name of the project plus the name of all of the components plus a date stamp joined with dashes.

The end result I am going for is:

ev3dev-jessie-ev3-yyyy-mm-dd
ev3dev-jessie-rpi1-yyyy-mm-dd
ev3dev-jessie-rpi2-yyyy-mm-dd
ev3dev-jessie-ev3-extra-compnent-yyyy-mm-dd
...
dlech commented 8 years ago

The current default directory is $(pwd) which has some benefits so closing this issue.