diff options
author | Erich Eckner <git@eckner.net> | 2019-03-07 09:28:01 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-03-07 09:28:01 +0100 |
commit | 5266bbc8bae99d09837027952793c00c857ef542 (patch) | |
tree | 4a924cdbc906445dfa4dc0eb16794e2893535df4 /bin/build-packages | |
parent | f63b3152a411ef335f6909ea87170adb6546b8bd (diff) | |
download | builder-5266bbc8bae99d09837027952793c00c857ef542.tar.xz |
"pentium3" -> "pentium4"
Diffstat (limited to 'bin/build-packages')
-rwxr-xr-x | bin/build-packages | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-packages b/bin/build-packages index c6862f5..10c3e49 100755 --- a/bin/build-packages +++ b/bin/build-packages @@ -7,7 +7,7 @@ # shellcheck source=../lib/load-configuration . "${0%/*}/../lib/load-configuration" -# TODO: distinguish between "pentium3" and "i686" +# TODO: distinguish between "pentium4" and "i686" # TODO: report back memory and hdd stats to the build master on successful build |