Search Criteria
Package Details: vagrant-git 2.2.6.203.ga1abc177b-1
Git Clone URL: | https://aur.archlinux.org/vagrant-git.git (read-only, click to copy) |
---|---|
Package Base: | vagrant-git |
Description: | Build and distribute virtualized development environments |
Upstream URL: | https://vagrantup.com |
Licenses: | MIT |
Conflicts: | vagrant, vagrant-substrate, vagrant-substrate-git |
Provides: | vagrant |
Replaces: | vagrant-substrate, vagrant-substrate-git |
Submitter: | gtmanfred |
Maintainer: | architect0 |
Last Packager: | architect0 |
Votes: | 8 |
Popularity: | 0.000228 |
First Submitted: | 2013-09-03 20:50 (UTC) |
Last Updated: | 2020-01-23 01:03 (UTC) |
Dependencies (10)
- curl (curl-git, curl-quiche-git, curl-http3-ngtcp2)
- libarchive (libarchive-git)
- libssh2 (libssh2-git)
- libxml2 (libxml2-git, libxml2-2.9)
- libxslt (libxslt-git)
- rsync (rsync-git, rsync-reflink-git, rsync-reflink)
- ruby
- xz (xz-git)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- go (go-git, go-go2go-git, go-beta, gcc-go-git, gcc-go) (make)
Required by (9)
- devops-tools (requires vagrant)
- fdroidserver (requires vagrant) (optional)
- fdroidserver-git (requires vagrant) (optional)
- glise-bin (requires vagrant)
- outrun-git (requires vagrant) (check)
- pycharm-eap (requires vagrant) (optional)
- pycharm-professional (requires vagrant) (optional)
- python-malboxes-git (requires vagrant)
- vagrant-vmware-utility (requires vagrant)
Latest Comments
1 2 3 4 Next › Last »
mudejar commented on 2022-09-07 16:00 (UTC) (edited on 2022-09-07 16:03 (UTC) by mudejar)
This package is broken now because git no longer supports the git:// protocol so the following addresses result in a timeout:
git://github.com/hashicorp/vagrant-installers.git
git://github.com/hashicorp/vagrant.git
This can be fixed by changing the MAKEPKG code lines referencing these repos so that they point to the following instead:
git+https://github.com/hashicorp/vagrant-installers.git
git+https://github.com/hashicorp/vagrant.git
(lines 19-20 of the MAKEPKG)
newsboost commented on 2021-10-05 08:56 (UTC) (edited on 2021-10-05 08:56 (UTC) by newsboost)
Maybe it's me who don't understand the concept here, but I just tried this:
Doesn't look right...
rageltman commented on 2021-01-15 01:25 (UTC)
Needs
ruby-net-ssh
along with SCP gem:yenlegion commented on 2020-11-12 11:02 (UTC)
Same, the main package at https://www.archlinux.org/packages/community/x86_64/vagrant/ is out of date as well. Several versions behind. The Vagrant website specifically mentions not to use a repo, is this package okay to use, once fixed?
magickreeator commented on 2020-11-10 07:36 (UTC) (edited on 2020-11-10 07:39 (UTC) by magickreeator)
I'm having a problem
How can I fix this?
wizonesolutions commented on 2020-01-23 20:35 (UTC)
After building with RVM and version 2.6.3:
Did I miss something?
Twiki commented on 2019-04-23 16:11 (UTC) (edited on 2019-04-23 16:41 (UTC) by Twiki)
The repo has moved to here : https://github.com/hashicorp/vagrant-installers EDIT: Forgot the second : https://github.com/hashicorp/vagrant-installers Mitchell's company. EDIT 2: And there is a message here : https://github.com/mitchellh/osext "Don't use this anymore! Use the official library at: https://github.com/kardianos/osext"
jsteel commented on 2017-11-02 11:44 (UTC)
1 2 3 4 Next › Last »