[PR #385] [MERGED] ensure correct permissions for output folder #1146

Closed
opened 2026-03-01 14:48:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/385
Author: @apkallum
Created: 7/23/2020
Status: Merged
Merged: 7/23/2020
Merged by: @pirate

Base: djangoHead: origin/output-permissions


📝 Commits (3)

  • 0ed2a23 ensure correct permissions for output folder
  • 1b94430 test: test output permissions
  • b854884 move umask to init/config

📊 Changes

5 files changed (+14 additions, -2 deletions)

View changed files

📝 archivebox/config/__init__.py (+2 -0)
📝 archivebox/index/__init__.py (+3 -0)
📝 archivebox/main.py (+0 -1)
📝 archivebox/system.py (+1 -1)
📝 tests/test_init.py (+8 -0)

📄 Description

Summary

This PR ensures correct permissions for index files + powerful (& simple) test with @cdvv7788

**Related issues: #377

Changes these areas

  • Bugfixes
  • Feature behavior
  • Command line interface
  • Configuration options
  • Internal architecture
  • Archived data layout on disk

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ArchiveBox/ArchiveBox/pull/385 **Author:** [@apkallum](https://github.com/apkallum) **Created:** 7/23/2020 **Status:** ✅ Merged **Merged:** 7/23/2020 **Merged by:** [@pirate](https://github.com/pirate) **Base:** `django` ← **Head:** `origin/output-permissions` --- ### 📝 Commits (3) - [`0ed2a23`](https://github.com/ArchiveBox/ArchiveBox/commit/0ed2a236705b57368c3abf54bfeb21a9cf31e556) ensure correct permissions for output folder - [`1b94430`](https://github.com/ArchiveBox/ArchiveBox/commit/1b944303d048ea03882d612fb0a7bf985df0af3d) test: test output permissions - [`b854884`](https://github.com/ArchiveBox/ArchiveBox/commit/b854884c568be51273b7d9a2cb3f902d2a2d4985) move umask to init/__config__ ### 📊 Changes **5 files changed** (+14 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `archivebox/config/__init__.py` (+2 -0) 📝 `archivebox/index/__init__.py` (+3 -0) 📝 `archivebox/main.py` (+0 -1) 📝 `archivebox/system.py` (+1 -1) 📝 `tests/test_init.py` (+8 -0) </details> ### 📄 Description # Summary This PR ensures correct permissions for index files + powerful (& simple) test with @cdvv7788 **Related issues: #377 # Changes these areas - [x] Bugfixes - [ ] Feature behavior - [ ] Command line interface - [ ] Configuration options - [ ] Internal architecture - [ ] Archived data layout on disk --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 14:48:36 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#1146
No description provided.