python.toml |
|
35 |
symbolstore.py |
A base class for version-controlled file information. Ensures that the
following attributes are generated only once (successfully):
self.root
self.clean_root
self.revision
self.filename
The attributes are generated by a single call to the GetRoot,
GetRevision, and GetFilename methods. Those methods are explicitly not
implemented here and must be implemented in derived classes. |
43358 |
unit-symbolstore.py |
Test that passing filenames to exclude from processing works.
|
22032 |
upload_symbols.py |
Convert a .tar.zst file to a zip file
Our build tasks output .tar.zst files, but the tecken server only allows
.zip files to be uploaded.
:param zst_archive: path or URL to a .tar.zst source file
:param tmpdir: TemporaryDirectory to store the output zip file in
:returns: path to output zip file
|
12345 |