mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
2a345b89f0
commit
9f0ae51ce5
1 changed files with 1 additions and 1 deletions
|
@ -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 ...))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue