1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-04 10:36:17 +01:00
github.com_openSUSE_osc/osc
Johannes Obermayr 9c016b8bf0 Forward project directory to source services.
This helps to implement an efficient way to create source tarballs from Git repositories:
1. The cloned Git repository will be stored only once in a directory; all projects will use this repository (determined by the URL).
2. The bzip2 compressed tarball will be created via 'git archive $branch $filestoinclude --prefix=$name | bzip2 --best >$projdir/$name-$version'.
3. The version will be adapted automatically without the set_version service.
4. All branched/linked projects will be updated automatically (does not with current implementation).
5. Not to mention it saves space on source host(s).
2011-07-20 11:40:04 +02:00
..
util - don't fail if terminal encoding doesn't support unicode (fixes #660445) 2011-02-11 02:45:13 +01:00
__init__.py add vim mode lines to avoid evil tab characters :-) 2010-02-25 09:53:45 +01:00
.gitignore convert svn:ignore to gitignore 2009-12-03 19:19:53 +01:00
babysitter.py PEP8-ified parts of the code. 2011-07-08 16:09:44 +02:00
build.py - fix for commit b0ddeb909d 2011-04-28 23:55:22 +02:00
checker.py ignore gpg key import errors 2010-08-17 15:16:00 +02:00
cmdln.py Return argument to do_man back 2010-12-22 13:29:52 +01:00
commandline.py - show created incident project 2011-07-19 18:05:32 +02:00
conf.py - respect no_proxy env variable 2011-07-15 20:10:45 +02:00
core.py Forward project directory to source services. 2011-07-20 11:40:04 +02:00
fetch.py fix --no-init 2011-02-22 11:17:26 +01:00
meter.py - meter.py: reduced status bar (this one is used if there's no Content-Length header) 2010-09-09 14:58:33 +02:00
OscConfigParser.py - OscConfigParser.__str__: added special handling for continuation lines 2010-12-18 15:12:07 +01:00
oscerr.py - handle errors of source service runs 2011-05-24 10:49:08 +02:00
oscssl.py allow TLS only 2011-04-20 14:12:59 +02:00
oscsslexcp.py - remove shebang line to make rpmlint happy 2010-03-21 22:57:06 +01:00