# Scribble ###### tags: `random` ### Notes --- :::spoiler **Jan 20 2022 scoping meeting notes** Repo: `wabbit-networks.io/softwares` Supported cases: 1. `wabbit-networks.io/software` <-- repo match 1. `wabbit-networks.io/software/*` <-- match immediate namespace `wabbit-networks.io/software/prod-good` 1. `wabbit-networks.io/software/*/*` <-- `wabbit-networks.io/software/prod/asd` <-- will add if requried in future 1. `wabbit-networks.io/software/**` <-- match all nested namespaces inside software namespace Invalid cases: 1. `wabbit-networks.io/software*` <-- parse error 1. `wabbit-networks.io/software/prod-*` <-- parse error 1. ` wabbit-networks.io/software/prod-bad/ `<-- parse error 1. ` wabbit-networks.io/soft*` <-- parse error --------------- wabbit-networks.io/software/iamge wabbit-networks.io/software/* wabbit-networks.io/software/** wabbit-networks.io/software/prod-good/image1 --- ### Comments fwiw, Bash hides ** under the "globstar" feature, which might have some wording that's worth looking at for documenting this: https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html#The-Shopt-Builtin-1 https://git-scm.com/docs/gitignore wabbit-networks.io/software/iamge1 wabbit-networks.io/software/dev/testimage1 ---- #### [IGNORE] Notary Related Tabs * https://github.com/notaryproject/roadmap/issues/13 * [NotaryV2 & Notation - Releases and Milestones](https://hackmd.io/ogZ99S7uTE-UDJC6s8epv) * [[Draft] Notary V2 - Signature Format - HackMD](https://hackmd.io/-Nkp3H7qTsGoCTsHNPnAtQ) * [Signature Specification](https://hackmd.io/9Vh-igXGQy2OLrZtO3NmPg?view) * [Git - Discuss Signature Specification](https://github.com/notaryproject/notaryproject/pull/93) * All modifications to https://github.com/shizhMSFT/notaryproject/tree/sig_req will be reflected in the PR. * The specification will enable other languages also or implementations that we might not implement. Notation-go will be just a reference implementation. :::