Skip to content

Commit

Permalink
Fixed repository names after migration
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Apr 13, 2019
1 parent a506fd7 commit ecbffa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "deps/alire"]
[submodule "deps/alire-index"]
path = deps/alire
url = https://github.com/alire-project/alire.git
url = https://github.com/alire-project/alire-index.git
[submodule "deps/ahven"]
path = deps/ahven
url = ./deps/ahven
Expand Down
4 changes: 2 additions & 2 deletions install/alr-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
# DEFINITIONS SECTION

repo_branch=${1:-stable}
repo_url=https://github.com/alire-project/alr.git
repo_url=https://github.com/alire-project/alire.git

required_tools="git id"
optional_tools="hg sudo"
required_compiler="gprbuild gnatmake gnatls"

alire_folder=${XDG_CONFIG_HOME:-$HOME/.config}/alire
alire_src=$alire_folder/alr
alire_src=$alire_folder/alire
alire_bin=$alire_src/bin/alr
alire_version=unknown

Expand Down

0 comments on commit ecbffa2

Please sign in to comment.