72953c772d
Add osc*.egg-info to .gitignore
2018-05-25 16:45:48 +02:00
351a86a0b2
Attempt for setuptools
2018-05-25 16:43:15 +02:00
lethliel
a455fd8e39
remove debug print
2018-04-27 14:03:01 +02:00
lethliel
a6627de8d3
fixed osc less <path>
2018-04-26 15:49:09 +02:00
Marco Strigl
e309a073d3
Merge pull request #407 from z3ntu/python3
...
python3: Fix osc add
2018-04-23 16:21:47 +02:00
lethliel
89a181264c
fixed osc branch with different srcprj or srcpkg
2018-04-23 12:40:57 +02:00
Luca Weiss
f8e0e2a7e0
Fix osc add
...
hashlib wants bytes, ET.tostring produces a string and not bytes
2018-04-20 08:34:39 +02:00
lethliel
a30ac8f29c
prevent progressbar to get double printed
2018-04-16 16:19:53 +02:00
lethliel
b38af807fc
fix osc log (request is shown as bytes string)
...
b'rqxxxxxx' -> rqxxxxxx
2018-04-16 13:47:20 +02:00
lethliel
8a48813d8d
fixed IncompleteRead(0) error on long builds.
...
sstatus object is introduced, which holds the state
of the stream. If an incompleteRead is thrown the stream
is restarted as long as retry_count is not reached (3)
2018-04-16 13:36:59 +02:00
lethliel
4ee2e34d5f
fix commit with editors != vim
2018-04-09 12:26:11 +02:00
lethliel
03da251ee5
rename all paths for man pages
2018-04-04 15:15:09 +02:00
lethliel
577837e256
rename man page to osc-py3.1
2018-04-04 15:12:56 +02:00
lethliel
038344f0ab
install parallel
2018-04-03 10:20:43 +02:00
lethliel
6e146a6643
added osc-py3-wrapper.py for parallel installation with osc
2018-04-03 10:13:42 +02:00
lethliel
3760a07b50
fixed osc ls with _link file
2018-03-26 15:06:02 +02:00
lethliel
e07332ac7f
fix osc lb -s and osc lbl -s
2018-03-26 14:42:23 +02:00
lethliel
73fa448528
fixed osc bl -s
2018-03-26 13:41:50 +02:00
lethliel
ba93c3fbc6
better fix for r.readinto bug
2018-03-26 13:36:50 +02:00
lethliel
8203e3eb8e
Merge branch 'python3' of github.com:openSUSE/osc into python3
2018-03-26 11:52:18 +02:00
lethliel
3e22705fda
workaround bug in http/client.py that breaks if
...
the given buffer is 0.
2018-03-26 11:51:06 +02:00
Marco Strigl
d0a966b7e3
fix oscerr.py OutdatedWorkingCopy to use self.args
...
instead of self
2018-03-22 16:07:48 +01:00
lethliel
d438091ea2
fix osc diff -r1:2. Decode diff on output
...
remove debug print statement
2018-03-22 12:48:10 +01:00
lethliel
8f12e5b3ef
add decode_list helper function to decode a list
...
with unknown elems. If a elem is not of type str
it gets decoded (we assume it is bytes then)
2018-03-21 15:09:03 +01:00
lethliel
3deb147555
fix build of osc package. open the gzip file in text mode
2018-03-19 13:13:16 +01:00
lethliel
d07d6b9b22
fix osc sr using message from changes file
2018-03-13 15:42:00 +01:00
lethliel
03097bdded
delete commented sslcertck=False setting
2018-03-12 16:31:09 +01:00
Marcus Huewe
8566d64ffd
Fix and simplify util.safewriter.SafeWriter
...
Storing the error encoding in an "encoding" attribute "breaks" the
python3 "input" function: In essence, builtin_input_impl does a
getattr(sys.stdout, 'encoding'), which returns our error encoding
instead of the "real" stdout encoding. In order to avoid this, we
store the error encoding in an "_encoding" attribute.
Making SafeWriter a new-style class simplifies the code a lot.
2018-03-12 16:22:16 +01:00
lethliel
6a1f5f78fe
real fix for chunked encoding
2018-03-12 16:19:32 +01:00
lethliel
ef2b5dd71e
temporary fix for M2Crypto chunked transfer encoding bug
2018-03-12 16:12:35 +01:00
lethliel
df6ec8d81d
adapted oscssl to new m2crypto module
2018-03-12 11:54:10 +01:00
lethliel
1c36790323
fix package listing at the end of build
2018-03-09 14:56:32 +01:00
lethliel
86e236e1cd
fix osc log with requests
2018-03-09 14:41:36 +01:00
lethliel
59584f0c00
fix edit_meta() again
2018-03-09 14:38:41 +01:00
lethliel
e1cb2dcc22
fix osc ci (creating package from working copy fails)
2018-03-09 13:58:21 +01:00
lethliel
132d04f146
fix osc metafromspec
2018-03-09 13:34:34 +01:00
lethliel
3da603bf49
fix request-uri-too-long error on large updates
...
fix osc pull
fix osc ci with orgproj
2018-03-09 11:52:56 +01:00
lethliel
3e93d6fc8c
fix creation of new meta files
2018-03-08 15:24:57 +01:00
lethliel
d846a6cf1f
support python 2.6
2018-03-08 15:19:11 +01:00
lethliel
aa7666e691
fix show_devel_project()
2018-03-08 15:09:44 +01:00
lethliel
b380fe1b8a
fix osc man
2018-03-08 14:33:50 +01:00
lethliel
863cf0e62b
fixed osc vc if no changes file is present
2018-03-08 12:02:20 +01:00
lethliel
a368c8fa16
added python 2.6 to testsuite
2018-03-08 11:47:19 +01:00
lethliel
245a7ef5f1
fix babysitter for failed osc api calls and empty diffs
2018-03-07 17:00:14 +01:00
lethliel
ae608d45ce
fix accecpt and decline after diff (osc rq)
2018-03-07 15:04:07 +01:00
lethliel
5aa4d06bc7
fix build with -k option
2018-03-07 14:44:49 +01:00
lethliel
5de19d75d5
raise 'fake' HTTPError 404 on offline build
2018-03-07 13:48:26 +01:00
lethliel
17afaa9f85
fix osc api, osc build with local packaes,
...
fix try parent object in fetch.py
2018-03-07 13:28:04 +01:00
lethliel
4ce9be4ca4
fixed osc build for arch, deb and rpm
2018-03-06 17:03:07 +01:00
lethliel
c174da4174
fix commands: search, signkey, token, vc,
...
workerinfo
2018-03-05 15:15:51 +01:00