Support Go package paths & GBB_PATH#2588
Conversation
f6a86ff to
3f3ada3
Compare
Codecov ReportBase: 73.55% // Head: 73.54% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2588 +/- ##
==========================================
- Coverage 73.55% 73.54% -0.01%
==========================================
Files 407 406 -1
Lines 41293 41209 -84
==========================================
- Hits 30372 30309 -63
+ Misses 10921 10900 -21
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
3f3ada3 to
90f5fff
Compare
eec21bd to
afb74c4
Compare
Signed-off-by: Chris Koch <[email protected]>
Allows resolving of both file system and Go package paths & globs; introduces GBB_PATH support. Signed-off-by: Chris Koch <[email protected]>
Signed-off-by: Chris Koch <[email protected]>
Signed-off-by: Chris Koch <[email protected]>
[skip ci] Signed-off-by: Chris Koch <[email protected]>
Signed-off-by: Chris Koch <[email protected]>
All uses have been replaced. Signed-off-by: Chris Koch <[email protected]>
f93bcef to
60cb1e5
Compare
|
This is delightful to have back. |
| You can now use the u-root command to build an initramfs. Here are some | ||
| examples with $UROOT_PATH being the path to where the u-root sources are on the disk | ||
| (explicitly specifiying this is only necessary if not runnig u-root inside the root of the repository): | ||
| You can now use the u-root command to build an initramfs. Here are some examples |
There was a problem hiding this comment.
I am not sure why 'now' is in there, since the initramfs has been in there for-f-ing ever :-) Maybe I did that.
| (explicitly specifiying this is only necessary if not runnig u-root inside the root of the repository): | ||
| You can now use the u-root command to build an initramfs. Here are some examples | ||
| with $UROOT_PATH being the path to where the u-root sources are on the disk | ||
| (explicitly specifiying this is only necessary if not runnig u-root inside the |
Support for Go package paths is back!
Support for Go package path globs is back.
New support for environment variable GBB_PATH.
README should explain everything.