diff options
-rwxr-xr-x | gitclone (renamed from resources/scripts/download/gitmodule) | 2 | ||||
-rw-r--r-- | resources/git/revisions | 2 | ||||
-rwxr-xr-x | resources/scripts/download/flashrom | 2 | ||||
-rwxr-xr-x | resources/scripts/download/grub | 4 | ||||
-rwxr-xr-x | resources/scripts/download/ich9utils | 2 | ||||
-rwxr-xr-x | resources/scripts/download/me_cleaner | 2 | ||||
-rwxr-xr-x | resources/scripts/download/memtest86plus | 2 | ||||
-rwxr-xr-x | resources/scripts/download/seabios | 2 |
8 files changed, 9 insertions, 9 deletions
diff --git a/resources/scripts/download/gitmodule b/gitclone index 603961e4..380279e2 100755 --- a/resources/scripts/download/gitmodule +++ b/gitclone @@ -6,7 +6,7 @@ Print_help(){ cat <<- EOF - Usage: ./download gitmodule [name] + Usage: ./gitclone [name] Options: name: The name of the module as specified in resources/git/revisions file diff --git a/resources/git/revisions b/resources/git/revisions index 7eaa5770..34cc322d 100644 --- a/resources/git/revisions +++ b/resources/git/revisions @@ -3,7 +3,7 @@ # Project name is enclosed by curly braces '{}' information about the # project relevant to osbmk is stored between the subsequent curly # braces. This file is used by the gitcheck script as well as the -# gitmodule script. Each entry must include: revision 'rev', location +# gitclone script. Each entry must include: revision 'rev', location # 'loc', and the git url 'url'. Bkup_url is optional. {grub}{ diff --git a/resources/scripts/download/flashrom b/resources/scripts/download/flashrom index e165031d..def33ffb 100755 --- a/resources/scripts/download/flashrom +++ b/resources/scripts/download/flashrom @@ -21,4 +21,4 @@ [ "x${DEBUG+set}" = 'xset' ] && set -v set -u -e -./download gitmodule flashrom +./gitclone flashrom diff --git a/resources/scripts/download/grub b/resources/scripts/download/grub index 1d59ad09..5d0c1aad 100755 --- a/resources/scripts/download/grub +++ b/resources/scripts/download/grub @@ -21,5 +21,5 @@ [ "x${DEBUG+set}" = 'xset' ] && set -v set -u -e -./download gitmodule grub -./download gitmodule gnulib +./gitclone grub +./gitclone gnulib diff --git a/resources/scripts/download/ich9utils b/resources/scripts/download/ich9utils index 2e11fac1..3f764e72 100755 --- a/resources/scripts/download/ich9utils +++ b/resources/scripts/download/ich9utils @@ -22,4 +22,4 @@ set -u -e printf "Downloading ich9utils\n" -./download gitmodule ich9utils +./gitclone ich9utils diff --git a/resources/scripts/download/me_cleaner b/resources/scripts/download/me_cleaner index bb26a000..93173257 100755 --- a/resources/scripts/download/me_cleaner +++ b/resources/scripts/download/me_cleaner @@ -22,4 +22,4 @@ [ "x${DEBUG+set}" = 'xset' ] && set -v set -u -e -./download gitmodule me_cleaner +./gitclone me_cleaner diff --git a/resources/scripts/download/memtest86plus b/resources/scripts/download/memtest86plus index 0e01b3a0..e4106f38 100755 --- a/resources/scripts/download/memtest86plus +++ b/resources/scripts/download/memtest86plus @@ -29,4 +29,4 @@ set -u -e # ------------------------------------------------------------------------------ printf "Downloading MemTest86+\n" -./download gitmodule memtest86plus +./gitclone memtest86plus diff --git a/resources/scripts/download/seabios b/resources/scripts/download/seabios index f441986f..666c32ae 100755 --- a/resources/scripts/download/seabios +++ b/resources/scripts/download/seabios @@ -26,4 +26,4 @@ set -u -e printf "Downloading SeaBIOS\n" -./download gitmodule seabios +./gitclone seabios |