• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

README.mdD23-Mar-2024527 1210

__init__.pyD23-Mar-20240 10

build_flasher.pyD23-Mar-202414.1 KiB365297

build_flasher_test.pyD23-Mar-20245.4 KiB136101

build_info.pyD23-Mar-20242.4 KiB7346

build_provider.pyD23-Mar-202412.6 KiB324263

build_provider_ab.pyD23-Mar-20243.1 KiB9560

build_provider_gcs.pyD23-Mar-20244.8 KiB11485

build_provider_local_fs.pyD23-Mar-20241.4 KiB4118

build_provider_pab.pyD23-Mar-202428.7 KiB729598

build_provider_pab_test.pyD23-Mar-202412.5 KiB318277

build_provider_test.pyD23-Mar-20244.8 KiB157110

README.md

1# To set up client_secrets.json (once only)
2
3* Go to https://console.cloud.google.com/projectselector/apis/credentials/consent
4 and create a new project if needed.
5* Once on the consent screen, set the product name to anything and save.
6* Click "Create credentials" and select "OAuth client ID"
7* Under "Application type", select "Other". Click "Create".
8* Click the download button for the client you just created,
9 and save the resulting file at client_secrets.json
10
11# Running unit tests
12    python build_provider_pab_test.py