Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-04-07 13:17:55 +0400
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-04-07 13:22:27 +0400
commitbcfd9386f54f12bf5b294686afbc6bcdad8a39c5 (patch)
tree980d480a8a6322e739062cb42dce48861e80f1eb /CHANGELOG
parentbfd4494890c80e131d606c5026ea3e1146e7d4d0 (diff)
Fix popen bug in `rake gitlab:satellites:create`
The Satellite#create method no longer sets the `$?` global variable. Instead, we can use the method return value to test if the satellite was created successfully
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 59e3e22524b..d0613c301ea 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -8,6 +8,7 @@ v 6.8.0
- Create branches via API (sponsored by O'Reilly Media)
- Changed permission of gitlab-satellites directory not to be world accessible
- Protected branch does not allow force push
+ - Fix popen bug in `rake gitlab:satellites:create`
v 6.7.3
- Fix the merge notification email not being sent (Pierre de La Morinerie)