summaryrefslogtreecommitdiff
path: root/issues
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-03-18 12:23:03 +0300
committerFrederick Muriuki Muriithi2024-03-18 12:23:03 +0300
commitc33a65255310c850f2f8e0721bf9de36d58137d8 (patch)
treeca275e18f5fed95ee81361739439850a6c25b827 /issues
parente51937707f41d1a3c59cae8744aa172b043b41fe (diff)
downloadgn-gemtext-c33a65255310c850f2f8e0721bf9de36d58137d8.tar.gz
Close issue.
Diffstat (limited to 'issues')
-rw-r--r--issues/gn-uploader/guix-build-gn-uploader-error.gmi16
1 files changed, 14 insertions, 2 deletions
diff --git a/issues/gn-uploader/guix-build-gn-uploader-error.gmi b/issues/gn-uploader/guix-build-gn-uploader-error.gmi
index dbeebf3..44a5c4b 100644
--- a/issues/gn-uploader/guix-build-gn-uploader-error.gmi
+++ b/issues/gn-uploader/guix-build-gn-uploader-error.gmi
@@ -3,9 +3,9 @@
## Tags
* assigned: fredm, aruni
-* status: open
+* status: closed
* priority: critical
-*
+* type: bug
* keywords: guix, gn-uploader
## Description
@@ -110,3 +110,15 @@ ENVIRONMENT='TMPDIR=/export/tmp'
```
Now the system fails with the same error as local dev.
+
+### system-error "utime" "~A" ("No such file or directory") (2)
+
+I previously renamed `.guix/modules/gnqc-py.scm` to `.guix/modules/gn-uploader.scm` but forgot to update the symbolic link, and that lead to the error above. This has been fixed now.
+
+### In procedure utime: No such file or directory
+
+The `etc/default_config.py` file was not being installed into the store for some reason, leading to the "No such file or directory" error.
+
+I fixed this by moving the file into the `qc_app` module.
+
+I renamed the file to "default_settings.py" for consistency with other GN services.