Page MenuHomeSolus

Update syncthing to 1.1.0
ClosedPublic

Authored by BridouZ on Mar 6 2019, 7:56 AM.
Tags
None
Referenced Files
F11032915: D5620.id13851.diff
Wed, Aug 9, 2:54 PM
F11032914: D5620.id.diff
Wed, Aug 9, 2:54 PM
F11032913: D5620.id13620.diff
Wed, Aug 9, 2:54 PM
F11032912: D5620.id13602.diff
Wed, Aug 9, 2:54 PM
F11025945: D5620.diff
Wed, Aug 9, 1:34 AM
F10960544: D5620.diff
Tue, Jul 18, 11:55 AM
F10852623: D5620.id13620.diff
Jun 13 2023, 2:44 AM
F10847811: D5620.id13851.diff
Jun 11 2023, 12:08 PM
Subscribers

Details

Summary

Changelog:

  • Add networking access for the package to build
  • Add git as builddep
  • Syncthing changelog is available here
Test Plan
  • Install OK
  • Sync files OK

Diff Detail

Repository
R2989 syncthing
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

JoshStrobl added a subscriber: JoshStrobl.
JoshStrobl added inline comments.
package.yml
6

You need to use the vendor source tarball.

This revision now requires changes to proceed.Mar 6 2019, 8:27 PM

Switch to vendor source tarball

JoshStrobl added inline comments.
package.yml
9

The whole point of the vendor source tarball is it ships vendored dependencies. Did you try removing networking and seeing if it still fetches go modules or even needs git? I doubt it needs either.

This revision now requires changes to proceed.Mar 8 2019, 5:31 PM

Build fails if not using network. It fetches some go modules for what I can see during the build process.

package.yml
9

Build fails if not using network. It fetches some go modules for what I can see during the build process.

This revision is now accepted and ready to land.Mar 15 2019, 10:31 AM
This revision was automatically updated to reflect the committed changes.