Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/00-base.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Used in 10-install-rust.sh and 11-ariel-prerequisites.sh
# Used in 10-install-rust.sh, 11-ariel-prerequisites.sh, 20-cache-thing.sh
export RUST_TOOLS_TOOLCHAIN=1.90.0


Expand Down
1 change: 0 additions & 1 deletion scripts/11-ariel-prerequisites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ mv $(which git-cache-daemon) /usr/local/bin
cp /scripts/git-cache.service /etc/systemd/system
systemctl enable git-cache.service
systemctl start git-cache.service
git config --system url.git://localhost/.insteadof https://

# TODO: restrict to git-cache-daemon
git config --system --add safe.directory '*'
Expand Down
3 changes: 3 additions & 0 deletions scripts/20-cache-thing.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Install cache-thing, needs to run before the activation of git-cache

cargo +${RUST_TOOLS_TOOLCHAIN} install cache-thing --git https://github.com/nponsard/cache-thing.git --tag 0.3.0
1 change: 1 addition & 0 deletions scripts/91-enable-git-cache.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git config --system url.git://localhost/.insteadof https://