pop-os / cosmic-epoch

Next generation Cosmic desktop environment
1.74k stars 55 forks source link

update-submodules #128

Closed Vixea closed 10 months ago

Vixea commented 11 months ago

I need guidance on what is file path specific in the notification addition because currently it doesn't work on arch probably due to path differences

Vixea commented 11 months ago

Looks like the ci failed because of no space left on the device

Drakulix commented 11 months ago

Looks like the ci failed because of no space left on the device

It seems like the addition of cosmic-notifications finally pushed that over the edge.

I am looking at stuff like https://github.com/jlumbroso/free-disk-space/ to work around this problem, because I would really like to keep the script calling just sysext and not manually building and cleaning up all the subprojects.

Drakulix commented 11 months ago

https://github.com/pop-os/cosmic-epoch/pull/130 seems to do the trick.

Could you rebase on that branch (while still targeting master), then we can see it in action for this CI run. If everything succeeds I will merge both branches in succession.

Vixea commented 11 months ago

Could you please provide me the command or a hint on what it is I don't remember what the command is

Vixea commented 11 months ago

Also won't be able to until a few hours from now

Drakulix commented 11 months ago

Could you please provide me the command or a hint on what it is I don't remember what the command is

git fetch --all
git rebase -i origin/ci_free_space
git push -f

should be enough.

Vixea commented 11 months ago

should be good to go

Drakulix commented 10 months ago

Thanks! Now everything is working fine