Search Criteria
Package Details: digitalocean-synchronize 2.7-1
Git Clone URL: | https://aur.archlinux.org/digitalocean-synchronize.git (read-only, click to copy) |
---|---|
Package Base: | digitalocean-synchronize |
Description: | DigitalOcean Synchronization (passwords, keys, networks) |
Upstream URL: | https://github.com/gh2o/digitalocean-debian-to-arch |
Keywords: | cloud digitalocean do |
Licenses: | |
Submitter: | 2bluesc |
Maintainer: | gvli |
Last Packager: | gvli |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2015-07-10 15:22 |
Last Updated: | 2021-01-01 00:46 |
Latest Comments
2bluesc commented on 2020-01-30 21:31
@illuser Patches are often welcome, I'd propose fixing the issues and sharing the patch.
illuser commented on 2020-01-30 21:07
Why does this package depend on wget when it's not in any of the scripts? And why does the service not have an install target?
chrissnell commented on 2018-09-21 21:12
Looks like this service is not fetching the IPv6 prefix and therefore failing to set the IPv6 address on the interface:
Sep 21 20:54:21 host digitalocean-synchronize[351]: Added IPv6 address 2604:A880:0002:00D0:0000:0000:07FD:8001/ on eth0.
gvli commented on 2017-06-11 04:26
Just restructured and updated to latest upstream. AUR repo should be closely tracking upstream repo now.
2bluesc commented on 2016-10-25 20:10
Tried to update the package, but apparently not a maintainer anymore. If someone makes me a co-maintainer I can update them.
Otherwise patches @
https://gist.github.com/6c50d65759c37734d030bd20539099f0
glitsj16 commented on 2016-10-25 19:11
Hi, thanks for providing this package. The PKGBUILD needs updating of both the 'arch' and 'license' fields. Voth fields need to be arrays (https://wiki.archlinux.org/index.php/PKGBUILD):
...
arch=('any')
license=('GPL')
...