gpsd-commit-watch
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-commit-watch] [SCM] GPSD branch, master, updated. dev-3.19a-185-gd


From: Fred Wright
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. dev-3.19a-185-gda4a2b8
Date: Sun, 23 Dec 2018 21:59:25 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GPSD".

The branch, master has been updated
       via  da4a2b80309c541df26637d585a04acb346ec4e5 (commit)
       via  ffff77fd94cb5612339215caae3c2edc55def84d (commit)
      from  e4779bf305a270380f4a33be77fb6200deb11517 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit da4a2b80309c541df26637d585a04acb346ec4e5
Author: Fred Wright <address@hidden>
Date:   Sun Dec 23 18:48:50 2018 -0800

    Fixes symlink handling in zip target.
    
    By default, zip follows symlinks rather than storing them as links in
    the archive.  This resulted in redundant copies of the 'gps'
    subdirectory, which not only wasted space, but also wouldn't actually
    work in practice since they wouldn't get populated with the build
    products.  Adding the 'y' option to the zip invocation fixes this.
    
    TESTED:
    Verified that the resulting zip archive has the expected symlinks, and
    that the content matches the repo.

commit ffff77fd94cb5612339215caae3c2edc55def84d
Author: Fred Wright <address@hidden>
Date:   Sun Dec 23 18:24:41 2018 -0800

    Fixes symlink handling in tarball creation.
    
    The --transform pattern was prepending gpsd-<version> to the targets
    of the relative symlinks, which is completely wrong.  Fortunately, the
    'S' flag in --transform is available to suppress that behavior.
    
    TESTED:
    Verified that the new tarball has correct symlinks, and no unexpected
    differences from the old one.

-----------------------------------------------------------------------

Summary of changes:
 SConstruct | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

[Prev in Thread] Current Thread [Next in Thread]