stable

Clone or download

Read-only

fix: Gerrit temporary directory is not deleted

request #35846 Created Gerrit temporary folder is never deleted Whenever a gerrit temporary directory is created it is never removed after. How to test: - Setup a Gerrit server ( make start-gerrit ) - Go into your tuleap dev container ( make bash-web ) - In your container go to /var/tmp/ - Migrate a git repository to Gerrit => The migration works. => In the container, there is no folder named `gerrit_*` - In Tuleap create a new Gerrit template from an exisiting Gerrit config (Git Administration > Gerrit Templates > Create new) - Choose a configuration => In Tuleap, the configuration is displayed => In the container, there is no folder named `gerrit_*` Change-Id: I49c9ad80dfd721419e95f5af543872cea1f794aa

Modified Files

Name
M plugins/git/include/GitActions.class.php +2 −0 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_GERRIT_MIGRATION.class.php +2 −1 Go to diff View file