-
Notifications
You must be signed in to change notification settings - Fork 3
[TRG 2.05] Add .tractusx repository metadata #36
Comments
@tom-rm-meyer-ISST Cool, thx for mentioning 👍🏼 Found a Hint for the PR eclipse-tractusx/puris#1
currently for intit PR i found the |
@FaGru3n should we place an additional file into the root directory or just replace the separated ones by one in three root directory? I guess the second approach is correct, isn't it? |
Hi @tom-rm-meyer-ISST the root one on leading repo product: "PRODUCT_NAME"
leadingRepository: "LEADING_PRODUCT_REPOSITORY_URL"
repositories:
- name: "REPOSITORY_1_NAME"
usage: "DESCRIPTION/PURPOSE"
url: "REPOSITORY_1_URL"
- name: "REPOSITORY_2_NAME"
usage: "DESCRIPTION/PURPOSE"
url: "REPOSITORY_2_URL" but when you afterwards just have one puris repo you have to describe it whats needed for product: "Puris"
leadingRepository: "https://github.com/eclipse-tractusx/puris"
repositories:
- name: "puris"
usage: "Puris Frontend and Backend implementaion"
url: "https://github.com/eclipse-tractusx/puris" |
jep second approach. |
@FaGru3n Thanks a lot. I incorporated the second one in the initial contribution of the new puris repository. This repository will contain the frontend and backend. We'll deprecate the frontend and backend within the next two weeks (after sucessfull IP check of the new repo). Is this sufficient or do we need to update the files accordingly? |
mhh i think the more of the work is allready done, less panic when starting releasing in august... 😄 i could also raise a PR against and this would also not conflict the current initial PR |
Discussed it internally with @mhellmeier. We would love to postpone this as it creates some overhead for us and potentially for the eclipse foundation. |
In our release guideline 2.05 we describe a yaml metadata file that should be present for each of our repositories in eclipse-tractusx.
We are using this to automate several things across the GitHub org, like combining repos to a "Product view".
If the
.tractusx
metadata file is missing, we cannot show the repo in views like thatThe text was updated successfully, but these errors were encountered: