https://bugs.kde.org/show_bug.cgi?id=354796

--- Comment #8 from Andrew Shark <ash...@linuxcomp.ru> ---
The [documentation for conf
options](https://docs.kde.org/trunk5/en/kdesrc-build/kdesrc-build/conf-options-table.html)
actually lists:
```
no-svn  Module setting overrides global If this option is set to true then
kdesrc-build will not update the source code for the module automatically. It
will still try to build the module if it normally would have tried anyways.
```

According to [documentation for command line
options](https://docs.kde.org/trunk5/en/kdesrc-build/kdesrc-build/supported-cmdline-params.html),
the `--no-svn` is an equivalent to the `--no-svn`.

I tried the following in the config:
```
options kio
    no-src true
end options
```
and also:
```
options kio
     no-svn true
end options
```
Unfortunately, this is completely ignored in both cases.

The build process switches branch to master every time it is built. (I am
building ark, and kio is its dependency). But if I specify `branch` with my
local branch name, it will fail, because it tries to download that from remote
(that does not exist).

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to