conflink bug fix, btrbk on x3
authorIan Kelling <ian@iankelling.org>
Sat, 19 Oct 2019 16:15:41 +0000 (12:15 -0400)
committerIan Kelling <ian@iankelling.org>
Sat, 19 Oct 2019 16:15:41 +0000 (12:15 -0400)
btrbk-run
conflink
machine_specific/btrbk.hosts

index 3e610de01b7f9fe7fc1632b1c99e2172a5ced95c..bfb2080778699b17b816737170a2c7a33cf7f1eb 100644 (file)
--- a/btrbk-run
+++ b/btrbk-run
@@ -152,6 +152,9 @@ if [[ ! -v targets && ! $source ]]; then
     x2)
       targets=($home kw)
       ;;
     x2)
       targets=($home kw)
       ;;
+    x3)
+      targets=($home)
+      ;;
     tp)
       # kd disabled temporarily while its hot and i plan to work on it.
       #targets=(frodo kd)
     tp)
       # kd disabled temporarily while its hot and i plan to work on it.
       #targets=(frodo kd)
index 42c811a6437f16b9e195b1fded71eb3516826efe..fdd3bd6072e07c25d802e132f0a828abb9605230 100755 (executable)
--- a/conflink
+++ b/conflink
@@ -140,6 +140,13 @@ case $user in
     fi
 
     m sudo -H -u user2 "${BASH_SOURCE[0]}"
     fi
 
     m sudo -H -u user2 "${BASH_SOURCE[0]}"
+
+    f=/a/bin/distro-setup/system-status
+    if [[ -x $f ]]; then
+      $f _
+    fi
+    echo 0 >~/.local/conflink
+
     ;;
   user2)
     m common-file-setup ${c_dirs[@]}
     ;;
   user2)
     m common-file-setup ${c_dirs[@]}
@@ -149,8 +156,3 @@ case $user in
     ;;
 esac
 
     ;;
 esac
 
-f=/a/bin/distro-setup/system-status
-if [[ -x $f ]]; then
-  $f _
-fi
-echo 0 >~/.local/conflink
index 249ba954ca8f3a56cbc23ea38169299618c890ee..d2378c022aa301d3f9f6cf8f06d2ec1311fe9b33 100644 (file)
@@ -2,3 +2,4 @@ kd
 kw
 x2
 tp
 kw
 x2
 tp
+x3