-
Notifications
You must be signed in to change notification settings - Fork 17
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
Makefile: Output a path to the generated archive #166
Conversation
@martinpitt I thought I would take a look at this as I never really touched ostree nor packit :) |
Oh what?
The output from |
Makefile
Outdated
@@ -103,6 +103,7 @@ devel-install: $(WEBPACK_TEST) | |||
ln -s `pwd`/dist ~/.local/share/cockpit/$(PACKAGE_NAME) | |||
|
|||
dist-gzip: $(TARFILE) | |||
echo $(TARFILE) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That certainly looks right according to https://packit.dev/docs/actions/ ..
oh common, locally it already worked. (It needed path, not just file name, so |
c714a7a
to
f919a65
Compare
Ok, I think it actually does not create the archive. |
64a7aa2
to
9180591
Compare
I am now trying to build this in
So either we need to install it or get it installed like we got |
Ok so indeed sassc needs to be installed into sandbox, sent packit/sandcastle#90 |
@marusak: The changes here look good and harmless, and can be pre-validated by our CI. If you want to re-push without "no-test", I'm happy enough to land them already. |
Packit needs this to be able to use this archive.
To fix this warning: WARNING 'upstream_project_name' configuration key was renamed to 'upstream_package_name', please update your configuration file.
@martinpitt tests were green. I added one more commit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Danke!
This is needed for packit to work.
Also reusing
$(TARFILE)
macro.