-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add occ
and occ-cron
scripts
#2126
Open
PhrozenByte
wants to merge
7
commits into
nextcloud:master
Choose a base branch
from
PhrozenByte:add-occ.sh
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Jul 23, 2024
-
This allows easier access to `occ` and `occ-cron` within the container. Signed-off-by: Daniel Rudolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d3b7a64 - Browse repository at this point
Copy the full SHA d3b7a64View commit details -
Signed-off-by: Daniel Rudolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cfff42e - Browse repository at this point
Copy the full SHA cfff42eView commit details -
Signed-off-by: Daniel Rudolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ff550e - Browse repository at this point
Copy the full SHA 4ff550eView commit details -
Fix POSIX shell differences of Alpine and Debian in
occ
andocc-cron
Signed-off-by: Daniel Rudolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67d1ed5 - Browse repository at this point
Copy the full SHA 67d1ed5View commit details -
Drop
run_as
function in entrypointPlease note that `run_as` included `sh -c`, which is in any practical sense identical to `eval`, therefore we simplify `occ maintenance:install` to use `eval` instead. I'm no fan of `eval` either, however, since we must construct `$install_options` at runtime there simply is no other way to achieve this with POSIX-alike shells like Debian's Bash POSIX mode, and Alpine's Ash. Signed-off-by: Daniel Rudolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fe86b46 - Browse repository at this point
Copy the full SHA fe86b46View commit details -
Configuration menu - View commit details
-
Copy full SHA for da1c4fe - Browse repository at this point
Copy the full SHA da1c4feView commit details -
Update README.md to mention
occ
wrapper scriptSigned-off-by: Daniel Rudolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0df09c7 - Browse repository at this point
Copy the full SHA 0df09c7View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.