Skip to content

redhat/scripts/rh-dist-git.sh: fix outdated message and comment

redhat/git/files and redhat/scripts/copy_files.sh had been deleted by the below commit, but the "copy the required files (redhat/git/files)" comment in rh-dist-git.sh still references redhat/git/files:

commit 80480a22de503a67f3af6997565adaf7728b92cc
Author: Jeremy Cline <jcline@redhat.com>
Date:   Tue Sep 17 15:20:56 2019 +0000

    Sync up the ARK build scripts

    Signed-off-by: Jeremy Cline <jcline@redhat.com>
...
@@ -54,7 +55,7 @@ $rhpkg_bin switch-branch $rhdistgit_branch || die "switching to branch $rhdistgi

 echo "Copying updated files"
 # copy the required files (redhat/git/files)    <=== HERE
-$redhat/scripts/copy_files.sh "$topdir" "$tmpdir" "$package_name";
+$redhat/scripts/expand_srpm.sh "$topdir" "$tmpdir" "$package_name" "$srpm_name";

Fix this.

Signed-off-by: Denys Vlasenko dvlasenk@redhat.com

Merge request reports