mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 22:56:15 +01:00
ab3403380f
* ascii SVR4 no CRC also called "new_ascii" - no directory/PIPE/blk etc. support atm. Some of it might be implemented later in case I'm bored:) - format implementation is based on src/copyin.c and src/util.c (see cpio sources) - it is needed to investigate #477690 ("osc fetching binaries really slow")
2 lines
25 B
Python
2 lines
25 B
Python
__all__ = ['ar', 'cpio']
|