catalyst-auto-{amd64,x86}*.conf: add info echo to post_build

Added a small debug echo so that post_build.log shows some information
about what's being uploaded.  Might add destination info later.

Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
Ben Kohler 2020-05-17 10:31:07 -05:00
parent 60a1326315
commit ef26f9a26f
No known key found for this signature in database
GPG key ID: 7A85BDA4D57605C7
4 changed files with 4 additions and 0 deletions

View file

@ -62,6 +62,7 @@ update_symlinks() {
}
upload() {
echo " ** Uploading $@"
rsync \
-e 'ssh -i /root/.ssh/id_rsa -o UserKnownHostsFile=/dev/null -o VerifyHostKeyDNS=yes -o StrictHostKeyChecking=no' \
-a \

View file

@ -62,6 +62,7 @@ update_symlinks() {
}
upload() {
echo " ** Uploading $@"
rsync \
-e 'ssh -i /root/.ssh/id_rsa -o UserKnownHostsFile=/dev/null -o VerifyHostKeyDNS=yes -o StrictHostKeyChecking=no' \
-a \

View file

@ -49,6 +49,7 @@ update_symlinks() {
}
upload() {
echo " ** Uploading $@"
rsync \
-e 'ssh -i /root/.ssh/id_rsa -o UserKnownHostsFile=/dev/null -o VerifyHostKeyDNS=yes -o StrictHostKeyChecking=no' \
-a \

View file

@ -49,6 +49,7 @@ update_symlinks() {
}
upload() {
echo " ** Uploading $@"
rsync \
-e 'ssh -i /root/.ssh/id_rsa -o UserKnownHostsFile=/dev/null -o VerifyHostKeyDNS=yes -o StrictHostKeyChecking=no' \
-a \