changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: skelfile update

changeset 368: 43afcbbe2d07
parent 367: ad4e0ebd3693
child 369: 7c19637786a7
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 23 Sep 2024 19:47:38 -0400
files: .hgsubstate scripts/org-graph-db-init.lisp skelfile
description: skelfile update
     1.1--- a/.hgsubstate	Fri Sep 13 22:17:56 2024 -0400
     1.2+++ b/.hgsubstate	Mon Sep 23 19:47:38 2024 -0400
     1.3@@ -1,4 +1,4 @@
     1.4 36849cbd95545dc18f5a4a3d07c9055beca38f0b box
     1.5 0000000000000000000000000000000000000000 etc
     1.6-59fd93e4d36f4ee9403f739c1222e0d0d827b1d7 home
     1.7+13e2311f62218eb153de54dd7c51e422567df0ed home
     1.8 c0ed453c44f90740506907af67580a910cbd14c2 pod
     2.1--- a/scripts/org-graph-db-init.lisp	Fri Sep 13 22:17:56 2024 -0400
     2.2+++ b/scripts/org-graph-db-init.lisp	Mon Sep 23 19:47:38 2024 -0400
     2.3@@ -8,7 +8,7 @@
     2.4 (unless (find-package :org-graph-db)
     2.5   (defpkg :org-graph-db
     2.6     (:use :cl :std :rdb
     2.7-     :obj/db :obj/query :obj/id :obj/uuid)))
     2.8+     :obj/db :obj/query :obj/id :obj/uuid :q)))
     2.9 
    2.10 (in-package :org-graph-db)
    2.11 
    2.12@@ -85,7 +85,6 @@
    2.13     (open-db db)
    2.14     (open-cfs db)
    2.15     (setq *org-graph-db* db)
    2.16-    ;; (open-cfs db)
    2.17     (insert-org-files)
    2.18     (insert-org-nodes)
    2.19     (log:info! "created org-graph-db" db *org-graph-db-directory* *org-graph-schema*)))
     3.1--- a/skelfile	Fri Sep 13 22:17:56 2024 -0400
     3.2+++ b/skelfile	Mon Sep 23 19:47:38 2024 -0400
     3.3@@ -7,11 +7,10 @@
     3.4 :license "MPL"
     3.5 :vc (:hg "https://vc.compiler.company/infra")
     3.6 :include ("pod/skelfile")
     3.7-:components ((:org "readme"))
     3.8-:scripts "scripts"
     3.9+:components ((:org "readme")
    3.10+             (:mod "scripts"))
    3.11 :stash ".stash"
    3.12 :store "/usr/local/share/store"
    3.13-:env (STASH STORE)
    3.14 :rules
    3.15 ((check () #$./check.sh$#)
    3.16  (clean () #$rm -rvf .stash$#)