Don't commit qlfile.

This commit is contained in:
Alexander Artemenko 2021-02-07 01:56:29 +03:00
parent f06a991aca
commit 5689ebaf14
3 changed files with 10 additions and 10 deletions

View file

@ -156,6 +156,11 @@ behaviour could be overriden by keyword argument ``:raise t``."
(log:info "Pushing local changes to the repository")
(git "add -u")
;; We don't want to commit changes to qlfile,
;; because documentation builders might change them:
(git "reset qlfile*")
(when (uiop:getenv "GITHUB_ACTIONS")
(git "config --global user.name \"github-actions[bot]\"")

3
qlfile
View file

@ -1,2 +1 @@
github mgl-pax svetlyak40wt/mgl-pax :branch mgl-pax-minimal
github docs-builder 40ants/docs-builder
dist ultralisp http://dist.ultralisp.org

View file

@ -2,11 +2,7 @@
(:class qlot/source/dist:source-dist
:initargs (:distribution "http://beta.quicklisp.org/dist/quicklisp.txt" :%version :latest)
:version "2021-01-24"))
("mgl-pax" .
(:class qlot/source/github:source-github
:initargs (:repos "svetlyak40wt/mgl-pax" :ref nil :branch "mgl-pax-minimal" :tag nil)
:version "github-dc8a4585d7b9fe7b4c83a4bc2f338eab"))
("docs-builder" .
(:class qlot/source/github:source-github
:initargs (:repos "40ants/docs-builder" :ref nil :branch nil :tag nil)
:version "github-5083d0ced1be0c7f466d2ef984ee5861"))
("ultralisp" .
(:class qlot/source/dist:source-dist
:initargs (:distribution "http://dist.ultralisp.org" :%version :latest)
:version "20210206084500"))