the static git browser that builds this site
git clone https://git.lucas.co/gitsite.git
Publish cce-lock
The session locker got its own repository today, having lived as loose
files in the cce workspace since it was written. Bare repo is in place
at ~/git/cce-lock.git and pushed, so it has something to mirror.
Listed as `clone` like the rest of the cce crates, and placed
alphabetically between cce-layout-interface and cce-mail.
git-bare-sync.sh --dry-run resolves it correctly: bare exists, work
tree at ~/projects/cce/cce-lock, branch main.
repos.conf | 1 +
1 file changed, 1 insertion(+)
diff --git a/repos.conf b/repos.conf
index f94e9a4..f229ff4 100644
--- a/repos.conf
+++ b/repos.conf
@@ -20,6 +20,7 @@ cce-fonts|/home/lsgalante/git/cce-fonts.git|font browser|browse
cce-graph|/home/lsgalante/git/cce-graph.git|node-based graph editor|clone
cce-icons|/home/lsgalante/git/cce-icons.git|SVG icon set|clone
cce-layout-interface|/home/lsgalante/git/cce-layout-interface.git|page layout tool|clone
+cce-lock|/home/lsgalante/git/cce-lock.git|session locker (ext-session-lock + PAM)|clone
cce-mail|/home/lsgalante/git/cce-mail.git|mail client (IMAP/SMTP)|clone
cce-grid|/home/lsgalante/git/cce-grid.git|desktop grid client|clone
cce-map|/home/lsgalante/git/cce-map.git|map viewer|clone