Leah Rowe vimuser

vimuser pushed to master at libreboot/libreboot

  • 5e4009b539 merge include/err.sh with include/option.sh Signed-off-by: Leah Rowe <leah@libreboot.org>

12 hours ago

vimuser pushed to master at libreboot/lbmk

  • 5e4009b539 merge include/err.sh with include/option.sh Signed-off-by: Leah Rowe <leah@libreboot.org>

12 hours ago

vimuser pushed to master at libreboot/lbwww

  • ef774e2587 shorter intro Signed-off-by: Leah Rowe <info@minifree.org>

12 hours ago

vimuser pushed to master at libreboot/libreboot

  • 58400fc4a5 err.sh: correct copyright info i replaced 2022, 2023 with 2022, 2024 when updating the years, as per modifications, but the 2023 copyright doesn't become invalidated change it to 2022-2024 instead, which is correct Signed-off-by: Leah Rowe <leah@libreboot.org>

20 hours ago

vimuser pushed to master at libreboot/lbmk

  • 58400fc4a5 err.sh: correct copyright info i replaced 2022, 2023 with 2022, 2024 when updating the years, as per modifications, but the 2023 copyright doesn't become invalidated change it to 2022-2024 instead, which is correct Signed-off-by: Leah Rowe <leah@libreboot.org>

20 hours ago

vimuser pushed to master at libreboot/libreboot

  • de0dcce568 git.sh: only download coreboot submodules this change was made in canoeboot, but i've decided that it should be done here too. for now, i will keep it like this, but what i plan to do next is make it so that submodules are always disabled by default, but let a given project define whether to download submodules, and which ones to download; specifically, it will also: * be told where the directory is that the submodule ends up. * have the ability to patch thhe submodule alternatively: * scan the submodule config in the given git repository * the names of submodules would be used in reference to config/git/ files instead, so that redundant repository links can be defined, like we already do with projects this will later be used to limit the number of submodules downloaded. for instance, during development, we download a lot of coreboot submodules that we don't actually use. we could still make it so that they are all included in releases, but define which ones to download for development purposes, to speed up development a bit. it's something that riku complained about. this will be implemented in follow-up commits. Signed-off-by: Leah Rowe <leah@libreboot.org>

1 day ago

vimuser pushed to master at libreboot/lbmk

  • de0dcce568 git.sh: only download coreboot submodules this change was made in canoeboot, but i've decided that it should be done here too. for now, i will keep it like this, but what i plan to do next is make it so that submodules are always disabled by default, but let a given project define whether to download submodules, and which ones to download; specifically, it will also: * be told where the directory is that the submodule ends up. * have the ability to patch thhe submodule alternatively: * scan the submodule config in the given git repository * the names of submodules would be used in reference to config/git/ files instead, so that redundant repository links can be defined, like we already do with projects this will later be used to limit the number of submodules downloaded. for instance, during development, we download a lot of coreboot submodules that we don't actually use. we could still make it so that they are all included in releases, but define which ones to download for development purposes, to speed up development a bit. it's something that riku complained about. this will be implemented in follow-up commits. Signed-off-by: Leah Rowe <leah@libreboot.org>

1 day ago

vimuser pushed to master at libreboot/libreboot

  • de0dcce568 git.sh: only download coreboot submodules this change was made in canoeboot, but i've decided that it should be done here too. for now, i will keep it like this, but what i plan to do next is make it so that submodules are always disabled by default, but let a given project define whether to download submodules, and which ones to download; specifically, it will also: * be told where the directory is that the submodule ends up. * have the ability to patch thhe submodule alternatively: * scan the submodule config in the given git repository * the names of submodules would be used in reference to config/git/ files instead, so that redundant repository links can be defined, like we already do with projects this will later be used to limit the number of submodules downloaded. for instance, during development, we download a lot of coreboot submodules that we don't actually use. we could still make it so that they are all included in releases, but define which ones to download for development purposes, to speed up development a bit. it's something that riku complained about. this will be implemented in follow-up commits. Signed-off-by: Leah Rowe <leah@libreboot.org>

1 day ago

vimuser pushed to master at libreboot/lbmk

  • de0dcce568 git.sh: only download coreboot submodules this change was made in canoeboot, but i've decided that it should be done here too. for now, i will keep it like this, but what i plan to do next is make it so that submodules are always disabled by default, but let a given project define whether to download submodules, and which ones to download; specifically, it will also: * be told where the directory is that the submodule ends up. * have the ability to patch thhe submodule alternatively: * scan the submodule config in the given git repository * the names of submodules would be used in reference to config/git/ files instead, so that redundant repository links can be defined, like we already do with projects this will later be used to limit the number of submodules downloaded. for instance, during development, we download a lot of coreboot submodules that we don't actually use. we could still make it so that they are all included in releases, but define which ones to download for development purposes, to speed up development a bit. it's something that riku complained about. this will be implemented in follow-up commits. Signed-off-by: Leah Rowe <leah@libreboot.org>

1 day ago

vimuser pushed to master at libreboot/libreboot

  • aa5937edd5 build/roms: don't rely on x in handle_target x is part of the for loop in main() and may or not still be available from handle_target, depending on your implementation of sh, but this should not be assumed do it properly Signed-off-by: Leah Rowe <leah@libreboot.org>

2 days ago

vimuser pushed to master at libreboot/lbmk

  • aa5937edd5 build/roms: don't rely on x in handle_target x is part of the for loop in main() and may or not still be available from handle_target, depending on your implementation of sh, but this should not be assumed do it properly Signed-off-by: Leah Rowe <leah@libreboot.org>

2 days ago

vimuser pushed to master at libreboot/libreboot

  • 580a555948 build/roms: don't use exit status from skip_board the printf could potentially return non-zero, which might make the script not skip a given target Signed-off-by: Leah Rowe <leah@libreboot.org>
  • 2fcbff68fc build/roms: split up main() it's starting to get a big big, so break it up Signed-off-by: Leah Rowe <leah@libreboot.org>
  • View comparison for these 2 commits »

2 days ago

vimuser pushed to master at libreboot/lbmk

  • 580a555948 build/roms: don't use exit status from skip_board the printf could potentially return non-zero, which might make the script not skip a given target Signed-off-by: Leah Rowe <leah@libreboot.org>
  • 2fcbff68fc build/roms: split up main() it's starting to get a big big, so break it up Signed-off-by: Leah Rowe <leah@libreboot.org>
  • View comparison for these 2 commits »

2 days ago

vimuser pushed to master at libreboot/libreboot

  • d13d930804 build/roms: allow searching status by mismatch for example: ./build roms list stable this lists all images that are marked "stable" now: ./build roms list _stable this lists all images that are *not* marked stable this will help me keep track during development Signed-off-by: Leah Rowe <leah@libreboot.org>

2 days ago

vimuser pushed to master at libreboot/lbmk

  • d13d930804 build/roms: allow searching status by mismatch for example: ./build roms list stable this lists all images that are marked "stable" now: ./build roms list _stable this lists all images that are *not* marked stable this will help me keep track during development Signed-off-by: Leah Rowe <leah@libreboot.org>

2 days ago

vimuser pushed to master at libreboot/lbwww

  • 32b14145b3 fix directory name Signed-off-by: Leah Rowe <info@minifree.org>

2 days ago

vimuser pushed to master at canoeboot/cbwww

  • 3fb51f8992 further correction Signed-off-by: Leah Rowe <info@minifree.org>

2 days ago

vimuser pushed to master at canoeboot/cbwww

  • e8d29292a3 correction Signed-off-by: Leah Rowe <info@minifree.org>

2 days ago

vimuser pushed to master at libreboot/lbwww

  • 27283a84d3 grammar Signed-off-by: Leah Rowe <info@minifree.org>

2 days ago

vimuser pushed to master at libreboot/lbwww

  • 511d24b9ff update release links Signed-off-by: Leah Rowe <info@minifree.org>

2 days ago