Islandora-Devops / islandora-starter-site

A Drupal site demonstrating Islandora features. Use it as a starting point for customization.
https://sandbox.islandora.ca
GNU General Public License v2.0
4 stars 16 forks source link

The 0.8.0 release tag fails to install #111

Closed aOelschlager closed 10 months ago

aOelschlager commented 10 months ago

The error:

The url here needs to be changed to https://github.com/islandora/advanced_search and the lock file would need to be updated.

Those changes do fix the error but since it's a tagged release can a pr be done? Would an alternative be making a branch to pull from instead?

rosiel commented 10 months ago

From the Composer docs,

This ['package'] repository type has a few limitations and should be avoided whenever possible.

For that reason, we've already moved away from it. However, not coming up at all on 0.8.0 is a problem.

Screenshot 2023-09-13 at 1 29 33 PM

Maybe just a lock file update would make it work. I'm not sure what to do about branches since we're now supposed to be on Drupal 10 (and some of that isn't working right now). It's unclear to me what to focus on and what to deliver (e.g. are we going to start a new branch for updates to drupal 9?).

rosiel commented 10 months ago

OH I found the problem.

When we transfered over digitalutsc/advanced_search to islandora/advanced_search, Github put in a redirect so that they'd resolve.

Now there is a new repo at https://github.com/digitalutsc/advanced_search/ and it does not have the required tags.

rosiel commented 10 months ago

@kstapelfeldt @Natkeeran @kylehuynh205 If you could push the 2.0.0-beta3 tag to your fork of advanced_search, then we'd still be able to run the (legacy but still used/useful) starter site version that uses Drupal 9.

kylehuynh205 commented 10 months ago

Hi @rosiel , the tag 2.0.0-beta3 has been pushed. https://github.com/digitalutsc/advanced_search/tags.

aOelschlager commented 10 months ago

This fixed it for me! Thank you so much @rosiel and @kylehuynh205