Hi,
not sure whether this is the right place for such a question/feature request, but in my BaselineOfMyWonderfulProject, I'd like to specify the requirement of a package to a changeset file that is available via an HTTP(S) server. Does Metacello support this? Is there any list of the supported repository formats?
Pseudocode would be something like this:
baseline: spec
<baseline>
spec for: #common do: [
spec
package: 'ShoutAttribute' with: [
spec repository: 'https://gist.githubusercontent.com/LinqLover/f2a0a189a00aa1484b481c805629e517/raw/e7850041758e02a536a0e32b54bf0b99785bebc3/ShoutAttribute.cs'].
spec
package: 'MyWonderfulPackage' with: [
spec requires: #('ShoutAttribute')]].
Or is this generally impossible because changesets do not provide any necessary metadata?
Hi,
not sure whether this is the right place for such a question/feature request, but in my BaselineOfMyWonderfulProject, I'd like to specify the requirement of a package to a changeset file that is available via an HTTP(S) server. Does Metacello support this? Is there any list of the supported repository formats?
Pseudocode would be something like this:
Or is this generally impossible because changesets do not provide any necessary metadata?