From 5689ebaf14e24c19d5cc13eb9e177160d9a1a37c Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Sun, 7 Feb 2021 01:56:29 +0300 Subject: [PATCH] Don't commit qlfile. --- .github/actions/build-docs/upload.ros | 5 +++++ qlfile | 3 +-- qlfile.lock | 12 ++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/actions/build-docs/upload.ros b/.github/actions/build-docs/upload.ros index 01ac17f..20c7822 100755 --- a/.github/actions/build-docs/upload.ros +++ b/.github/actions/build-docs/upload.ros @@ -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]\"") diff --git a/qlfile b/qlfile index e894b63..b91f000 100644 --- a/qlfile +++ b/qlfile @@ -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 diff --git a/qlfile.lock b/qlfile.lock index 63cac70..9290dd3 100644 --- a/qlfile.lock +++ b/qlfile.lock @@ -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"))