-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Try to reduce image size #5748
Conversation
That sh script works also under windows? |
If the script does not want to work, then maybe it would be also an option to manually create the symlinks (since the file names only change after a release which is not that often). |
@@ -5,7 +5,7 @@ | |||
echo "Using branch $branch" | |||
|
|||
command="cd www/\n" | |||
command="${command}mkdir $branch\ncd $branch\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure whether -p
works on sftp
Furthermore, the parent directory exists.
We have three (!) parallel builds: windows, linux, mac. Each of that uploads to the SAME directory. Thus, the second and the third one cannot create the directory. cd
works fine (see output)
The \n
is a newline character. It separates the command on SFTP (=secure FTP). So, with your change, SPACEcd is executed instead of plain cd. Think, this is unintended?
2306188
to
3244cf2
Compare
b56bca1
to
54fe80d
Compare
…perating systems" This reverts commit b803981.
Even though the sources are the same for the build, the binary files differ.
Some difference example:
The timestamp differs (this is OK; first fie). However the |
…efore jpackage takes action)
…to-script # Conflicts: # .github/workflows/deployment.yml
b8ef7b7
to
21c6e5e
Compare
…to-script # Conflicts: # build.gradle
No, it is not. Thank you for linking |
60bf7d5 Add encyclopedia type to wikipedia-templates.csl (#5778) 031afe1 Update and rename dependent/organization-studies.csl to organization-… (#5779) 7ed71e7 Update harvard-newcastle-university.csl (#5765) 46bab91 Update annals-of-oncology.csl (#5760) 6158ae6 Create research-in-plant-disease.csl (#5738) 04422a8 Create chemmedchem.csl (#5753) 7c11521 Create clinical-kidney-journal.csl (#5749) e7ee983 Create kit-karlsruher-institut-fur-technologie-germanistik-ndl-neuere… (#5729) 96a1106 Update article format for STM journal (#5755) a4ca057 Update historia-scribere.csl (#5748) git-subtree-dir: buildres/csl/csl-styles git-subtree-split: 60bf7d5
Use rsync to speed up uploads.
Enable the "old" upload-script. The advantage of the script is to create symlinks to the latest files.Current issue:
Google does not say something specific about "Failure". I was in the server, access rights are OK. Since the last working execution of the script, I security-updated the server software. Maybe, there was a change.
Alternative to fix the upload issues. Https://github.com/appleboy/scp-action (does not create symlinks, too; but tries the uploads more harder)