Closed
Bug 1038777
Opened 10 years ago
Closed 10 years ago
socorro cronjob lock shouldn't be in /tmp
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
95
People
(Reporter: rhelmer, Assigned: rhelmer)
Details
It's possible that some errant cleanup script is removing that out from under crontabber... /var/lock is the proper place for this kind of thing anyway.
Comment 1•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/2c8f3692dda7bc6fc340ca532e836f2c5d186112
fix bug 1038777 - keep lock in /var/lock instead of /tmp
https://github.com/mozilla/socorro/commit/7b9ba2801329485114fd4cb2900283e7debbd7c0
Merge pull request #2202 from rhelmer/bug1038777-keep-lock-in-var-lock
fix bug 1038777 - keep lock in /var/lock instead of /tmp
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 2•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/2d4d12049c3bd9c0c6ef03a36353c5a643b6a1ad
Revert "fix bug 1038777 - keep lock in /var/lock instead of /tmp"
https://github.com/mozilla/socorro/commit/fa644d6b6ab3b33e2342813819acb659b105ccf6
Merge pull request #2207 from mozilla/revert-2202-bug1038777-keep-lock-in-var-lock
Revert "fix bug 1038777 - keep lock in /var/lock instead of /tmp"
Comment 3•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/4e2e8d02dfd2466d2cc6a81dff6166f345cf5ca1
re-apply fix bug 1038777 - keep lock in /var/lock instead of /tmp
This reverts commit 2d4d12049c3bd9c0c6ef03a36353c5a643b6a1ad.
https://github.com/mozilla/socorro/commit/0055debd9d525165735ffa4ad91224de754f4ed0
Merge pull request #2210 from rhelmer/bug1038777-keep-lock-in-var-lock
re-apply fix bug 1038777 - keep lock in /var/lock instead of /tmp
Comment 4•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/cc5e59260b018cfd31b25708de8b55d0a39cbe2e
followup to bug 1038777 - doc/deploy.sh changes to make new lock directory location clear
https://github.com/mozilla/socorro/commit/e1cc06feba819500cbfa56257454bc1343871040
Merge pull request #2216 from rhelmer/bug1038777-var-lock-doc-changes
followup to bug 1038777 - doc/deploy.sh changes to make new lock directo...
Updated•10 years ago
|
Target Milestone: --- → 95
You need to log in
before you can comment on or make changes to this bug.
Description
•