| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Upstream:
- https://github.com/boot-clj/boot/compare/2.7.1...2.8.3
Closes: https://bugs.gentoo.org/682980
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a shebang to the boot bootup script so it works for users who have a
native shell other than bash.
-r1 bump necessary as if you already had it installed, it was possibly
broken.
Closes: https://bugs.gentoo.org/682984
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
| |
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11562
Signed-off-by: Aaron Bauman <bman@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
|
|
|
|
|
| |
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
|
| |
|
|
|
|
| |
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
|
|
|
|
| |
Upstream:
- target task now support option "--mode"/"-m" for specifying the
mode for writing files as.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
|
|
|
|
| |
Package-Manager: portage-2.3.3
|
|
This is mostly just giving users a better choice than "sudo bash curl..."
boot will still have to install its own dependencies when executed via maven
glue into ~/.m2/, but this still means they can easily get `boot` accessible
globally in "$PATH" without security paranoia, and from then on it
"mostly just works" without needing to understand boot-specific install
procedures.
Ideally this itself will be built from sources one day, but java upstream
logic fights this at every stage.
Also, "boot -u" still does "something", but it doesn't do anything useful.
Package-Manager: portage-2.3.0
|