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

🔧 build(expath): make deps explicit #21

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

duncdrum
Copy link

check versions of deployed apps vs those in this repo
make explicit dep declarations including to shared-resources

TODO: likely incomplete

see BetaMasaheft/Documentation#2180

@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://expath.org/ns/pkg" name="https://www.betamasaheft.uni-hamburg.de/BetMas" abbrev="BetaMasaheft" version="5.0" spec="1.0">
<title>Beta maṣāḥǝft: Manuscripts of Ethiopia and Eritrea</title>
<dependency package="http://exist-db.org/apps/shared"/>
<dependency package="http://exist-db.org/apps/shared" semver-min="0.9.1"/>
<dependency package="https://betamasaheft.eu/betmasweb/" semver-min="0.1"/>
Copy link

Choose a reason for hiding this comment

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

I wonder why BetMas - as the legacy application - depends on its successor betmasweb?
Will this not introduce a circular dependency, when the hidden dependency in betmasweb on betmas is declared?

Copy link
Author

Choose a reason for hiding this comment

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

yes it will, so before we actually deploy anything we need to resolve these properly. But my goal for now is to declare the current status, warts n all .

check versions of deployed apps vs those in this repo
 make explicit dep declarations including to shared-resources

TODO: likely incomplete

see BetaMasaheft/Documentation#2180
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants