packages
packages copied to clipboard
nano-syntax-highlighting: add at 2022.11.02
Summary
- Initial inclusion at version 2022.11.02
- Resolves https://github.com/getsolus/packages/issues/2615
Test Plan
- Checked some highlighting.
Checklist
- [X] Package was built and tested against unstable
Packaging notes Nano depends on nanorc which conflicts with nano-syntax-highlighting. So this wont build without the conflicts tag. After this is pushed then nanorc can be deprecated at whole.
This needs a rebase now
@ReillyBrogan
This order of commits works locally. Can this be pushed now? See attached build log https://gist.github.com/androidnisse/24eff6e76316df96d7b319d55ea9a02f
I can confirm that upgrading in this case works; nanorc is removed before nano-syntax-highlighting is installed.
Unfortunately, this had to be reverted. I'll copy the explanation here:
Trying to build [this] PR does not work, I think because the Solus builder image is out of date, and thus tries to update nano, which doesn't work because of the dependency change. My local image is up-to-date, which is why it didn't show up when I built the PR stack locally.
Unfortunately, this had to be reverted. I'll copy the explanation here:
Trying to build [this] PR does not work, I think because the Solus builder image is out of date, and thus tries to update nano, which doesn't work because of the dependency change. My local image is up-to-date, which is why it didn't show up when I built the PR stack locally.
Yea this went unexpected. Read up on matrix as well. What would be the procedure now get this in? As the issue seems to be on the build server and not the commits.
Easiest probably to make sure build server solbuild image is absolutely up-to-date before pushing it (and with no system.base updates in-between).
The solbuild image on the build server has been updated, so in theory, doing these updates again should work.
The solbuild image on the build server has been updated, so in theory, doing these updates again should work.
So so I need to do anything here?
I think it would be best to open a new PR; at least nano has to be re-based since I bumped it to make sure it still builds.