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

How to download baseline again? #529

Closed
LinqLover opened this issue Oct 7, 2020 · 1 comment
Closed

How to download baseline again? #529

LinqLover opened this issue Oct 7, 2020 · 1 comment

Comments

@LinqLover
Copy link
Collaborator

I'm using Metacello to download a baseline from a GitHub project, for example:

Metacello new
	baseline: 'TelegramClient';
	repository: 'github://LinqLover/TelegramClient:update-baseline/packages';
	load.

However, as you can see (hpi-swa-teaching/TelegramClient#312), I'm developing this baseline step by step. Unfortunately, to test it, I have to reuse a clean image every time, because once the baseline got loaded, running the command again does not refresh the baseline. Is there any solution to this problem better than restarting my image?

Maybe related to #513; I do know not enough about this repository to say that.

@LinqLover
Copy link
Collaborator Author

Well, it was simply a missing #get. However, to actually upgrade your project, the solution described in #513/hpi-swa/Squot#262 is still required.

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

No branches or pull requests

1 participant