Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure index repos can be deleted on Windows #1696

Merged
merged 2 commits into from
Jun 18, 2024

Conversation

mosteo
Copy link
Member

@mosteo mosteo commented Jun 14, 2024

As indexes are git repos, they suffer from the old deletion problem when some internal files are marked read-only by git

@mosteo mosteo marked this pull request as ready for review June 14, 2024 14:01
@@ -16,7 +16,7 @@ private
-- be replaced by `alr build` with the current commit, and appended with
-- "_or_later" after build.

Current_Str : constant String := "2.1-dev";
Current_Str : constant String := "2.1-dev+bd25511f_or_later";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want to check that in?

@mosteo mosteo merged commit a68d748 into alire-project:master Jun 18, 2024
25 checks passed
@mosteo mosteo deleted the fix/index-delete branch June 18, 2024 11:14
mosteo added a commit that referenced this pull request Jun 23, 2024
* Ensure index repos can be deleted on Windows

* Update alire-version.ads
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants