me
/
guix
Archived
1
0
Fork 0

scripts: publish: Export procedures.

* guix/scripts/publish.scm (open-server-socket, run-publish-server): Export
those procedures.
(%default-gzip-compression): Export it.
master
Mathieu Othacehe 2020-11-04 14:40:08 +01:00
parent 2a7e1121d8
commit edfa066dca
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 5 additions and 1 deletions

View File

@ -63,10 +63,14 @@
#:use-module ((guix build utils)
#:select (dump-port mkdir-p find-files))
#:use-module ((guix build syscalls) #:select (set-thread-name))
#:export (%public-key
#:export (%default-gzip-compression
%public-key
%private-key
signed-string
open-server-socket
run-publish-server
guix-publish))
(define (show-help)