Revisions of osc

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 711138 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 134)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 704403 from Marco Strigl's avatar Marco Strigl (mstrigl) (revision 133)
- Spec:
    * add Provides: %{use_python}-osc so that other packages
      can require the correct version (either python2-osc or
      python3-osc)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 704176 from Marco Strigl's avatar Marco Strigl (mstrigl) (revision 132)
- 0.165.1
    * fix oscssl "urldefrag is not defined error"
    * osc release command now python3 compatible
    * add more decode logic in get_commitlog
    * osc add <dir> in compressed mode now works with python3
    * osc getbinaries now prints the output instead of
      using the quiet mode as a default
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 697466 from Marco Strigl's avatar Marco Strigl (mstrigl) (revision 131)
- osc-0.165.0.tar.gz now contains the correct version (tag 0.165.0) 

- simplify "BuildArch:" decission if statements. (Avoid double
  BuildArch lines)
- Fedora29: m2crypto for python3 is named python3-m2crypto now
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 673669 from Marco Strigl's avatar Marco Strigl (mstrigl) (revision 129)
- 0.164.2
  - deleterequest for entire projects needs the --all option as additional protection
  - rewrite packagequery to support python3
  - rewrite oscerr module to support python3
  - rewrite archqeury and debquery to support python3
  - Export vc env vars when running a source service
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 666498 from Marco Strigl's avatar Marco Strigl (mstrigl) (revision 128)
- 0.164.1
  - rewrite cpio handling to support python3
  - rewrite ar module to support python3
  - enable fetch module to support python3
  - rework progressbar hanlding (if module is not present)
  - improve os_path_samefile in core.py

- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 630510 from Adrian Schröter's avatar Adrian Schröter (adrianSuSE) (revision 127)
- 0.163.0
  * add sendsysrq command (requires OBS 2.10)
  * add addcontainers command (requires OBS 2.10)
  * enable statistics for local builds
  * add new options to diff command:
    --unexpand for local diffs only (bsc#1089025)
    --meta for diffing meta files
  * add support for podman/buildag engine (docker variation)
  * support realname in .changes files
  * fix DISTURL checkout for package containers using a multibuild flavor
  * Disable ssl session resumption
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 619777 from Marco Strigl's avatar Marco Strigl (mstrigl) (revision 126)
- add Requires: python2 for Tumbleweed. 
  Otherwise just python-base is installed which does not contain ssl.py
  [bnc#1097996]
- removed duplicate entry in appimage.yml to prevent double builds
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 553430 from Marco Strigl's avatar Marco Strigl (mstrigl) (revision 125)
- 0.162.1
  - Send sha256 hashes for tracked files if the wc is pulled/linkrepair
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 536884 from Marco Strigl's avatar Marco Strigl (mstrigl) (revision 123)
- 0.161.1
  - Fix python 2.6 SyntaxError (multiple context expressions) 

- 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

  without manually installing them. [bnc#1061500]
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 531114 from Marco Strigl's avatar Marco Strigl (mstrigl) (revision 122)
- add Recommends: ca-certificates to enable TLS verification
  without manually installint them. [bnc#1061500]
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 515178 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 120)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 477742 from Marco Strigl's avatar Marco Strigl (mstrigl) (revision 117)
- 0.157.1
  - fix local build of kiwi images using obsrepositories://

- 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
Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) accepted request 447032 from Marco Strigl's avatar Marco Strigl (mstrigl) (revision 116)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 438538 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 115)
Automatic submission by obs-autosubmit
Displaying revisions 61 - 80 of 194
openSUSE Build Service is sponsored by