Skip to content

Commit f2e2ae3

Browse files
authored
Pre-receive hooks can't create temporary files bug (#18194)
1 parent c3ffcaf commit f2e2ae3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • data/release-notes/3-0

data/release-notes/3-0/0.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ sections:
123123
- When GitHub Actions is enabled, use '`ghe-maintenance -u`' to unset maintenance mode.
124124
- 'Duplicated logging to `/var/log/messages`, `/var/log/syslog`, and `/var/log/user.log` results in increased root volume utilization.'
125125
- Users can dismiss a mandatory message without checking all checkboxes.
126+
- '[Pre-receive hook scripts](/admin/policies/enforcing-policy-with-pre-receive-hooks) cannot write temporary files, which may cause script execution to fail. Users who use pre-receive hooks should test in a staging environment to see if scripts require write access.'
126127
- Repository [deploy keys](/developers/overview/managing-deploy-keys) are unable to be used with repositories containing LFS objects.
127128
- Juypter Notebook rendering in the web UI may fail if the notebook includes non UTF-8 encoded characters.
128129
- Dependency graph fails to parse `setup.py` Python manifest files, resulting in HTTP 500 errors in logs. This, combined with the duplicated logging issue, results in increased root volume utilization.

0 commit comments

Comments
 (0)