mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-17 22:55:57 +02:00
Refine regexp in update-guix-package.scm script.
* build-aux/update-guix-package.scm (%guix-git-repo-push-url-regexp): Refine regexp. Change-Id: I562bad8f654fb797a6f0ddc5bf94feba203cb732
This commit is contained in:
@@ -126,7 +126,7 @@ COMMIT. PROC receives the temporary directory file name as an argument."
|
||||
(invoke "git" "worktree" "remove" "--force" tmp-directory))))))
|
||||
|
||||
(define %guix-git-repo-push-url-regexp
|
||||
"(git.guix.gnu.org|codeberg.org/guix)/guix.git \\(push\\)")
|
||||
"(git.guix.gnu.org|codeberg.org/guix)/guix(.git)? \\(push\\)")
|
||||
|
||||
(define-syntax-rule (with-input-pipe-to-string prog arg ...)
|
||||
(let* ((input-pipe (open-pipe* OPEN_READ prog arg ...))
|
||||
|
||||
Reference in New Issue
Block a user