Attention is currently required from: fixeria, lynxis lazus, osmith.

Hello Jenkins Builder, fixeria, lynxis lazus, pespin,

I'd like you to reexamine a change. Please visit

    https://gerrit.osmocom.org/c/osmo-dev/+/41514?usp=email

to look at the new patch set (#3).


Change subject: src/_update_src_copy: don't copy deleted files
......................................................................

src/_update_src_copy: don't copy deleted files

Fix that _update_src_copy.sh is failing with the following error on git
repos with deleted but not yet commited files:

  updating src_copy: 
/home/lynxis/.cache/osmo-ttcn3-testenv/podman/make4-asan-debian-trixie/src_copy/libosmo-netif/
  rsync: [sender] link_stat 
"/home/lynxis/projects/osmocom/repos/libosmo-netif/doc/twrtp/README" failed: No 
such file or directory (2)
  rsync: [sender] link_stat 
"/home/lynxis/projects/osmocom/repos/libosmo-netif/doc/twrtp/twrtp-guide.t" 
failed: No such file or directory (2)
  rsync error: some files/attrs were not transferred (see previous errors) 
(code 23) at main.c(1338) [sender=3.4.1]

I have implemented this with "comm" to substract the list of deleted
files from the list of relevant files to copy, as there was no option
for "git ls-files" to do this in one step, and as using "--exclude-from"
with this file didn't work in combination with the already passed
allowlist with neither "git ls-files --exclude-from" nor "rsync
--exclude-from".

Fixes: OS#6889
Change-Id: I232263bc5bd26c90f1e73b115480269165a1e1f8
---
M src/_update_src_copy.sh
A tests/test_update_src_copy.py
2 files changed, 94 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-dev refs/changes/14/41514/3
--
To view, visit https://gerrit.osmocom.org/c/osmo-dev/+/41514?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: newpatchset
Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: I232263bc5bd26c90f1e73b115480269165a1e1f8
Gerrit-Change-Number: 41514
Gerrit-PatchSet: 3
Gerrit-Owner: osmith <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: lynxis lazus <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-Attention: osmith <[email protected]>
Gerrit-Attention: fixeria <[email protected]>
Gerrit-Attention: lynxis lazus <[email protected]>

Reply via email to