Age | Commit message (Collapse) | Author |
|
|
|
|
|
git clone repos from https://git.flylightning.xyz sometimes failed due
to "error: garbage at end of loose object..." and fatal: loose object...".
If I disable cache the problem gone. If I clean the cache and reenable
the cahe the problem gone but will come back. So I'm currently testing
to workaround it by disable some cgit-pink features and it seems also work.
|
|
|
|
|
|
Reasons:
1. I don't want to build debug packages
2. It breaks my mpra scirpt
Upstream code change:
- https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/commit/90bf367e61b4f77f8351d0412be3d0c4ddadb85a
- https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/merge_requests/1
|
|
|
|
|
|
|
|
disck io and iowait are closely related and I would like to view them
closer to each other
|
|
F2 Setup/
- Display options/ Detailed CPU time
- Meters/
- CPU average left column, blank right column
- because CPU average is a long line, need blank to show full
- credit: https://serverfault.com/a/848718
Also change meters layout, put Mem/Swp and CPU bars at bottom, because
this way change in CPU count won't affect other meters' order
|
|
|
|
8545926672960dc46a51d03baa8263f5a16faa44
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It took about 7 seconds to load https://git.flylightning.xyz/config_local_arch/log/
in the past. Now try disable some features to try to make it faster.
|
|
|
|
|
|
|
|
git blame works so I re-enable it. Add and change some other configs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Pacman hook multiple Depends is OR logic, can be tested via a test.hook
|
|
|
|
|
|
In about-formatting-edited.sh, `pwd` when cgit run this script is /, can be tested by `cat '<p>$(pwd)</p>'`
so need to get those scripts location via $0, $0 is /usr/lib/cgit/filters/about-formatting-edited.sh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://www.w3schools.com/cssref/css3_pr_tab-size.php
|
|
|
|
mycgit.css import cgit.css and highlight.css. Because cgit.css is not a pacman backup file and it will be overwritten once cgit update. I can also update highlight.css automatically via pacman hook or `upd`. Also, I think `highlight` not using `--inline-css` maybe is a better way performance wise and more elegant (less messy generated html source code).
|
|
|
|
|
|
|
|
Example files are:
- <https://git.flylightning.xyz/config_local_arch/tree/home/xyz/.config/systemd/user/ssh-agent.service>
- <https://git.flylightning.xyz/config_local_arch/tree/etc/systemd/network/10-cloud-init-eth0.network?h=ka>
|