1
0
forked from pool/osc
Commit Graph

80 Commits

Author SHA1 Message Date
Lars Vogdt
56da657c00 Accepting request 664116 from home:mstrigl:branches:openSUSE:Tools
- 0.164.0
  - add support for approved requests (requires OBS 2.10)
  - fix various multibuild problems
  - improved and fixed various help texts
  - check constraints without local checkout
  - check out deleted sources (osc co -D)
  - replace urlgrabber module with own module
  - use progressbar module instead of urlgrabber to draw
    progress bars
  - show buildinfo for alternative projects (--alternative-project)
  - run release job immediately (osc release --no-delay)
  - build results on project level can now be watched (osc prjresults --watch)
- removed python-urlgrabber requieres. (Not used with 0.164.0)
- added recommends for python[2]-progressbar

OBS-URL: https://build.opensuse.org/request/show/664116
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=275
2019-01-11 16:53:07 +00:00
953833f3fc update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=269
2018-08-20 11:21:15 +00:00
a66fa68b8a - 0.162.1
- Send sha256 hashes for tracked files if the wc is pulled/linkrepair

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=262
2017-12-05 13:42:18 +00:00
fb1e5d564d 0.162.0
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=260
2017-11-28 14:14:51 +00:00
cceca1192b Accepting request 537836 from home:bluca:branches:openSUSE:Tools
Fix version in osc.dsc and debian.changelog - use native version rather than non-native to differentiate with packages from the Debian archive. Also fix debian.changelog style.

OBS-URL: https://build.opensuse.org/request/show/537836
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=259
2017-11-08 10:37:23 +00:00
15e3a9ea07 - 0.161.1
- Fix python 2.6 SyntaxError (multiple context expressions)

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=257
2017-10-26 12:42:31 +00:00
4f83f5953f - 0.161
- show lintlogs in interactive request review mode
  - fix potential shell injections
  - allow multiple --repo and --arch options in prjresults
  - cleanup babysitter.by
  - supersede existing requests if --yes is passed to osc sr
  - prepend request summary to diff in interactive mode
  - show issues(bugs) in interactive diff mode

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=256
2017-10-26 11:47:10 +00:00
b4067fde3f update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=252
2017-09-22 07:07:56 +00:00
fd18b3bec4 version update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=248
2017-07-18 22:50:14 +00:00
757feac73e - 0.158.0
- cat/less/blame command: default to expand to stay in sync with checkout
  - add support for highly experimental native appimage.yml support
  - show package status when repository configuration is broken
  - add '--blame' option to osc meta command
  - try to autodetect local package when running 'osc build'
  - comment requests in interactive mode
  - fix github issue #236 (--no-cleanup not working)
  - fix wipebinaries to prevent wiping of complete repository
  - add '--build-opt' to osc build command
  - fix requests codebase to fit old obs versions

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=241
2017-05-09 07:56:45 +00:00
21beb4c91c - 0.157.2
- add compat code for older apis that do not support multibuild
  - fix ssl.connection instantiation in case of old M2Crypto
  - highly experimental support for appimage
  - fix local service run for non-existent (server-side) package

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=238
2017-03-21 12:51:52 +00:00
3481dec559 - 0.157.1
- fix local build of kiwi images using obsrepositories://

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=236
2017-03-08 12:17:40 +00:00
2046c5ec41 - 0.157
- add unpublish command (requires OBS 2.8)
  - add blame command (requires OBS 2.9)
  - results: show multibuild results by default
  - getbinaries: make .AppImage files executable
  - support operation in checked out package for cat/less/blame
  - add comment command
  - improved build recipe selection
  - added multibuild (-M) to commands:
          buildlog, remotebuildlog, buildinfo, build, buildhistory, jobhistory,
          rebuild, restartbuild/abortbuild, wipebinaries, getbinaries
  - add checkconstraints command
  - add workerinfo command

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=235
2017-03-08 09:11:35 +00:00
dcce1a232e - 0.156.0
- highlight scheduled jobs with dispatch problems (due to constraints)
  - allow to specify a log message in lock command
  - Add '--wipe' option to osc chroot for deleting buildroots
  - Add '--vm-memory' option to osc build
  - add --multibuild to results command for showing all packages
    of a multibuild config
  - add --multibuild-package option to results command for showing
    only one package of the multibuild config

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=233
2016-12-19 13:53:34 +00:00
Marcus Hüwe
f0d2ffbfc0 Accepting request 437448 from home:nickbrown:branches:openSUSE:Tools
Install bash completion in the debian package

OBS-URL: https://build.opensuse.org/request/show/437448
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=231
2016-10-27 13:48:01 +00:00
85bc4bdafb fix
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=225
2016-09-15 11:28:59 +00:00
75155dc3fb update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=223
2016-07-29 14:06:54 +00:00
80129e21a2 update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=213
2016-04-11 08:52:00 +00:00
3fba3d3deb build
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=208
2016-03-04 07:29:01 +00:00
a7a86df4cc build
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=205
2015-06-30 13:37:22 +00:00
0e0e81e317 update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=199
2015-03-26 13:55:05 +00:00
108d814a65 fix
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=197
2015-03-16 07:16:46 +00:00
9cf17c14f9 fix
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=194
2015-03-12 18:39:17 +00:00
5d9caeccff syntax fix
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=192
2015-01-13 15:54:45 +00:00
6615c6614b update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=190
2015-01-09 14:49:02 +00:00
Marcus Hüwe
aa0a0dde78 - 0.149
- removed "--diff" option from the "createrequest" command
  - introduced new "vc-cmd" config option, which is used to specify the path
    to the vc script
  - various bugfixes

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=183
2014-10-21 09:59:09 +00:00
7d309f6d7b update to 0.148.2
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=181
2014-10-10 13:09:10 +00:00
4eff5dc4a1 update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=115
2012-06-28 09:22:51 +00:00
eb7d5a46d8 osc copypac from project:home:adrianSuSE:branches:OBS_Maintained:build package:osc.openSUSE_12.1_Update revision:9, using keep-link
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=110
2012-03-12 16:23:53 +00:00
1ca7ea785d osc copypac from project:home:adrianSuSE:branches:OBS_Maintained:build package:build.openSUSE_12.1_Update revision:6, using keep-link
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=109
2012-03-12 16:23:37 +00:00
f8dbb2e98f update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=98
2011-08-25 09:40:34 +00:00
993f4142f2 update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=93
2011-07-07 04:52:49 +00:00
d85a5297f3 update dsc
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=89
2011-06-15 12:21:25 +00:00
7ed9b102ba update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=85
2011-06-10 09:50:22 +00:00
2737a62944 update to 0.132.2
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=83
2011-06-09 15:34:49 +00:00
444bd419bc update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=77
2011-06-07 14:45:37 +00:00
508f40e93b first attempt of 0.131 release
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=68
2011-04-27 12:27:05 +00:00
Marcus Hüwe
a70626db25 - updated debian.changelog
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=64
2010-12-22 13:40:50 +00:00
Marcus Hüwe
aa358658da - fixed debian changelog
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=60
2010-09-20 20:07:39 +00:00
OBS User buildservice-autocommit
4db140d40a Updating link to change in openSUSE:Factory/osc revision 45.0
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=d56eb7e3772cbbab044d385633603cd0
2010-07-19 19:08:31 +00:00
OBS User autobuild
455dd32074 Accepting request 43235 from openSUSE:Tools
checked in (request 43235)

OBS-URL: https://build.opensuse.org/request/show/43235
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=56
2010-07-19 19:08:30 +00:00
47f7a20dd1 Accepting request 43234 from openSUSE:Tools:Unstable
Copy from openSUSE:Tools:Unstable/osc via accept of submit request 43234 revision 117.
Request was accepted with message:
thank you

OBS-URL: https://build.opensuse.org/request/show/43234
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=55
2010-07-19 08:29:47 +00:00
4b28907a4f update debian changelog version
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=53
2010-06-22 06:58:02 +00:00
4481a7fc30 Accepting request 41223 from home:tjhukkan:branches:openSUSE:Tools
Copy from home:tjhukkan:branches:openSUSE:Tools/osc via accept of submit request 41223 revision 3.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/41223
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=46
2010-06-08 08:55:11 +00:00
Marcus Hüwe
38cbc7e039 Accepting request 38531 from openSUSE:Tools:Unstable
Copy from openSUSE:Tools:Unstable/osc via accept of submit request 38531 revision 95.
Request was accepted with message:
- accepted

OBS-URL: https://build.opensuse.org/request/show/38531
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=42
2010-04-22 16:21:53 +00:00
OBS User autobuild
0ca82fb4b9 Accepting request 34119 from openSUSE:Tools
checked in (request 34119)

OBS-URL: https://build.opensuse.org/request/show/34119
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=41
2010-03-05 15:04:38 +00:00
9e70737985 Accepting request 30750 from home:llunak:branches:openSUSE:Tools
Copy from home:llunak:branches:openSUSE:Tools/osc via accept of submit request 30750 revision 3.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/30750
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=39
2010-02-06 11:38:47 +00:00
OBS User buildservice-autocommit
10353ff029 Updating link to change in openSUSE:Factory/osc revision 38.0
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=215daa1dad2ae12cda2fb2f7d24d9c1c
2010-01-28 15:10:14 +00:00
OBS User autobuild
c45e4d1eba checked in (request 30723)
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=38
2010-01-28 15:10:12 +00:00
7c319396e2 Accepting request 30590 from openSUSE:Tools:Unstable
Copy from openSUSE:Tools:Unstable/osc via accept of submit request 30590 revision 81.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/30590
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=37
2010-01-27 14:20:38 +00:00