Leah Rowe vimuser

vimuser pushed to 25.06_branch at libreboot/lbmk

  • 1b29ad275f Merge branch 'master' into 25.06_branch
  • a191d22bd6 get.sh: add missing eval to dx_ in nuke() Signed-off-by: Leah Rowe <leah@libreboot.org>
  • c8813c9a14 properly exit 1 when calling fx_ in a few places, we use the presence of a file found by fx_ to cause an exit, but the command that runs looks something like: exit 1 "string" this yields an error, and a non-zero exit, because of too many arguments to "exit", but we wanted a non-zero exit anyway. nevertheless, this is incorrect. to fix it, eval is used instead. if the never-going-to-exist condition one day exists where exit 1 actually returns, not, you know, exits, we will use err instead, with the string as argument. this should be fine. it's a bit hacky, but so is fx_, and it works. fx_ is used in several places to keep the sloccount down, providing a common way to perform while loops on the output of a command; that is its only purpose.. Signed-off-by: Leah Rowe <leah@libreboot.org>
  • 208dfc89bd get.sh: simplify nuke() more specifically, re-write it so that it can be called with fx_ this means that the single-tree check for nuke.list can be made much simpler Signed-off-by: Leah Rowe <leah@libreboot.org>
  • View comparison for these 4 commits »

20 hours ago

vimuser pushed to 25.06_branch at canoeboot/cbmk

  • 1cc56d7dbf Merge branch 'master' into 25.06_branch
  • fd98310f5b properly exit 1 when calling fx_ in a few places, we use the presence of a file found by fx_ to cause an exit, but the command that runs looks something like: exit 1 "string" this yields an error, and a non-zero exit, because of too many arguments to "exit", but we wanted a non-zero exit anyway. nevertheless, this is incorrect. to fix it, eval is used instead. if the never-going-to-exist condition one day exists where exit 1 actually returns, not, you know, exits, we will use err instead, with the string as argument. this should be fine. it's a bit hacky, but so is fx_, and it works. fx_ is used in several places to keep the sloccount down, providing a common way to perform while loops on the output of a command; that is its only purpose.. Signed-off-by: Leah Rowe <leah@libreboot.org>
  • e96dfae0b3 get.sh: simplify nuke() more specifically, re-write it so that it can be called with fx_ this means that the single-tree check for nuke.list can be made much simpler Signed-off-by: Leah Rowe <leah@libreboot.org>
  • View comparison for these 3 commits »

20 hours ago

vimuser pushed to master at canoeboot/cbmk

  • fd98310f5b properly exit 1 when calling fx_ in a few places, we use the presence of a file found by fx_ to cause an exit, but the command that runs looks something like: exit 1 "string" this yields an error, and a non-zero exit, because of too many arguments to "exit", but we wanted a non-zero exit anyway. nevertheless, this is incorrect. to fix it, eval is used instead. if the never-going-to-exist condition one day exists where exit 1 actually returns, not, you know, exits, we will use err instead, with the string as argument. this should be fine. it's a bit hacky, but so is fx_, and it works. fx_ is used in several places to keep the sloccount down, providing a common way to perform while loops on the output of a command; that is its only purpose.. Signed-off-by: Leah Rowe <leah@libreboot.org>

20 hours ago

vimuser pushed to master at libreboot/lbmk

  • a191d22bd6 get.sh: add missing eval to dx_ in nuke() Signed-off-by: Leah Rowe <leah@libreboot.org>

20 hours ago

vimuser pushed to master at libreboot/lbmk

  • c8813c9a14 properly exit 1 when calling fx_ in a few places, we use the presence of a file found by fx_ to cause an exit, but the command that runs looks something like: exit 1 "string" this yields an error, and a non-zero exit, because of too many arguments to "exit", but we wanted a non-zero exit anyway. nevertheless, this is incorrect. to fix it, eval is used instead. if the never-going-to-exist condition one day exists where exit 1 actually returns, not, you know, exits, we will use err instead, with the string as argument. this should be fine. it's a bit hacky, but so is fx_, and it works. fx_ is used in several places to keep the sloccount down, providing a common way to perform while loops on the output of a command; that is its only purpose.. Signed-off-by: Leah Rowe <leah@libreboot.org>

20 hours ago

vimuser pushed to master at canoeboot/cbmk

  • e96dfae0b3 get.sh: simplify nuke() more specifically, re-write it so that it can be called with fx_ this means that the single-tree check for nuke.list can be made much simpler Signed-off-by: Leah Rowe <leah@libreboot.org>
  • 2ca358d037 get.sh: simplify nuke() more specifically, re-write it so that it can be called with fx_ this means that the single-tree check for nuke.list can be made much simpler Signed-off-by: Leah Rowe <leah@libreboot.org>
  • View comparison for these 2 commits »

20 hours ago

vimuser pushed to master at libreboot/lbmk

  • 208dfc89bd get.sh: simplify nuke() more specifically, re-write it so that it can be called with fx_ this means that the single-tree check for nuke.list can be made much simpler Signed-off-by: Leah Rowe <leah@libreboot.org>
  • 8e28022bd2 get.sh: simplify nuke() more specifically, re-write it so that it can be called with fx_ this means that the single-tree check for nuke.list can be made much simpler Signed-off-by: Leah Rowe <leah@libreboot.org>
  • View comparison for these 2 commits »

20 hours ago

vimuser pushed to master at libreboot/lbmk

  • 8e28022bd2 get.sh: simplify nuke() more specifically, re-write it so that it can be called with fx_ this means that the single-tree check for nuke.list can be made much simpler Signed-off-by: Leah Rowe <leah@libreboot.org>

21 hours ago

vimuser pushed to master at canoeboot/cbmk

  • 2ca358d037 get.sh: simplify nuke() more specifically, re-write it so that it can be called with fx_ this means that the single-tree check for nuke.list can be made much simpler Signed-off-by: Leah Rowe <leah@libreboot.org>

21 hours ago

vimuser pushed to 25.06_branch at libreboot/libreboot

  • a8d0777da1 Merge branch 'master' into 25.06_branch
  • 46f42291d3 get.sh: fix broken printf statement Signed-off-by: Leah Rowe <leah@libreboot.org>
  • f29aa9c8d5 get.sh: use subshells on try_ functions This way, we can use x_ which will then print the command that failed, if we need to debug future errors. Signed-off-by: Leah Rowe <leah@libreboot.org>
  • e62886deda get.sh: simplify try_copy() Signed-off-by: Leah Rowe <leah@libreboot.org>
  • d9ed03f9ea get.sh submodules: Don't delete files recursively I overlooked this in a previous patch. It doesn't really matter, since we're operating on a file anyway, but it's not correct. Files should have rm -f on them, not rm -Rf, for deletion. Signed-off-by: Leah Rowe <leah@libreboot.org>
  • View comparison for these 42 commits »

1 day ago

vimuser pushed to 25.06_branch at libreboot/lbmk

  • a8d0777da1 Merge branch 'master' into 25.06_branch
  • 46f42291d3 get.sh: fix broken printf statement Signed-off-by: Leah Rowe <leah@libreboot.org>
  • f29aa9c8d5 get.sh: use subshells on try_ functions This way, we can use x_ which will then print the command that failed, if we need to debug future errors. Signed-off-by: Leah Rowe <leah@libreboot.org>
  • e62886deda get.sh: simplify try_copy() Signed-off-by: Leah Rowe <leah@libreboot.org>
  • d9ed03f9ea get.sh submodules: Don't delete files recursively I overlooked this in a previous patch. It doesn't really matter, since we're operating on a file anyway, but it's not correct. Files should have rm -f on them, not rm -Rf, for deletion. Signed-off-by: Leah Rowe <leah@libreboot.org>
  • View comparison for these 42 commits »

1 day ago

vimuser pushed to master at libreboot/libreboot

  • 46f42291d3 get.sh: fix broken printf statement Signed-off-by: Leah Rowe <leah@libreboot.org>

1 day ago

vimuser pushed to 25.06_branch at canoeboot/cbmk

  • 21e1c164b9 Merge branch 'master' into 25.06_branch
  • 3bfb82cb82 get.sh: fix broken printf statement Signed-off-by: Leah Rowe <leah@libreboot.org>
  • 9c24b170c2 get.sh: use subshells on try_ functions This way, we can use x_ which will then print the command that failed, if we need to debug future errors. Signed-off-by: Leah Rowe <leah@libreboot.org>
  • 4f926ee708 get.sh: simplify try_copy() Signed-off-by: Leah Rowe <leah@libreboot.org>
  • 36cf7892df get.sh submodules: Don't delete files recursively I overlooked this in a previous patch. It doesn't really matter, since we're operating on a file anyway, but it's not correct. Files should have rm -f on them, not rm -Rf, for deletion. Signed-off-by: Leah Rowe <leah@libreboot.org>
  • View comparison for these 35 commits »

1 day ago

vimuser pushed to master at canoeboot/cbmk

  • 3bfb82cb82 get.sh: fix broken printf statement Signed-off-by: Leah Rowe <leah@libreboot.org>
  • 9c24b170c2 get.sh: use subshells on try_ functions This way, we can use x_ which will then print the command that failed, if we need to debug future errors. Signed-off-by: Leah Rowe <leah@libreboot.org>
  • 4f926ee708 get.sh: simplify try_copy() Signed-off-by: Leah Rowe <leah@libreboot.org>
  • 36cf7892df get.sh submodules: Don't delete files recursively I overlooked this in a previous patch. It doesn't really matter, since we're operating on a file anyway, but it's not correct. Files should have rm -f on them, not rm -Rf, for deletion. Signed-off-by: Leah Rowe <leah@libreboot.org>
  • 398f265359 get.sh: simplify fetch_submodules() config check We already do what the old code does in setcfg, by virtue of the fact that the st variable is later checked, after loading this config conditionally, where the st variable is otherwise blank. We can avoid the unnecessary work after loading the config, by returning if the config is absent. Signed-off-by: Leah Rowe <leah@libreboot.org>
  • View comparison for these 33 commits »

1 day ago

vimuser pushed to master at libreboot/lbmk

  • 46f42291d3 get.sh: fix broken printf statement Signed-off-by: Leah Rowe <leah@libreboot.org>

1 day ago

vimuser pushed to master at libreboot/libreboot

  • f29aa9c8d5 get.sh: use subshells on try_ functions This way, we can use x_ which will then print the command that failed, if we need to debug future errors. Signed-off-by: Leah Rowe <leah@libreboot.org>
  • e62886deda get.sh: simplify try_copy() Signed-off-by: Leah Rowe <leah@libreboot.org>
  • d9ed03f9ea get.sh submodules: Don't delete files recursively I overlooked this in a previous patch. It doesn't really matter, since we're operating on a file anyway, but it's not correct. Files should have rm -f on them, not rm -Rf, for deletion. Signed-off-by: Leah Rowe <leah@libreboot.org>
  • 8d5475ed5b get.sh: simplify fetch_submodules() config check We already do what the old code does in setcfg, by virtue of the fact that the st variable is later checked, after loading this config conditionally, where the st variable is otherwise blank. We can avoid the unnecessary work after loading the config, by returning if the config is absent. Signed-off-by: Leah Rowe <leah@libreboot.org>
  • 21867b7d80 get.sh: simplify fetch_submodules() We are calling xbmkget in the same way, whether it's a subfile or subrepo. Rename these variables to subcurl and subgit, so that we can call xbmkget unconditionally. Signed-off-by: Leah Rowe <leah@libreboot.org>
  • View comparison for these 6 commits »

1 day ago

vimuser pushed to master at libreboot/lbmk

  • f29aa9c8d5 get.sh: use subshells on try_ functions This way, we can use x_ which will then print the command that failed, if we need to debug future errors. Signed-off-by: Leah Rowe <leah@libreboot.org>
  • e62886deda get.sh: simplify try_copy() Signed-off-by: Leah Rowe <leah@libreboot.org>
  • View comparison for these 2 commits »

1 day ago

vimuser pushed to master at libreboot/lbmk

  • d9ed03f9ea get.sh submodules: Don't delete files recursively I overlooked this in a previous patch. It doesn't really matter, since we're operating on a file anyway, but it's not correct. Files should have rm -f on them, not rm -Rf, for deletion. Signed-off-by: Leah Rowe <leah@libreboot.org>

1 day ago

vimuser pushed to master at libreboot/lbmk

  • 8d5475ed5b get.sh: simplify fetch_submodules() config check We already do what the old code does in setcfg, by virtue of the fact that the st variable is later checked, after loading this config conditionally, where the st variable is otherwise blank. We can avoid the unnecessary work after loading the config, by returning if the config is absent. Signed-off-by: Leah Rowe <leah@libreboot.org>
  • 21867b7d80 get.sh: simplify fetch_submodules() We are calling xbmkget in the same way, whether it's a subfile or subrepo. Rename these variables to subcurl and subgit, so that we can call xbmkget unconditionally. Signed-off-by: Leah Rowe <leah@libreboot.org>
  • e9fe5a74a2 get.sh: fix caching of crossgcc tarballs they were always re-downloading every time. i've basically re-written most of xbmkget. there was some erroneous conditions under which it wrongly deleted the cached file, resulting in it being downloaded again. Signed-off-by: Leah Rowe <leah@libreboot.org>
  • View comparison for these 3 commits »

1 day ago

vimuser pushed to master at libreboot/libreboot

  • 6089716f07 release.sh: Don't run prep_release with fx_ The result of the printf statement is sorted, making it do binaries first, which results in a lot of junk files then being present inside the source archive. Signed-off-by: Leah Rowe <leah@libreboot.org>
  • b04c86e574 git.sh: rename to get.sh it now handles more than just git, and i forsee it handling even more in the future, e.g. rsync, ftp, bittorrent. Signed-off-by: Leah Rowe <leah@libreboot.org>
  • View comparison for these 2 commits »

2 days ago