Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Distmaker building by ensuring we are rsyncing from the right folder #20353

Merged
merged 1 commit into from
May 21, 2021

Conversation

seamuslee001
Copy link
Contributor

Overview

This fixes the following problem with distmaker

+ dm_install_coreext /home/publisher/bknix-min/build/cividist/src /home/publisher/bknix-min/build/cividist/out/tmp/civicrm afform authx contributioncancelactions eventcart ewaysingle financialacls flexmailer greenwich oauth-client payflowpro recaptcha search_kit sequentialcreditnotes
+ local repo=/home/publisher/bknix-min/build/cividist/src
+ local to=/home/publisher/bknix-min/build/cividist/out/tmp/civicrm
+ shift
+ shift
+ for relext in "$@"
+ '[' '!' -d /home/publisher/bknix-min/build/cividist/out/tmp/civicrm/afform ']'
+ mkdir -p /home/publisher/bknix-min/build/cividist/out/tmp/civicrm/afform
+ rsync -avC --include=core /home/publisher/bknix-min/build/cividist/src/afform/./ /home/publisher/bknix-min/build/cividist/out/tmp/civicrm/afform/./
sending incremental file list
rsync: change_dir "/home/publisher/bknix-min/build/cividist/src/afform/." failed: No such file or directory (2)

Before

Distmaker fails

After

Distmaker works

ping @totten

@civibot
Copy link

civibot bot commented May 19, 2021

(Standard links)

@civibot civibot bot added the master label May 19, 2021
@totten
Copy link
Member

totten commented May 21, 2021

r-run locally. Spot-checked the various outputs, and the ext/ folders show up in the expected spot. Looks good.

@totten totten merged commit 082c0a8 into civicrm:master May 21, 2021
@seamuslee001 seamuslee001 deleted the fix_distmaker_sync_core_ext branch May 21, 2021 01:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants