| Age | Commit message (Collapse) | Author | 
|---|
|  | * guix/forge/utils.scm: Import (guix modules).
(with-manifest): New function. | 
|  | * guix/forge/forge.scm (ci-jobs-trigger-gexp): Import (ice-9
match). Do not try to trigger CI jobs when there are none to be
triggered.
(forge-service-type): Do not set up cron jobs and webhooks when there
are no CI jobs to be triggered. | 
|  | * guix/forge/laminar.scm (<forge-laminar-job>)[trigger?]: New field.
* guix/forge/forge.scm (ci-jobs-trigger-gexp): Only trigger jobs for
which trigger? is #t.
* doc/forge.skb (Reference)[<forge-laminar-job>]: Document trigger?. | 
|  | * guix/forge/laminar.scm (forge-laminar-activation): Suffix .run and
.after in script names. | 
|  | * guix/forge/webhook.scm (hooks-json-gexp): Suffix -webhook in script
name. | 
|  | * guix/forge/forge.scm (forge-service-type): Suffix -cron-job in
script name. | 
|  | * guix/forge/forge.scm (forge-activation): Suffix -post-receive-hook
in script name. | 
|  | * guix/forge/forge.scm: Import only laminar from (gnu packages ci). | 
|  | * guix/forge/forge.scm (forge-activation): Change ownership of parent
directory of website directory, instead of changing the ownership of
the website directory itself.
* doc/forge.skb (Reference)[<forge-project>]: Document it. | 
|  | HEAD~1..HEAD fails on shallow cloned repos.
* guix/forge/build/git.scm (download-git-to-store): Use `--max-count
1' instead of HEAD~1..HEAD to show only the first commit. | 
|  | * guix/forge/forge.scm (derivation-job-gexp): Accept #:deep-clone?
argument and pass on to latest-git-checkout.
* guix/forge/build/git.scm (download-git-to-store): Accept
#:deep-clone? argument, and deep clone the git repository if it is
#t. Explicitly specify the first commit to `git log' so that only the
first commit message is displayed. | 
|  | * guix/forge/build/utils.scm: New file. | 
|  | We don't want the scm files in doc to be picked up on `guix pull'.
* .guix-channel: New file.
* forge: Move to guix/forge. |