From 86835f4b31370ea3da04f0e662a6a78f0e64933e Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 23 Apr 2022 13:47:27 -0700 Subject: GIT:SNAPSHOT-EXTRACTED: flip order of the two required parameters Signed-off-by: Sean Whitton --- doc/tutorial/os_installation.rst | 2 +- src/property/git.lisp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tutorial/os_installation.rst b/doc/tutorial/os_installation.rst index 02aa38a..a6f1ea0 100644 --- a/doc/tutorial/os_installation.rst +++ b/doc/tutorial/os_installation.rst @@ -58,7 +58,7 @@ disk, copy in the contents of the prebuilt chroot, and update /etc/fstab and (disk:debian-live-iso-built. nil "/srv/live/installer.iso" (os:debian-stable "bullseye" :amd64) (apt:installed "task-english" "live-config" "lvm2" "cryptsetup") - (git:snapshot-extracted "/etc/skel/src/cl" "consfig") + (git:snapshot-extracted "consfig" "/etc/skel/src/cl") (chroot:os-bootstrapped-for nil (merge-pathnames (get-hostname with-chroot-for) "/srv/chroot/") diff --git a/src/property/git.lisp b/src/property/git.lisp index 60d404a..16317f7 100644 --- a/src/property/git.lisp +++ b/src/property/git.lisp @@ -25,7 +25,7 @@ (debianlike (apt:installed "git")))) (defprop snapshot-extracted :posix - (directory snapshot-name + (snapshot-name directory &key replace &aux (dest (merge-pathnames snapshot-name -- cgit v1.2.3