the static git browser that builds this site
git clone https://git.lucas.co/gitsite.git
Publish cce, the workspace root
The root holds what ties the thirty crates together -- Cargo.toml's member
list, Cargo.lock's resolution of the whole graph, .cargo/config.toml, and the
[patch] block that redirects the published cce-ui and cce-window-manager git
sources back to the local crates. None of it was versioned until now, so the
published crates could be cloned but not assembled into a workspace.
Mode is "clone" because assembling a working copy elsewhere is the point.
Co-Authored-By: Claude Opus 5 <[email protected]>
repos.conf | 1 +
1 file changed, 1 insertion(+)
diff --git a/repos.conf b/repos.conf
index f229ff4..1aa8d1b 100644
--- a/repos.conf
+++ b/repos.conf
@@ -6,6 +6,7 @@
website|/home/lsgalante/git/website.git|source for lucas.co|browse
hou-control|/home/lsgalante/git/hou-control.git|SideFX Houdini customization package|clone
gitsite|/home/lsgalante/git/gitsite.git|the static git browser that builds this site|clone
+cce|/home/lsgalante/git/cce.git|cce workspace root: member list, lockfile and dependency pins|clone
cce-authenticator|/home/lsgalante/git/cce-authenticator.git|login authentication (PAM + fingerprint)|clone
cce-browser|/home/lsgalante/git/cce-browser.git|web browser (Servo)|clone
cce-calendar|/home/lsgalante/git/cce-calendar.git|calendar|clone