This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
github.com_openSUSE_osc
Watch
1
Star
0
Fork
0
You've already forked github.com_openSUSE_osc
mirror of
https://github.com/openSUSE/osc.git
synced
2024-11-10 22:56:15 +01:00
Code
5684a992dd
github.com_openSUSE_osc
/
osc
/
util
/
__init__.py
2 lines
25 B
Python
Raw
Normal View
History
Unescape
Escape
- added cpio archive reader. Supported formats: * 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")
2009-03-19 14:52:00 +01:00
__all__
=
[
'
ar
'
,
'
cpio
'
]
Copy Permalink