Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/alire-project/alire-index-checks

Checks on submissions to Alire indexes
https://github.com/alire-project/alire-index-checks

Don't err on warnings during index loading in dev

f586e6fa9057f5d6eb7a7b88d03868f56b70a134 authored 10 months ago by Alejandro R. Mosteo <[email protected]>
Do not test manifests ouside of ./index

118385b6d3a18de87acdfec9ff833a45c62df6db authored 11 months ago by Alejandro R. Mosteo <[email protected]>
Be explicit about test success

71a6baf2aa7013b533938a0680263c1222dc72da authored over 1 year ago by Alejandro R. Mosteo <[email protected]>
Skip unavailable crates earlier

To avoid errors when showing platform-dependent information

9278083652756968d1e546bf63d808ff38ead60e authored over 1 year ago by Alejandro R. Mosteo <[email protected]>
Display compiler version before build

7b4a492e26906b46305848c83fe16d3475a23232 authored over 1 year ago by Alejandro R. Mosteo <[email protected]>
Fix freeing of space for monorepos

We were improperly deleting only a part of the repository, which made dependent
crates fail.

629f0372714be13c7303dc3a71fa60e86bdde0b6 authored over 1 year ago by Alejandro R. Mosteo <[email protected]>
Add script to check maintainership (#16)

4f6872e957e7ecfab263cfd0756b4e4124c47fba authored over 1 year ago by Alejandro R Mosteo <[email protected]>
Report test status immediately

0b602ec8ec5d9b17499db31d70a099a12c40e67f authored almost 2 years ago by Alejandro R. Mosteo <[email protected]>
Run test crates if any found (#15)

We're waiting for the next release to enable use of `alr test` instead
of manual build. This wi...

634eeaac534d37489c99d85a125f519b74b8d2d0 authored almost 2 years ago by Alejandro R Mosteo <[email protected]>
Fix `--noconfirm` switch

2b100bbf09b5595dc7d6c7438fe5aa479d4623d8 authored almost 2 years ago by Alejandro R. Mosteo <[email protected]>
Replace `which` with bash internal `type` (#14)

This ensures success even in platforms without `which` available by
default, like Arch.

03ee6e305e0daf18452ec7373c2b3fc3df4733cd authored almost 2 years ago by Alejandro R Mosteo <[email protected]>
Fix spurious use of pacman when unavailable (#13)

Turns out that `type` will succeed when an alias exists, even if the
aliased command doesn't.

e570c5245ab8b8ef4fd0fc1e98c91c4ccb021c4e authored almost 2 years ago by Alejandro R Mosteo <[email protected]>
Relink instead of changing the shell with chsh

As `chsh` won't work for scripts specifying the shell path

d7478ce533af3b9101aaed58ec4f007b8f86ea05 authored almost 2 years ago by Alejandro R. Mosteo <[email protected]>
Configure Bash as default sell in Ubuntu GHA images (#12)

It seems `/bin/sh` is not Bourne-compatible by default which may break
some configure scripts f...

8145664c3a4ac9668fbf4e55c9ef8f076d1ce8f4 authored almost 2 years ago by Alejandro R Mosteo <[email protected]>
Remove CE with latest FSF from Alire (#11)

1e945a13a096f011a81f69e74c1b16ba3252b362 authored almost 2 years ago by Alejandro R Mosteo <[email protected]>
Enable Homebrew on macOS before tests (#10)

5fc1044f0151680e1063b13c647571a293ae2e8b authored almost 2 years ago by Alejandro R Mosteo <[email protected]>
Refresh trust database in Arch before updating (#9)

Co-authored-by: GHA <[email protected]>

d1fa3957e023c0066fe5c14b78001edea634a878 authored about 2 years ago by Alejandro R Mosteo <[email protected]>
Free space after testing of binary crates (#8)

Co-authored-by: GHA <[email protected]>

6355d1db8976df8127c7f1763241d811f310f8ba authored about 2 years ago by Alejandro R Mosteo <[email protected]>
Free space after each release test (#7)

Also silence spurious error about non-configured index

Co-authored-by: GHA <[email protected]>

ea49fe10516ad977740fe49320f8293f92b990ad authored about 2 years ago by Alejandro R Mosteo <[email protected]>
Remove local index before reconfiguring it

5da74c9eb89be0206ee6ba1f9124c60c33142153 authored about 2 years ago by GHA <[email protected]>
Fix for release being oldest for existing crate (#6)

When an earlier release is submitted but there are later versions, a
spurious error was being r...

718145294d06c0c2692ca8638bbaccb8d72adbef authored over 2 years ago by Alejandro R Mosteo <[email protected]>
Re-enable `alr build --release` (#5)

Until `alr test` builds by default in release mode

Co-authored-by: GHA <[email protected]>

56fce1e21e48006f31870422d34e4ffccd47126e authored over 2 years ago by Alejandro R Mosteo <[email protected]>
Show log on failure (#4)

Co-authored-by: GHA <[email protected]>

42c6738be3e7e373e7f5037685873fd2916face2 authored over 2 years ago by Alejandro R Mosteo <[email protected]>
Use make and curl to test external detectors (#3)

Make for version output
Curl for system package

724e700595a5478e5b6ca7a4ef968205c37a0108 authored over 2 years ago by Alejandro R Mosteo <[email protected]>
Use `alr test` instead of `alr get --build` (#2)

Some crates can never succeed with `alr get --build`. With this change, as long as such crates p...

277562a1be196567946cd845bc648dc8001934f6 authored over 2 years ago by Alejandro R Mosteo <[email protected]>
Import workflows from alire-index (#1)

a6739197ee831aa343cd37602af6da9de20999a0 authored over 2 years ago by Alejandro R Mosteo <[email protected]>
Silence warnings that break alr get --dirname

This is a corner case in that there's no reason for --dirname to emit a warning
unless there's a...

7f8f581d86a1a8aa55e4d6a8d7d62c49042b2b29 authored over 2 years ago by Alejandro R. Mosteo <[email protected]>
Replace confusing "--" in diff

bbd153bfff993f37b33271d650215d0ee4f18da7 authored over 2 years ago by GHA <[email protected]>
Initial import of scripts

3496dc0375eb810717acc632a56b96dc491fa510 authored over 2 years ago by Alejandro R. Mosteo <[email protected]>
Initial commit

e37793dcd67ec2ad70f808020293c31811e7973e authored over 2 years ago by Alejandro R Mosteo <[email protected]>