Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
automatic_updates
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
automatic_updates
Merge requests
!20
Issue
#3230250
: Update Composer Stager to 0.2.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3230250
: Update Composer Stager to 0.2.0
issue/automatic_updates-3230250:3230250-update-composer-stager
into
8.x-2.x
Overview
0
Commits
10
Pipelines
0
Changes
1
Merged
Adam G-H
requested to merge
issue/automatic_updates-3230250:3230250-update-composer-stager
into
8.x-2.x
3 years ago
Overview
0
Commits
10
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
1ed72394
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
1ed72394
Fucking spelling errors
· 1ed72394
Adam G-H
authored
3 years ago
src/Updater.php
+
1
−
1
Options
@@ -130,7 +130,7 @@ class Updater {
* The absolute path for stage directory.
*/
public
function
getStageDirectory
():
string
{
// @todo This should be unique, in order to support parallel
ization
, or
// @todo This should be unique, in order to support parallel
runs
, or
// multiple sites on the same server. Find a way to make it unique, and
// persistent for the entire lifetime of the update process.
return
FileSystem
::
getOsTemporaryDirectory
()
.
'/.automatic_updates_stage'
;
Loading