Bearloga has submitted this change and it was merged. Change subject: Add missing directories ......................................................................
Add missing directories Likely these directories were missed when duplicating the repository to a new name due to their being including in .gitignore. Being included it .gitignore ensures that development won't add additional repos, but makes duplicating a bit harder. Bug: T120285 Change-Id: I9f41aea2fb4f4e0200835d69f8584352b323f22e --- A cache/apt/.gitkeep A log/.gitkeep 2 files changed, 0 insertions(+), 0 deletions(-) Approvals: Bearloga: Verified; Looks good to me, approved diff --git a/cache/apt/.gitkeep b/cache/apt/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/cache/apt/.gitkeep diff --git a/log/.gitkeep b/log/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/log/.gitkeep -- To view, visit https://gerrit.wikimedia.org/r/257645 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9f41aea2fb4f4e0200835d69f8584352b323f22e Gerrit-PatchSet: 2 Gerrit-Project: wikimedia/discovery/experimental Gerrit-Branch: master Gerrit-Owner: EBernhardson <[email protected]> Gerrit-Reviewer: Bearloga <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
