aboutsummaryrefslogtreecommitdiffstats
path: root/src/repo
Commit message (Collapse)AuthorAgeFilesLines
* Rename "sub" to "prescription"Laurent Bercot2026-01-2420-166/+166
|
* And add similar options to s6-rc-set-installLaurent Bercot2026-01-241-2/+6
| | | | | s6-rc-set-install downs essential services by default. This is different from the s6-rc-update default.
* Fix bugs in repo_syncset and repo_makesetbundles, refactor a bitLaurent Bercot2026-01-242-71/+67
| | | | | | Also add an extra bundle in the demo store in order to test. Imports of store bundles didn't work properly; now they do. Sets were not properly synced on store change; now they are.
* bugfix in repo_syncsetLaurent Bercot2026-01-241-1/+1
|
* Fix s6-rc-set-copyLaurent Bercot2026-01-211-16/+10
|
* TIL ENOTEMPTY is a thingLaurent Bercot2026-01-211-1/+1
|
* Option is --no-update, not ----no-update. Also fix dotpc.Laurent Bercot2026-01-191-1/+1
|
* Add --no-update option to s6-rc-set-installLaurent Bercot2026-01-171-56/+62
|
* s6-rc-set-install fixesLaurent Bercot2025-12-213-71/+77
|
* Working repo fix that understands pipelinesLaurent Bercot2025-12-2014-85/+185
|
* Add s6-rc-repo-listLaurent Bercot2025-12-206-55/+81
|
* Consistency of --force-essential optionLaurent Bercot2025-12-203-9/+10
|
* Add s6-rc-set-fixLaurent Bercot2025-12-208-71/+202
|
* More fixesLaurent Bercot2025-12-093-6/+5
|
* Next batch of fixesLaurent Bercot2025-12-0914-57/+99
|
* More fixesLaurent Bercot2025-12-085-8/+10
|
* Some bugfixesLaurent Bercot2025-12-0810-38/+61
|
* s6-rc-set-list is now s6-rc-set-status and does everythingLaurent Bercot2025-11-264-87/+126
|
* Add s6-rc-set-listLaurent Bercot2025-11-122-0/+89
|
* s6rc_repo_nlto0 replaced with string_index in skalibsLaurent Bercot2025-11-105-37/+6
|
* Make default bundle name configurableLaurent Bercot2025-11-091-1/+1
|
* Finish repo documentation; make bootdb configurable; fix installLaurent Bercot2025-10-308-24/+32
|
* Add missing doc pagesLaurent Bercot2025-10-301-1/+1
|
* Add s6-rc-set-change doc page, update deps, fix verbosity guardLaurent Bercot2025-10-302-9/+5
|
* nonposix.h PLUS bsdsnowflake.h are necessary for st.mtimLaurent Bercot2025-10-231-4/+4
|
* Always use nonposix.h for mkdtemp, because Solaris and MacOSLaurent Bercot2025-10-231-0/+2
|
* Separate libs6rcrepoLaurent Bercot2025-10-2244-16/+2048
|
* add getserviceflags and use it in fillset; add some docLaurent Bercot2025-10-214-6/+8
|
* Move all string comparison operations into skalibsLaurent Bercot2025-10-091-2/+8
|
* Add s6-rc-set-install, repodefs pageLaurent Bercot2025-10-065-55/+221
|
* Do not delete old store before the sync succeedsLaurent Bercot2025-10-052-13/+18
|
* Add repo/set touching to avoid extra compilesLaurent Bercot2025-10-013-6/+46
|
* Add stores, edit init and syncLaurent Bercot2025-10-017-101/+96
|
* More progress: updated sync, nominal fixLaurent Bercot2025-09-243-9/+85
|
* Add s6rc_repo_fixsetLaurent Bercot2025-09-221-2/+2
|
* Add s6-rc-set-commit, slightly rephrase other binariesLaurent Bercot2025-09-217-68/+187
|
* Support bundles in changestate, various refactorsLaurent Bercot2025-09-181-21/+35
|
* Add s6-rc-set-changestate. FINALLY.Laurent Bercot2025-09-157-132/+211
|
* Implement badsub, refactor moveservices, get ready for enable/disableLaurent Bercot2025-09-151-1/+1
|
* Reorganize for 4 subs; add makesvlist, start badsubLaurent Bercot2025-09-082-3/+134
|
* Almost got a full sync, still need the adjustment heuristicLaurent Bercot2025-08-191-1/+1
|
* Major refactors, add makesetbundle, refcompile/setcompile, etc.Laurent Bercot2025-08-082-77/+51
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Next additions: better bundle management and autobuildLaurent Bercot2025-08-051-24/+34
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add makebundle, moveservices, defcompileLaurent Bercot2025-08-041-19/+8
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* First fixesLaurent Bercot2025-08-044-2/+8
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* first draft of s6rc_repo_set_compileLaurent Bercot2025-08-045-55/+143
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* bugfixesLaurent Bercot2025-07-052-23/+34
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add set-copy, set-deleteLaurent Bercot2025-07-045-15/+178
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* s6-rc-set-new, refactors, additions, etc.Laurent Bercot2025-07-033-3/+158
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add verbosityLaurent Bercot2025-07-021-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>