Signed-off-by: Wu Fengguang wfg@mail.ustc.edu.cn --- tests/build-pkg | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/tests/build-pkg b/tests/build-pkg index 29d35997..bdaef035 100755 --- a/tests/build-pkg +++ b/tests/build-pkg @@ -1,13 +1,16 @@ #!/bin/bash -# - os -# - os_arch -# - os_version -# - os_mount # - pkgbuild_repo # - upstream_repo -# - upstream_url # - upstream_commit # - PKGBUILD_TAG +# upstream_url + +# We'll use the below global env vars, but not treat them as parameter to avoid +# duplicates in result path like /openeuler-20.03-aarch64/openeuler-aarch64-cifs-2003/ +# - os +# - os_arch +# - os_version +# - os_mount
## makepkg is a script that automates the building of packages; it can download and validate source files, ## check dependencies, configure build-time settings, compile the sources, install into a temporary root,