alitheg commented on issue #475:
URL: 
https://github.com/apache/tooling-trusted-releases/issues/475#issuecomment-3779805933

   I've started looking at this. I'm trying to do it with the rsync goal in 
mind as well. One thing I've run into is that in the example:
   ```
   maven:
     - 'maven/**'
   pypi:
     - 'pypi/**'
   dockerhub:
     - `docker/**'
   ```
   Let's say I `rsync --include maven/**`, that's great, but now for example my 
maven files are going to be in potentially different locations/globs (one repo 
might use "maven/**" and another might use "java/**", and another might specify 
multiple patterns). That means the destination dir they sync to isn't 
predictable which makes it harder to run the njord repo build because I don't 
know where all my files are. I'm trying to update the deployment script to pull 
the tagging spec (from the endpoint added in 03dcb51) but it's proving 
cumbersome (and I'm concerned it may be brittle)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to