Skip to content

Commit e85251f

Browse files
committed
Add repos pinning
1 parent 9d7af48 commit e85251f

File tree

4 files changed

+341
-188
lines changed

4 files changed

+341
-188
lines changed

koga

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
(list :extensions #'split-keywords
6565
:skip-sync #'split-keywords
6666
:jobs #'parse-integer
67+
:pin #'parse-integer
6768
:build-mode #'parse-keyword
6869
:build-path #'parse-namestring))
6970

@@ -139,5 +140,6 @@
139140
(apply #'uiop:symbol-call "KOGA"
140141
(cond (help "HELP")
141142
((getf initargs :archive) "ARCHIVE")
143+
((getf initargs :pin) "PIN")
142144
(t "SETUP"))
143145
initargs))

0 commit comments

Comments
 (0)