From 55d6ca33023ad8cbd1420a54ffc1e49e5453e942 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 22 May 2023 11:15:55 +0200 Subject: repair build-packages: use the new git layout --- bin/build-packages | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'bin/build-packages') diff --git a/bin/build-packages b/bin/build-packages index d1a14fc..485d19a 100755 --- a/bin/build-packages +++ b/bin/build-packages @@ -381,11 +381,7 @@ while [ "${count}" -ne 0 ] && \ tmp_dir=$(mktemp -d "${work_dir}/tmp.build-packages.XXXXXX") trap bail_out EXIT - if ! git_repo=$(find_repository_with_commit "${git_revision}") || \ - [ -z "${git_repo}" ] || \ - ! find_pkgbuilds "${package}" "${repository}" "${git_repo}" "${git_revision}" "${mod_git_revision}" || \ - ! extract_source_directory "${git_repo}" "${git_revision}" "${mod_git_revision}" "${tmp_dir}" "${sub_pkgrel}" || \ - ! apply_trunk_patch "${tmp_dir}" "${diff_source_dir}"; then + if ! extract_source_directory "${repository}" "${git_revision}" "${mod_git_revision}" "${tmp_dir}" "${sub_pkgrel}"; then # report local failure (probably a missing commit) to build-master # shellcheck disable=SC2029 ssh -o PasswordAuthentication=No \ -- cgit v1.2.3-54-g00ecf