Commit 543882c
committed
net-installer: initialize MINGW/MSYS2 packages and build-extra repos
When working on Git for Windows, we need to (re-)build the packages
listed in the MINGW-packages, MSYS2-packages and build-extra
repositories.
So let's just initialize the respective repositories in /usr/src/, but
to save bandwidth for net installer users who just want to build Git,
let's not fetch anything yet. Users who do want to build packages can
easily issue commands like the following:
cd /usr/src/build-extra
git fetch origin
git checkout master
When building those packages, Pacman really insists on Unix line endings
in the PKGBUILD files. However, our default for core.autocrlf is "true".
Therefore we need to set that flag to "false" explictly for those
repositories.
Signed-off-by: Johannes Schindelin <[email protected]>1 parent f9f425b commit 543882c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
0 commit comments