diff options
Diffstat (limited to 'issues/gn-uploader/guix-build-gn-uploader-error.gmi')
-rw-r--r-- | issues/gn-uploader/guix-build-gn-uploader-error.gmi | 16 |
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. |