User Details
User Details
- User Since
- Nov 25 2021, 15:28 (69 w, 2 h)
- Availability
- Available
Sep 12 2022
Sep 12 2022
goddenrich closed Q15: Can you allow git fetching specific commits? as resolved.
goddenrich added a comment to Q15: Can you allow git fetching specific commits? (Answer 7).
Great that works perfectly thanks
Sep 5 2022
Sep 5 2022
goddenrich added a comment to Q15: Can you allow git fetching specific commits?.
The specific set of commands im looking at are
mkdir -p phabricator_git_repo && cd phabricator_git_repo && git init && git remote add origin https://we.phorge.it/source/phorge.git && git fetch origin b11c6fcacd8bceafc2a2f223037952dc817f4d7f && git reset --hard FETCH_HEAD && rm -rf .git && true
this commit does exist https://we.phorge.it/rPb11c6fcacd8bceafc2a2f223037952dc817f4d7f
we use a build system which fetches the code from a git repo and makes it available to the next stage of the build
Nov 25 2021
Nov 25 2021
goddenrich added a comment to T15045: Support SSL/TLS for MariaDB connections.
Is there an update on this? we would love to see this feature soon