spwhitton/consfigurator
Lisp declarative configuration management system
Type | GITHUB |
---|---|
Created at | 2022-04-02 19:34:24 UTC |
Source | https://github.com/spwhitton/consfigurator |
Branch or tag | master |
Last seen commit | aa57df1eeff357a02f25eba8ce22694105121d96 |
Release | http://dist.ultralisp.org/archive/1637/spwhitton-consfigurator-20220402193415.tgz |
Systems |
|
Distributions | ultralisp |
Last check | Finished 5 days 9 hours ago. There was
an
Check ErrorTraceback (most recent call last): 0 File "/app/src/utils.lisp", line 201 In ULTRALISP/UTILS:GET-TRACEBACK Args (#<LEGIT:GIT-ERROR {100AAF4D63}>) 1 File "/app/src/pipeline/checking.lisp" In (FLET "H0" :IN ULTRALISP/PIPELINE/CHECKING::PERFORM2) Args (#<LEGIT:GIT-ERROR {100AAF4D63}>) 2 File "unknown" In SB-KERNEL::%SIGNAL Args (#<LEGIT:GIT-ERROR {100AAF4D63}>) 3 File "unknown" In ERROR Args (LEGIT:GIT-ERROR :COMMAND ("git" "pull" "origin" "master") :EXIT-CODE 128 :ERROR-TEXT "From https://github.com/spwhitton/consfigurator * branch master -> FETCH_HEAD d346e76..8b0b128 master -> origin/master *** Please tell me who you are. Run git config --global user.email \"you@example.com\" git config --global user.name \"Your Name\" to set your account's default identity. Omit --global to set the identity only in this repository. fatal: unable to auto-detect email address (got 'root@sailfish.(none)')") 4 File "/app/.qlot/dists/ultralisp/software/Shinmera-legit-20211011233212/process.lisp", line 43 In LEGIT:RUN-GIT Args ("pull" NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL "origin" "master") 5 File "/app/.qlot/dists/ultralisp/software/Shinmera-legit-20211011233212/repository.lisp" In (:METHOD LEGIT:PULL (LEGIT:REPOSITORY)) Args (#<LEGIT:REPOSITORY "/tmp/checker/spwhitton-consfigurator/"> :REMOTE NIL :REFSPECS NIL) 6 File "/app/src/downloader/github.lisp", line 26 In ULTRALISP/DOWNLOADER/GITHUB::GIT-CLONE-OR-UPDATE Args ("https://github.com/spwhitton/consfigurator.git" #P"/tmp/checker/spwhitton-consfigurator/" :COMMIT NIL :BRANCH "master") 7 File "/app/src/downloader/github.lisp" In (LAMBDA (ULTRALISP/DOWNLOADER/GITHUB::DIR &KEY :USER-OR-ORG :PROJECT :LAST-SEEN-COMMIT :LA… Args (#P"/tmp/checker/spwhitton-consfigurator/" :USER-OR-ORG "spwhitton" :PROJECT "consfigurator" :LAST-SEEN-COMMIT "aa57df1eeff357a02f25eba8ce22694105121d96" :LATEST T :BRANCH "master") 8 File "/app/src/downloader/source.lisp" In (:METHOD ULTRALISP/DOWNLOADER/BASE:DOWNLOAD (ULTRALISP/MODELS/SOURCE:SOURCE T)) Args (#<ULTRALISP/MODELS/SOURCE:SOURCE github://spwhitton/consfigurator@aa57df1eeff357a02f25eba8ce22694105121d96 (v249) has-release-info> #P"/tmp/checker/spwhitton-consfigurator" :LATEST T) 9 File "/app/src/pipeline/checking.lisp" In (LAMBDA () :IN ULTRALISP/PIPELINE/CHECKING::PERFORM2) Args () Condition: Executing git command (git pull origin master) failed with exit code 128. Git reported: From https://github.com/spwhitton/consfigurator * branch master -> FETCH_HEAD d346e76..8b0b128 master -> origin/master *** Please tell me who you are. Run git config --global user.email "you@example.com" git config --global user.name "Your Name" to set your account's default identity. Omit --global to set the identity only in this repository. fatal: unable to auto-detect email address (got 'root@sailfish.(none)') |