[
https://issues.apache.org/jira/browse/OFBIZ-12868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17801594#comment-17801594
]
ASF subversion and git services commented on OFBIZ-12868:
---------------------------------------------------------
Commit be141a17b689e245bd5dc6a32d8adf337fb74ed1 in ofbiz-framework's branch
refs/heads/release22.01 from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=be141a17b6 ]
Implemented: Replace SvnCheckout in Gradle (OFBIZ-12868) (INFRA-25327)
The pullAllPluginsSource.script is used in several CI places (GitHub actions,
BuildBot and Demos)
Lastly I committed the pullAllPluginsSource.sh and pullPluginSource.sh scripts
with Windows. As Windows has not the x flag, they were not set as executable.
This fixes it by setting them as executable using "git update-index --chmod=+x"
This also changes docker-image.yaml and gradle.yaml to use pullAllPluginsSource
I removed the build in docker-image.yaml as it's not longer needed. Only
pullAllPluginsSource was used and this task does not build anything. It just
pulls the sources
I did not set the the x flag for Windows scripts as it will be useless anyway
since Windows does not use the x flag
Conflicts handled by hand in .github/workflows/gradle.yaml
> Replace SvnCheckout in Gradle
> -----------------------------
>
> Key: OFBIZ-12868
> URL: https://issues.apache.org/jira/browse/OFBIZ-12868
> Project: OFBiz
> Issue Type: Task
> Components: GitHub, Gradle
> Affects Versions: 22.01.01, Upcoming Branch, 18.12.10
> Reporter: Jacques Le Roux
> Assignee: Jacques Le Roux
> Priority: Blocker
> Fix For: 22.01.01, Upcoming Branch, 18.12.12, 22.01
>
> Attachments: OFBIZ-12868-README.patch, OFBIZ-12868-svncheckout.patch,
> pullAllPluginsSource.bat, pullAllPluginsSource.sh, pullPluginSource.bat,
> pullPluginSource.sh
>
>
> As mentionned in
> https://lists.apache.org/thread/on7n6nsbj0w237sqgmw7bfmw31116wcy
> the SvnCheckout Gradle plugin will not be usable after January 8, 2024.
> So we need a replacement and it's clearly suggested by GitHub in the link
> above
--
This message was sent by Atlassian Jira
(v8.20.10#820010)