mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 04:09:09 +00:00
chore(packaging_aur): include note commend for clone
This commit is contained in:
parent
701f161789
commit
8b50c54140
1 changed files with 2 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue