Skip to content

Update download #64

Merged
merged 2 commits into from
Nov 5, 2024
Merged

Update download #64

merged 2 commits into from
Nov 5, 2024

Commits on Nov 4, 2024

  1. beesh: Show downloaded file name after rename

    Its nicer to have the filename of the downloaded file in the output, for
    example to copy-and-paste it into tools/srcurl.
    
    Move the existing `ls -l` to a point when it already has been renamed
    from .tmp to its final name.
    donald committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a60176a View commit details
    Browse the repository at this point in the history
  2. beesh: Allow caller to add wget options

    When wget is used (by the default bee_download), add options from the
    variable BEE_WGET_OPTS to the command line.
    
    This allows the user to add an authorization header, when the file is
    pulled from a private repository, for example
    
        SRCURL[0]="https://github.molgen.mpg.de/api/v3/repos/mariux64/linux/tarball/mariux-$KERNELVERSION-$PKGREVISION mariux-$KERNELVERSION-$PKGREVISION.tar.gz"
        BEE_WGET_OPTS=(--header="Authorization: Bearer $(cat ~/.bee_gh_token)")
    donald committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a33bbcb View commit details
    Browse the repository at this point in the history