You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[root@ifb01-f cmkbeat]# glide install
[INFO] Lock file (glide.lock) does not exist. Performing update.
[INFO] Downloading dependencies. Please wait...
[INFO] --> Fetching github.com/jeremyweader/go-livestatus
[INFO] --> Fetching updates for github.com/elastic/beats
Username for 'https://github.com': [email protected]
Password for 'https://[email protected]@github.com':
[WARN] Unable to checkout github.com/jeremyweader/go-livestatus
[ERROR] Update failed for github.com/jeremyweader/go-livestatus: Unable to get repository: Cloning into '/root/.glide/cache/src/https-github.com-jeremyweader-go-livestatus'...
remote: Repository not found.
fatal: repository 'https://github.com/jeremyweader/go-livestatus/' not found
: exit status 128
[ERROR] Failed to do initial checkout of config: Unable to get repository: Cloning into '/root/.glide/cache/src/https-github.com-jeremyweader-go-livestatus'...
remote: Repository not found.
fatal: repository 'https://github.com/jeremyweader/go-livestatus/' not found
: exit status 128
I checked the 2 glide config files from both cmkbeat forks (jeremyweader & comnet), go-livestatus is to be used from jeremyweader (which does not exist) or from vbatoufflet which exists?
Unable to get dependency packages. Can you confirm which package to be referred for livestatus dependency?
[root@ifb01-f cmkbeat]# pwd
/etc/go/vendor/github.com/comnetgmbh/cmkbeat
[root@ifb01-f cmkbeat]# glide install
[INFO] Lock file (glide.lock) does not exist. Performing update.
[INFO] Downloading dependencies. Please wait...
[INFO] --> Fetching github.com/jeremyweader/go-livestatus
[INFO] --> Fetching updates for github.com/elastic/beats
Username for 'https://github.com': [email protected]
Password for 'https://[email protected]@github.com':
[WARN] Unable to checkout github.com/jeremyweader/go-livestatus
[ERROR] Update failed for github.com/jeremyweader/go-livestatus: Unable to get repository: Cloning into '/root/.glide/cache/src/https-github.com-jeremyweader-go-livestatus'...
remote: Repository not found.
fatal: repository 'https://github.com/jeremyweader/go-livestatus/' not found
: exit status 128
[ERROR] Failed to do initial checkout of config: Unable to get repository: Cloning into '/root/.glide/cache/src/https-github.com-jeremyweader-go-livestatus'...
remote: Repository not found.
fatal: repository 'https://github.com/jeremyweader/go-livestatus/' not found
: exit status 128
I checked the 2 glide config files from both cmkbeat forks (jeremyweader & comnet), go-livestatus is to be used from jeremyweader (which does not exist) or from vbatoufflet which exists?
[root@ifb01-f cmkbeat]# cat glide.yaml
package: .
import:
subpackages:
- package: github.com/jeremyweader/go-livestatus
[root@ifb01-f cmkbeat]# cat glide.yaml
package: .
import:
subpackages:
- package: github.com/vbatoufflet/go-livestatus
The text was updated successfully, but these errors were encountered: