Add eresume tool - gentoo-tools - Some Gentoo helper tools
 (HTM) git clone git://r-36.net/gentoo-tools
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 5a7fa31bc9270ab2a03c635cfacd525ddaa53414
 (DIR) parent bc8bdbe211ce6b172258494964b6fd05afdca7ea
 (HTM) Author: Spenser Truex <truex@equwal.com>
       Date:   Wed, 24 Aug 2022 16:20:30 -0300
       
       Add eresume tool
       
       Continues the emerge when one of the packages fails. The use case is
       like this:
       
       emerge --ask firefox lynx
       
       When firefox fails to build, we still want to build lynx so we call
       eresume.
       
       Signed-off-by: Christoph Lohmann <20h@r-36.net>
       
       Diffstat:
         A bin/eresume                         |       2 ++
         M gt.1                                |       2 ++
       
       2 files changed, 4 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/bin/eresume b/bin/eresume
       @@ -0,0 +1,2 @@
       +#!/bin/sh
       +emerge --keep-going --resume --skipfirst "$@"
 (DIR) diff --git a/gt.1 b/gt.1
       @@ -14,6 +14,8 @@ portage log
        portage log with genlop
        .It Em efetchlog Ta
        portage download status
       +.It Em eresume Ta
       +Skip failed package and continue installing
        .It Em esynclog Ta
        portage \-\-sync download status
        .It Em ehardened Ta