Closed Bug 1179035 Opened 9 years ago Closed 9 years ago

Compress existing deployed json

Categories

(Content Services Graveyard :: Tiles, defect)

defect
Not set
normal
Points:
2

Tracking

(Not tracked)

RESOLVED FIXED
Iteration:
42.1 - Jul 13

People

(Reporter: Mardak, Assigned: Mardak)

References

Details

(Whiteboard: .?)

With bug 1179029, we could reduce some working directory space usage (although the big files will still be in commit history)..
oldest -rw-r--r-- 1 Ed 501 204250 Oct 15 2014 2014-09-02.first-release.json -rw-r--r-- 1 Ed 501 145460 Jun 30 16:34 2014-09-02.first-release.json.bz2 newest -rw-r--r-- 1 Ed 501 92208621 Jun 30 16:11 desktop-prerelease.2015-06-30.nogroundbreaking.json -rw-r--r-- 1 Ed 501 1779994 Jun 30 16:36 desktop-prerelease.2015-06-30.nogroundbreaking.json.bz2 commands: > $ find . -name "*.bz2" -exec bunzip2 {} \; > $ find . -name "*.json" | while read json; do cat $json | ../upcoming/tile-converter.py > out.json; mv out.json $json; bzip2 $json; done du -ks . before: 6192564 after: 276480
Assignee: nobody → edilee
Points: --- → 2
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.