Wireshark-commits: [Wireshark-commits] master 33a8f5e: gitlab-ci: do not build the all target when

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 14 Jan 2019 19:01:42 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=33a8f5e7e65dc52b74b9acd811abc5049a39ba3c
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

33a8f5e by Peter Wu (peter@xxxxxxxxxxxxx):

    gitlab-ci: do not build the all target when invoking rpm-package
    
    It doubles the build time for little benefit as rpm-package will
    essentially build the same binaries again.
    
    Adjust the "tshark --version" invocation, besides "build" (normal
    build), also look in "build/packaging/rpm/BUILD/wireshark-*/build"
    (OpenSUSE) and "build/packaging/rpm/BUILD/wireshark-*" (CentOS).
    
    rpmbuild from OpenSUSE sets -DCMAKE_SKIP_RPATH=ON, as a workaround set
    LD_LIBRARY_PATH to ensure that tshark can find its libraries.
    
    Change-Id: I5ce8b97515516adbbba2f1e445a9dd1abf08d530
    Reviewed-on: https://code.wireshark.org/review/31541
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  60e32b6   RPM: remove dependency on the which utility
     add  33a8f5e   gitlab-ci: do not build the all target when invoking rpm-package


Summary of changes:
 .gitlab-ci.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)