Change cookie, configuration and cache files to use appdir path.
Review Request #11423 — Created Jan. 31, 2021 and updated — Latest diff uploaded
We need to unify the locations that store cookie, config and cache files for the later releases.
Copy any legacy cookie files to the new appdir path and create new cookie file at the new appdir path if no legacy cookie files exist.
Write a test for generate configuration file in appdir path and pass it.
Write a test for create_cookie_jar and pass it.
Diff Revision 8
This is not the most recent revision of the diff. The latest diff is revision 11. See what's changed.
orig
1
2
3
4
5
6
7
8
9
10
11
Commits
rbtools/api/request.py |
---|
rbtools/api/tests/test_http_request.py |
---|
rbtools/commands/setup_repo.py |
---|
rbtools/utils/filesystem.py |
---|