Commit graph

160 commits

Author SHA1 Message Date
Denis Silakov
d8159116dd Fix 'print' for py3-style 2018-10-21 09:38:13 +03:00
Denis Silakov
3548d84aee Ignore trailing '/' in project names 2017-10-22 16:13:32 +03:00
dsilakov
226742dc8a Merge pull request #5 from termim/abf-console-client:fixes
fix project name and owner in get_project_name and get_project_data
2017-08-21 18:29:46 +03:00
Mikhail Terekhov
ae53d885c9 Some tabs replaced with spaces. 2017-03-13 23:18:45 -04:00
Mikhail Terekhov
41a1da8e53 Fix project name returned by get_project_data.
variable 'name' was used for both package name and source name.
2017-03-13 23:18:39 -04:00
Mikhail Terekhov
0606eb5846 Fix parsing of git remote show origin -n in get_project_name 2017-03-13 23:18:32 -04:00
Denis Silakov
cdafe55150 Correclty report an error when repo name for a fork/alias is already taken 2017-01-29 12:15:31 +03:00
Denis Silakov
b3bfec0c8c Correclty report an error when requested repository doesn't exist 2017-01-29 12:06:41 +03:00
Denis Silakov
40aa904250 Correclty report an error when requested platform doesn't exist 2017-01-29 12:03:12 +03:00
Denis Silakov
68036556e9 Throw exception during 'add' if the project is already added to some repo of the same platform 2017-01-29 10:49:56 +03:00
Denis Silakov
728a7b5266 Remove usage of temp forlder for rpmbuild - not safe, but some users need it... 2017-01-11 11:59:41 +03:00
Denis Silakov
55a28ec635 Use safe temp folder for local rpm build, copy downloaded source files into the working folder, save BUILD and BUILDROOT in case of build failure 2016-12-28 23:56:10 +03:00
Denis Silakov
84aef65ffd Add option to save all artefacts to rpmbuild command 2016-12-16 01:02:51 +03:00
Denis Silakov
c0bd31231f Merge branch 'master' of https://abf.rosalinux.ru/soft/abf-console-client 2016-01-23 21:54:20 +03:00
Denis Silakov
77198a1286 Fix possible problems with launch of 'abf build' in non-ascii locale 2016-01-23 21:54:12 +03:00
Denis Silakov
23f5b18fb4 Revert latest change - we do have use cases of 'abf put' when '-m' is not required 2016-01-05 03:46:32 +03:00
Denis Silakov
a470352387 '-m' is an obligatory option for 'abf put' 2015-12-24 14:38:32 +03:00
Denis Silakov
2301640d5d Added possibility to create empty projects 2015-12-03 15:07:46 +03:00
Denis Silakov
9f14b40b3b By default, do not add new folders and binary files during 'abf put' 2015-06-04 23:40:20 +03:00
Denis Silakov
3ec6e3ac4a Merge branch 'master' of https://abf.rosalinux.ru/soft/abf-console-client 2015-05-27 18:00:18 +03:00
Denis Silakov
6d1261732b Supress output and errors when setting maintainer of a new project for now, since only admins can set maintainers 2015-05-27 18:00:12 +03:00
Denis Silakov
6dd1646178 Gracefully handle situations when defaukt_publish_status is not set in config 2015-05-18 11:02:22 +04:00
Denis Silakov
b9b5605da3 Do not use external nodes by default 2015-05-05 11:55:50 +03:00
Denis Silakov
1eb71b6558 Set maintainer when creating a project from srpm 2015-04-28 14:37:19 +03:00
Denis Silakov
2bac925a20 Ask for default_publish_status when creating new config 2015-04-27 13:11:43 +03:00
Denis Silakov
d899b5c5b9 Avoid extra error messages if default_publish_status is absent in config 2015-04-27 13:06:19 +03:00
Denis Silakov
ba65bd8c7f Fix russian l10n 2015-04-27 13:03:03 +03:00
Denis Silakov
24ceb88906 Allow to set default_publish_status in config 2015-04-27 12:59:01 +03:00
Konstantin Vlasov
c7005fdbf2 Support API option "external_nodes" for starting build 2015-04-01 18:00:09 +03:00
Denis Silakov
00f246b518 target_project is not optional for proj_alias 2015-02-18 15:25:10 +03:00
Denis Silakov
c32fa712bc Minor cleanup 2015-02-18 15:07:54 +03:00
Denis Silakov
191a15c05a Merge branch 'master' of https://abf.rosalinux.ru/soft/abf-console-client 2015-02-18 15:06:58 +03:00
Denis Silakov
4afae28b8b Refactoring, resolve conflict between 'alias' options 2015-02-18 15:06:51 +03:00
Denis Silakov
7c40b0017e abf rpmbuild: do not fetch if there is no .abf.yml 2015-02-18 14:44:49 +03:00
Denis Silakov
2a0dcd3db5 Added hack for rosa2014.1 branch and current platform 2015-02-18 12:06:52 +03:00
Denis Silakov
8df26e6a3e Update l10n and bach_completion 2015-02-17 13:04:34 +03:00
Denis Silakov
5c9ea59748 Drop obsolete VERSION file 2015-02-16 22:04:06 +04:00
Denis Silakov
7e3ca3bd02 Merge branch 'master' of https://abf.rosalinux.ru/soft/abf-console-client
Conflicts:
	abf/api/jsn.py
	abf/model.py
2015-02-16 22:03:48 +04:00
Denis Silakov
cd8e668966 Fix project aliasing, ad 'destroy' command 2015-02-16 22:02:41 +04:00
Denis Silakov
2978be5d25 Merge branch 'master' of https://abf.rosalinux.ru/soft/abf-console-client
Conflicts:
	po/abf-console-client.pot
	po/ru.po
2015-02-13 23:49:42 +04:00
Denis Silakov
a07e74e3da Really push 'remote' command 2015-02-13 23:45:39 +04:00
Denis Silakov
082c8e195a Allow specifying --skip-proj-cfg-update for 'abf get' 2015-02-10 12:19:17 +03:00
Denis Silakov
39b6878db7 Allow specifying --skip-proj-cfg-update for 'abf get' 2015-02-10 12:18:45 +03:00
Denis Silakov
e69d4735bf Fix typo 2015-02-04 15:48:52 +03:00
Denis Silakov
1216ac1160 Add 'alias' command 2015-02-04 15:40:19 +03:00
Denis Silakov
c338d550b9 Fix l10n typo 2015-01-21 13:55:27 +03:00
Denis Silakov
05a1afb61b Fix save-to-repos and save-to-platforms in 'abf show' 2015-01-20 15:05:40 +03:00
Denis Silakov
37a9c1ba14 Fix l10n typo 2014-12-18 17:15:58 +04:00
dsilakov
b0fca9e92b Merge pull request #4 from din/abf-console-client:master
abf show extension
2014-12-16 14:30:56 +04:00
din (Dmitry Fedorov)
48a4acef6d abf show: get project details, list project buildlists 2014-12-16 11:59:03 +03:00