You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by as...@apache.org on 2023/06/10 02:39:53 UTC

[arrow] branch main updated: GH-36003: [Packaging][RPM] RPM jobs have a duplicated artifact pattern (#36004)

This is an automated email from the ASF dual-hosted git repository.

assignuser pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 6edfcc591b GH-36003: [Packaging][RPM] RPM jobs have a duplicated artifact pattern (#36004)
6edfcc591b is described below

commit 6edfcc591bac3f6f29117ab4fa1161aafc07a9a7
Author: Sutou Kouhei <ko...@clear-code.com>
AuthorDate: Sat Jun 10 11:39:45 2023 +0900

    GH-36003: [Packaging][RPM] RPM jobs have a duplicated artifact pattern (#36004)
    
    ### Rationale for this change
    
    It's duplicated.
    
    ### What changes are included in this PR?
    
    Remove duplicated.
    
    ### Are these changes tested?
    
    Yes.
    
    ### Are there any user-facing changes?
    
    No.
    * Closes: #36003
    
    Authored-by: Sutou Kouhei <ko...@clear-code.com>
    Signed-off-by: Jacob Wujciak-Jens <ja...@wujciak.de>
---
 dev/tasks/tasks.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml
index 72f7afcc05..e0b5db43bf 100644
--- a/dev/tasks/tasks.yml
+++ b/dev/tasks/tasks.yml
@@ -642,7 +642,6 @@ tasks:
     {% if not is_rhel7_based %}
       - arrow[0-9]+-dataset-libs-debuginfo-{no_rc_version}-1.[a-z0-9]+.[a-z0-9_]+.rpm
     {% endif %}
-      - arrow[0-9]+-dataset-libs-{no_rc_version}-1.[a-z0-9]+.[a-z0-9_]+.rpm
       - arrow-debuginfo-{no_rc_version}-1.[a-z0-9]+.[a-z0-9_]+.rpm
     {% if not is_rhel7_based %}
       - arrow-debugsource-{no_rc_version}-1.[a-z0-9]+.[a-z0-9_]+.rpm