Commit a9f4926
authored
feat(building): add note on handling invalid version string errors (#986)
I updated the dev docs on building Syncthing with a note on handling
"Invalid version string" errors; see
syncthing/syncthing#10557. I also added a note
that the version string for binaries is derived from the most recent Git
tag as well as the Git commit (due to [this
code](https://github.com/syncthing/syncthing/blob/main/build.go#L943-L948)
in `build.go`).
Fixes syncthing/syncthing#10557
Signed-off-by: Dylan Sprague <dylan.richard.sprague@gmail.com>1 parent fffd579 commit a9f4926
1 file changed
Lines changed: 23 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
175 | 176 | | |
176 | 177 | | |
177 | 178 | | |
| |||
180 | 181 | | |
181 | 182 | | |
182 | 183 | | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
183 | 202 | | |
184 | 203 | | |
185 | 204 | | |
| |||
0 commit comments