From 8b50c541407df83bf1607443a9ad60cfc200443a Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Sun, 23 Jul 2023 21:37:22 +0530 Subject: [PATCH] chore(packaging_aur): include note commend for clone --- package/aur/publish.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/aur/publish.sh b/package/aur/publish.sh index 4de14cd..2d1daf0 100644 --- a/package/aur/publish.sh +++ b/package/aur/publish.sh @@ -51,10 +51,11 @@ mv ./ssh_config ~/.ssh/config # Declare our AUR git URLs declare -a aur_ssh_urls=("ssh://aur@aur.archlinux.org/lune.git" "ssh://aur@aur.archlinux.org/lune-git.git") -# As for now, we only publish the precompiled binary to the AUR +# As for now, we only publish the precompiled binary package to the AUR for ssh_url in "${aur_ssh_urls[@]}" do if [ $ssh_url -ne "ssh://aur@aur.archlinux.org/lune-git.git" ]; then + # NOTE: We need to have our public and private keys in `~/.ssh/aur.pub` & `~/.ssh/aur` respectively # TODO: Don't just directly try to cd into `lune` in the future git clone $ssh_url && cd lune build && test && push lune `get_current_version`