aboutsummaryrefslogtreecommitdiff
path: root/src/infrastructure/scripts/report.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rm -rf src/infrastructure/{ci,config,scripts}/EuAndreh2024-08-181-260/+0
|
* ci report.sh: Add link to files under data/EuAndreh2023-03-301-0/+1
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show f0434ac60a16ca288bb14ce1c2f92bba95c88e8b git notes --ref=refs/notes/ci-data show f0434ac60a16ca288bb14ce1c2f92bba95c88e8b Exit status: 0 Duration: 20
* Revert "src/infrastructure/scripts/report.sh: v2"EuAndreh2023-03-301-152/+57
| | | | | | | | | | | | | | This reverts commit 11f3daea8627effd0127b28d2d46fb53af49a7fc. Not a good idea, after all. Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 5734d72d6dfcb52c96cd72469bd00d43c076e70f git notes --ref=refs/notes/ci-data show 5734d72d6dfcb52c96cd72469bd00d43c076e70f Exit status: 0 Duration: 20
* src/infrastructure/scripts/report.sh: v2EuAndreh2023-03-301-57/+152
| | | | | | | | | | | | | | | | | | Now instead of working through each commit searially, we build a graph of steps and work on that by emitting make(1) code to be executed. May this code prove to be diffucult to modify or extend, this is a valid commit "checkpoint" to revert to in order to recover the *exact* same behaviour, but simpler code. Simple benchmarks suggest that: - on a single core, the scrit is ~15% slower; - with 2 cores it is as fast as the original; - as more cores are added, the faster it gets, up to $(nproc) when using more cores doesn't change anything. That means that it is a useful optimization for our desktops, but a hinderance for our current server, which only has a single core.
* report.sh: Add CSS dark mode supportEuAndreh2023-03-281-0/+23
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 3e3add45e429f6a7118d8fafde2dcb962383b925 git notes --ref=refs/notes/ci-data show 3e3add45e429f6a7118d8fafde2dcb962383b925 Exit status: 0 Duration: 21
* report.sh: Use "find | while read" over "for `find`"EuAndreh2023-03-281-1/+1
|
* src/infrastructure/scripts/report.sh: Auto-fetch missing commitsEuAndreh2023-03-271-1/+6
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show ad6dd6bab44a685fb2c61f9b6d9df3d66a10cacf git notes --ref=refs/notes/ci-data show ad6dd6bab44a685fb2c61f9b6d9df3d66a10cacf Exit status: 0 Duration: 20
* src/infrastructure/config/conf.env: Use file to parameterize reconfigure(8) ↵EuAndreh2023-03-271-4/+13
| | | | | | | | | | | | and report(8) scripts Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 2bbe3fd19e1f057a7129365cdb4ef5e9336e977e git notes --ref=refs/notes/ci-data show 2bbe3fd19e1f057a7129365cdb4ef5e9336e977e Exit status: 128 Duration: 0
* scripts/: Consistent spacing between usage and help stringsEuAndreh2023-03-161-0/+1
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show ad925a002e4375ce0c0fa97c42505f8c5305fe48 git notes --ref=refs/notes/ci-data show ad925a002e4375ce0c0fa97c42505f8c5305fe48 Exit status: 2 Duration: 0
* src/infrastructure/scripts/report.sh: Remove redundant margin CSS valueEuAndreh2023-03-131-1/+1
|
* Copy files backEuAndreh2023-03-111-0/+221