Compare commits

481 Commits

Author SHA256 Message Date
c22b77a5ea Accepting request 1198012 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/1198012
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=200
2024-09-01 17:22:27 +00:00
b60a62e907 Accepting request 1194846 from openSUSE:Tools
- 1.9.0
  - Security:
    - Fix possibility to overwrite special files in .osc (CVE-2024-22034 boo#1225911)
      Source files are now stored in the 'sources' subdirectory which prevents
      name collisons. This requires changing version of '.osc' store to 2.0.
  - Command-line:
    - Introduce build --checks parameter
  - Library:
    - OscConfigParser: Remove automatic __name__ option

OBS-URL: https://build.opensuse.org/request/show/1194846
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=199
2024-08-20 14:14:39 +00:00
e0711d39ac Accepting request 1186123 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/1186123
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=198
2024-07-08 17:08:58 +00:00
1ed3ada9de - 1.8.3
- Command-line:
    - Change 'repairwc' command to always run all repair steps
  - Library:
    - Make most of the fields in KeyinfoPubkey and KeyinfoSslcert models optional
    - Fix colorize() to avoid wrapping empty string into color escape sequences
    - Provide default values for kwargs.get/pop in get_results() function

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=447
2024-07-08 09:06:58 +00:00
f31befef93 Accepting request 1184851 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/1184851
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=197
2024-07-02 16:19:26 +00:00
3d37202c66 Accepting request 1184850 from home:dmach:branches:openSUSE:Tools
- 1.8.2
  - Library:
    - Change 'repairwc' command to fix missing .osc/_osclib_version
    - Make error message in check_store_version() more generic to work for both projects and packages
    - Fix check_store_version in project store

OBS-URL: https://build.opensuse.org/request/show/1184850
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=445
2024-07-02 12:02:43 +00:00
44dadf3144 Accepting request 1184224 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/1184224
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=196
2024-07-01 09:22:22 +00:00
6b896e5a7e - 1.8.1
- Command-line:
    - Fix 'linkpac' command crash when used with '--disable-build' or '--disable-publish' option

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=443
2024-07-01 08:21:20 +00:00
6530dc000f - 1.8.0
- Command-line:
    - Improve 'submitrequest' command to inherit description from superseded request
    - Fix 'mv' command when renaming a file multiple times
    - Improve 'info' command to support projects
    - Improve 'getbinaries' command by accepting '-M' / '--multibuild-package' option outside checkouts
    - Add architecture filtering to 'release' command
    - Change 'results' command so the normal and multibuild packages have the same output
    - Change 'results' command to use csv writer instead of formatting csv as string
    - Add couple mutually exclusive options errors to 'results' command
    - Set a default value for 'results --format' only for the csv output
    - Add support for 'results --format' for the default text mode
    - Update help text for '--format' option in 'results' command
    - Add 'results --fail-on-error/-F' flag
    - Redirect venv warnings from stderr to debug output
  - Configuration:
    - Fix config parser to throw an exception on duplicate sections or options
    - Modify conf.get_config() to print permissions warning to stderr rather than stdout
  - Library:
    - Run check_store_version() in obs_scm.Store and fix related code in Project and Package
    - Forbid extracting files with absolute path from 'cpio' archives (boo#1122683)
    - Forbid extracting files with absolute path from 'ar' archives (boo#1122683)
    - Remove no longer valid warning from core.unpack_srcrpm()
    - Make obs_api.KeyinfoSslcert keyid and fingerprint fields optional
    - Fix return value in build build.create_build_descr_data()
    - Fix core.get_package_results() to obey 'multibuild_packages' argument
  - Tests:
    - Fix tests so they don't modify fixtures

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=442
2024-06-29 20:18:51 +00:00
f7dc1d305b Accepting request 1177586 from openSUSE:Tools
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1177586
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=195
2024-05-29 17:36:37 +00:00
e7edb2e7d6 Accepting request 1175844 from home:dmach:branches:openSUSE:Tools
Update to 1.7.0
See changelog for more details

OBS-URL: https://build.opensuse.org/request/show/1175844
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=440
2024-05-22 20:26:09 +00:00
a57eb2d198 Accepting request 1167781 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/1167781
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=194
2024-04-15 18:18:17 +00:00
1563351ab9 Accepting request 1167769 from home:dmach:branches:openSUSE:Tools
- 1.6.2
  - Command-line:
    - Fix 'branch' command to allow using '--new-package' option on packages that do not exist
    - Fix 'buildinfo' command to include obs:cli_debug_packages by default
    - Fix 'buildinfo' command to send complete local build environment as the 'build' command does
    - Allow `osc rpmlint` to infer prj/pkg from CWD
    - Propagate exit code from the run() and do_() commandline methods
    - Give a hint where a scmsync git is hosted
    - Fix crash in 'updatepacmetafromspec' command when working with an incomplete spec
  - Authentication:
    - Cache password from SecretService to avoid spamming user with an accept dialog
    - Never ask for credentials when displaying help
  - Library:
    - Support package linking of packages from scmsync projects
    - Fix do_createrequest() function to return None instead of request id
    - Replace invalid 'if' with 'elif' in BaseModel.dict()
    - Fix crash when no prefered packages are defined

OBS-URL: https://build.opensuse.org/request/show/1167769
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=438
2024-04-15 09:38:45 +00:00
f34b09f0ab Accepting request 1160115 from openSUSE:Tools
- remove dependency on /usr/bin/python3 using
  %python3_fix_shebang macro, [bsc#1212476] (forwarded request 1158006 from pgajdos)

OBS-URL: https://build.opensuse.org/request/show/1160115
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=193
2024-03-21 16:01:29 +00:00
8efae8db07 Accepting request 1158006 from home:pgajdos
- remove dependency on /usr/bin/python3 using
  %python3_fix_shebang macro, [bsc#1212476]

OBS-URL: https://build.opensuse.org/request/show/1158006
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=436
2024-03-21 13:29:12 +00:00
e8cbc7f7de Accepting request 1152040 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/1152040
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=192
2024-02-27 21:48:33 +00:00
119c95f150 Accepting request 1149750 from home:dmach:branches:openSUSE:Tools
- 1.6.1
  - Command-line:
    - Use busybox compatible commands for completion
    - Change 'wipe' command to use the new get_user_input() function
    - Fix error 500 in running 'meta attribute <prj>'
  - Configuration:
    - Fix resolving config symlink to the actual config file
    - Honor XDG_CONFIG_HOME and XDG_CACHE_HOME env vars
    - Warn about ignoring XDG_CONFIG_HOME and ~/.config/osc/oscrc if ~/.oscrc exists
  - Library:
    - Error out when branching a scmsync package
    - New get_user_input() function for consistent handling of user input
    - Move xml_indent, xml_quote and xml_unquote to osc.util.xml module
    - Refactor makeurl(), deprecate query taking string or list arguments, drop osc_urlencode()
    - Remove all path quoting, rely on makeurl()
    - Always use dict query in makeurl()
    - Fix core.slash_split() to strip both leading and trailing slashes

OBS-URL: https://build.opensuse.org/request/show/1149750
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=434
2024-02-27 08:30:17 +00:00
4e8031f1f9 Accepting request 1141475 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/1141475
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=191
2024-01-25 17:41:53 +00:00
09ab4b21c3 Accepting request 1141459 from home:dmach:branches:openSUSE:Tools
- 1.6.0
  - Command-line:
    - The 'token --trigger' command no longer sets '--operation=runservice' by default.
    - Change 'token --create' command to require '--operation'
    - Fix 'linkdiff' command error 400: prj/pac/md5 not in repository
    - Update 'build' command to support building 'productcompose' build type with updateinfo.xml data
    - Don't show meter in terminals that are not interactive
    - Fix traceback when running osc from an arbitrary git repo that fails to map branch to a project (boo#1218170)
  - Configuration:
    - Implement reading credentials from environmental variables
    - Allow starting with an empty config if --configfile is either empty or points to /dev/null
    - Implement 'quiet' conf option
    - Password can be an empty string (commonly used with ssh auth)
  - Connection:
    - Allow -X HEAD on osc api requests as well
  - Library:
    - Fix credentials managers to consistently return Password
    - Fix Password.encode() on python < 3.8
    - Refactor 'meter' module, use config settings to pick the right class
    - Convert to using f-strings
    - Use Field.get_callback to handle quiet/verbose and http_debug/http_full_debug options
    - Implement get_callback that allows modifying returned value to the Field class
    - Add support for List[BaseModel] type to Field class
    - Report class name when reporting an error during instantiating BaseModel object
    - Fix exporting an empty model field in  BaseModel.dict()
    - Fix initializing a sub-model instance from a dictionary
    - Implement 'Enum' support in models
    - Fix Field.origin_type for Optional types
    - Drop unused 'exclude_unset' argument from BaseModel.dict() method
    - Store cached model defaults in self._defaults, avoid sharing references to mutable defaults

OBS-URL: https://build.opensuse.org/request/show/1141459
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=432
2024-01-25 09:45:02 +00:00
a68fc3ef15 use other amazon macro
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=431
2024-01-17 14:46:02 +00:00
5d4dbd1da8 fix amazon build
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=430
2024-01-17 07:55:08 +00:00
42db5b561d Accepting request 1130938 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/1130938
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=190
2023-12-05 16:04:04 +00:00
627f3e1f6f Accepting request 1130789 from home:dmach:branches:openSUSE:Tools
- 1.5.1
  - Library:
    - Avoid using '/public/' API routes
    - Update 'osc.util.models' to avoid including lazy defaults in the rendered man pages
  - Spec:
    - Simplify distro-specific macros
    - Use %{?rhel} macros 

- specfile change : use rhel version macros wherever 'fedora' macro is also used
  + Build manpages on RHEL distros where argparse-manpage is available
    and where python3-sphinx is available and cleanly installable without 
    requiring environment(modules) from EPEL
  + use fdupes to deduplicate python bytecode on RHEL distros which support it

OBS-URL: https://build.opensuse.org/request/show/1130789
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=428
2023-12-05 09:43:46 +00:00
c2647a76e5 Accepting request 1130763 from openSUSE:Tools
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1130763
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=189
2023-12-04 22:02:04 +00:00
3422efe549 Accepting request 1123605 from home:mlewissmith:branches:openSUSE:Tools
- specfile change : use rhel version macros wherever 'fedora' macro is also used
  + Build manpages on RHEL distros where argparse-manpage is available
    and where python3-sphinx is available and cleanly installable without 
    requiring environment(modules) from EPEL
  + use fdupes to deduplicate python bytecode on RHEL distros which support it

OBS-URL: https://build.opensuse.org/request/show/1123605
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=426
2023-12-04 12:38:15 +00:00
b0e75dec8d Accepting request 1128287 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/1128287
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=188
2023-11-23 20:41:57 +00:00
6c341c910b Accepting request 1128028 from home:dmach:branches:openSUSE:Tools
- 1.5.0
  - Command-line:
    - Change 'rdiff' command to display diff for _project if no package is specified
    - Update 'build' command with initial support for 'productcompose' build type
    - Change 'build' command to disable preinstall images in rootless builds
  - Configuration:
    - Fix conf.write_initial_config() to use read_file() instead of deprecated readfp()
  - Other:
    - Support installing osc into virtualenv
  - Spec:
    - Recommend 'build' on openSUSE/SLE and 'obs-build' on all other distros

OBS-URL: https://build.opensuse.org/request/show/1128028
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=424
2023-11-23 09:28:12 +00:00
d51babeb87 Accepting request 1123909 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/1123909
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=187
2023-11-07 20:27:31 +00:00
1aa43d4859 Accepting request 1122816 from home:dmach:branches:openSUSE:Tools
- 1.4.4
  - Command-line:
    - Fix autocompletion for new locations
  - Configuration:
    - Fix apiurl_aliases handling in OscOptions.__getitem__
    - Fix crash when there's no [general]/apiurl option in the config file

OBS-URL: https://build.opensuse.org/request/show/1122816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=422
2023-11-07 10:32:53 +00:00
ba65a2cd66 Accepting request 1121166 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/1121166
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=186
2023-10-30 21:10:41 +00:00
7bdeb9bacf Accepting request 1120473 from home:jirislaby:branches:openSUSE:Tools
- fix bash completion suffix (.bash instead of .sh) (bsc#1216531)

OBS-URL: https://build.opensuse.org/request/show/1120473
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=420
2023-10-30 11:41:21 +00:00
dd9bab99de Accepting request 1120464 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/1120464
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=185
2023-10-26 15:14:40 +00:00
2ca1233cd0 Accepting request 1119916 from home:jirislaby:branches:openSUSE:Tools
- fix bash completion suffix (.bash instead of .sh)

OBS-URL: https://build.opensuse.org/request/show/1119916
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=418
2023-10-26 06:38:07 +00:00
922d82e3bf Accepting request 1118971 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/1118971
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=184
2023-10-19 20:50:18 +00:00
7a497addae Accepting request 1118947 from home:dmach:branches:openSUSE:Tools
- 1.4.3
  - Configuration:
    - Allow undefined fields in Options and HostOptions

OBS-URL: https://build.opensuse.org/request/show/1118947
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=416
2023-10-19 13:29:41 +00:00
53eae548ce Accepting request 1118018 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/1118018
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=183
2023-10-17 18:24:18 +00:00
9168991d8e Accepting request 1118006 from home:dmach:branches:openSUSE:Tools
- 1.4.2
  - Command-line:
    - Change NoPBTextMeter to display no output at all
    - Fix retrieving the configured user in 'user' command
  - Configuration:
    - Restore 'passx' host option that contains an obfuscated password
    - Fix retrieving a password in case a function returns another callable
    - Fix retrieving config values in core.vc_export_env()

OBS-URL: https://build.opensuse.org/request/show/1118006
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=414
2023-10-16 13:24:59 +00:00
ea19730c00 Accepting request 1116735 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/1116735
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=182
2023-10-10 19:00:36 +00:00
269c01d26d Accepting request 1116734 from home:dmach:branches:openSUSE:Tools
- 1.4.1
  - Configuration:
    - Always display apiurl when asking for credentials
    - Ask for new credentials when user is missing from an apiurl section in the config file
  - Library:
    - Fix testing revision for being empty
    - Fix core.change_request_state_template() to always return a string
  - Tests:
    - Replace 'git init -b' with 'git init' and 'git checkout -b'
  - Spec:
    - Run fdupes after install
    - List the python sitelib paths explicitly
    - Mark csh completion files as configs
    - Own zsh completion dirs to mute rpmlint errors
    - Move bash completion from /etc to /usr/share
    - Fix whitespaces in the changes file

OBS-URL: https://build.opensuse.org/request/show/1116734
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=412
2023-10-10 18:22:58 +00:00
231318ffd4 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=411 2023-10-10 07:02:09 +00:00
419e78e94a Accepting request 1115564 from home:dmach:branches:openSUSE:Tools
- 1.4.0
  - Command-line:
    - Add rootless build support to 'build' command for 'kvm' and 'podman' vm types
    - Print a hint to clean the build root after a failed build
    - Avoid adding a newline to prompt in 'wipe' command
    - Fix 'build' command to pass '--vm-type' option to the underlying build tool
    - Add '--just-print-buildroot' option to print build root path and exit to 'build' command
    - Add support for keep_packages_locked on request revoke
    - Import zsh completition made by Holger Macht and improve it
    - Use XDG locations in completion
    - Fix 'search' command to resolve '-B .' to the current project
    - Add '-M/--multibuild-package' option to 'checkconstraints' command
    - Allow constraints file with remote request in 'checkconstraints' command
    - Unify how the 'commit' and 'build' commands work with '--noservice' option
    - Fix 'request show' command to print superseded_by information
    - Fix 'service' command to support already documented 'r' abbreviation for 'run'
  - Configuration:
    - Implement 'exclude_files' and 'include_files' config options that allow skipping files in the 'checkout' command
    - Fix api_host_options for custom CAs (cafile and capath options work again)
    - Switch 'osc.conf.config' from dict to Options class with type checking
    - Rename conf.Options.build_type to vm_type to be consistent with obs build and osc --vm-type option
    - Update list of supported vm_type values in conf.Options.vm_type
    - Remove any duplicated code loading configuration from ENV
  - Library:
    - Add 'osc.util.models' module implementing an alternative pydantic-like data validation
    - Add 'osc.util.xdg' module for handling XDG paths
    - Fix handling empty vm_type in Store.last_buildroot
  - Spec:
    - Install zsh completion
    - Build and install oscrc man page

OBS-URL: https://build.opensuse.org/request/show/1115564
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=410
2023-10-09 11:08:20 +00:00
a0d387d143 Accepting request 1106883 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/1106883
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=181
2023-08-28 15:17:44 +00:00
d096c8b1f4 Accepting request 1106804 from home:dmach:branches:openSUSE:Tools
- 1.3.1
  - Command-line:
    - Fix string + int concatenation errors in 'build' command by using f-strings instead
    - Fix '--all' option in 'rebuild' command
    - Fix 'build' command when '--alternative-project' option is specified and the git branch cannot be mapped to a project
    - Stop suggesting that the working directory is git/mercurial/svn/cvs
    - Be helpful in deprecating commands
  - Configuration:
    - Add more config options among integer options
  - Library:
    - Fix GitStore to error out properly if there is no 'origin' remote in the git repo
    - print_buildlog: Remove control characters from build log before printing (CVE-2012-1095)

OBS-URL: https://build.opensuse.org/request/show/1106804
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=408
2023-08-28 11:53:26 +00:00
7914341056 Accepting request 1103223 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/1103223
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=180
2023-08-10 13:34:24 +00:00
adb5825e8d Accepting request 1103139 from home:dmach:branches:openSUSE:Tools
- 1.3.0
  - Command-line:
    - Add experimental support of Git SCM to the 'build' command
    - Add experimental support of Git SCM to the 'service' command
    - Make 'meta' command capable of editing attributes
    - Change '--add' option in 'meta attribute' command to skip duplicate values
    - Add an interactive option to display build log in 'request list -i' command
    - Add '--setopt' option for setting config options from the command-line
    - Fix '--prefer-pkgs' option for noinstall="1" packages in kiwi builds
    - Change 'checkout' command to print open requests only when running in an interactive terminal
    - Enhance '--force' option description in the 'request' command
  - Connection:
    - Fix crash when HTTP_PROXY env contains no auth
  - Library:
    - Add 'git_scm' module for handling packages that live in git scm rather than usual obs scm
    - Change pop_project_package_from_args() to use get_store() to support Git SCM
    - Change osc.build module to use 'store' object instead of calling core.store_*() functions
    - Use alternative project if specified in parse_repoarchdescr()
    - Fix xml indent() on Python 3.6
    - Fix less pager by adding '-R' to LESS env
    - Improve print_msg() and migrate some arbitrary prints to it

OBS-URL: https://build.opensuse.org/request/show/1103139
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=406
2023-08-09 19:17:06 +00:00
b35af9b2a3 Accepting request 1098818 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/1098818
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=179
2023-07-15 21:15:19 +00:00
a7c877fb51 Accepting request 1098639 from home:dmach:branches:openSUSE:Tools
- 1.2.0
  - Command-line:
    - Add 'repo' command and subcommands for managing repositories in project meta
    - Extend 'browse' command to open requests in a web browser
    - Add highlighting for 'osc diff' and similar commands
    - Fix 'api' command to stream output to avoid running out of memory
    - Fix printing utf-8 characters to stdout
  - Connection:
    - Fix ValueError: Cannot set verify_mode to CERT_NONE when check_hostname is enabled
  - Authentication:
    - Correctly handle passwords with utf-8 characters
  - Library:
    - Fix crash when submiting a SCM package which has no _link
    - Fix local service execution of scmsync packages
    - Detect target package by its full name, instead of assuming its origin is identical to the source package type
  - Other:
    - Spell openSUSE correctly

OBS-URL: https://build.opensuse.org/request/show/1098639
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=404
2023-07-15 15:24:45 +00:00
40d586737b Accepting request 1089016 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/1089016
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=178
2023-05-25 21:52:55 +00:00
41733874df Accepting request 1088780 from home:dmach:branches:openSUSE:Tools
- 1.1.4
  - Command-line:
    - Change 'review list' command to display open requests (state: new, review, declined)
    - Fix running osc in an AppImage by switching to the correct working directory
    - Handle ProtocolError exception
  - Library:
    - Add 'req_states' parameter to osc.core.get_review_list()
  - Connection:
    - Fix grabber to work with old urllib3 versions that do not contain URLSchemeUnknown exception

OBS-URL: https://build.opensuse.org/request/show/1088780
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=402
2023-05-25 11:13:22 +00:00
9f0b78817f Accepting request 1088528 from home:dmach:branches:openSUSE:Tools
Fix building AppImage:
- change shebang from /usr/bin/env python3 to /usr/bin/python3 to use the interpreter from the image
- also update packages to list all obs services and scm-bridge

OBS-URL: https://build.opensuse.org/request/show/1088528
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=401
2023-05-23 07:00:14 +00:00
b1ffce0e47 Accepting request 1086102 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/1086102
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=177
2023-05-10 15:38:18 +00:00
74761bc601 Accepting request 1085990 from home:dmach:branches:openSUSE:Tools
- 1.1.3
  - Command-line:
    - Backup edited messages and notify user about them when osc errors out
    - Consider only open requests when listing requests with a given review state
    - Fix 'diff' command when no files are specified
  - Configuration:
    - Add glob support to the 'trusted_prj' config option
  - Library:
    - Fix core.xmlindent() to work with ElementTree objects

OBS-URL: https://build.opensuse.org/request/show/1085990
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=399
2023-05-10 15:03:48 +00:00
8c8c56d32b Accepting request 1084818 from openSUSE:Tools
- 1.1.2
  - Command-line:
    - Add '--buildtool-opt' option passing options to underlying rpmbuild to the 'build' command
    - Fix 'diff' command to support diffing selected files only
    - Identify inherited packages in the 'dependson' command output
    - Bring the '--debug' option back to the 'buildinfo' command
    - Fix 'buildhistory' command by setting the type of the '--limit' option to int
  - Library:
    - Fix a traceback when failed to unlock a keyring
    - Don't retry on 400 HTTP status code in core.server_diff()
    - Clean-up the '.old' folder if an exception happens
    - Document 'popt' attribute in the _link template
    - Fix build.get_repo() to return only directory that contains 'repodata/repomd.xml'
  - Connection:
    - Retry on receiving the following HTTP status codes: 400, 500, 502, 503, 504
    - Allow disabling retry on 400 HTTP status code
    - Fix urlgrab to skip mirrors with invalid scheme

OBS-URL: https://build.opensuse.org/request/show/1084818
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=176
2023-05-05 13:57:40 +00:00
96d2c27d29 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=397 2023-05-05 10:34:30 +00:00
0ccd3c2bd5 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=396 2023-05-04 16:59:16 +00:00
611ca01e9d Accepting request 1084218 from home:dmach:branches:openSUSE:Tools
- 1.1.2
  - Command-line:
    - Add '--buildtool-opt' option passing options to underlying rpmbuild to the 'build' command
    - Fix 'diff' command to support diffing selected files only
    - Identify inherited packages in the 'dependson' command output
    - Bring the '--debug' option back to the 'buildinfo' command
    - Fix 'buildhistory' command by setting the type of the '--limit' option to int
  - Library:
    - Fix a traceback when failed to unlock a keyring
    - Don't retry on 400 HTTP status code in core.server_diff()
    - Clean-up the '.old' folder if an exception happens
    - Document 'popt' attribute in the _link template
    - Fix build.get_repo() to return only directory that contains 'repodata/repomd.xml'
  - Connection:
    - Retry on receiving the following HTTP status codes: 400, 500, 502, 503, 504
    - Allow disabling retry on 400 HTTP status code
    - Fix urlgrab to skip mirrors with invalid scheme

OBS-URL: https://build.opensuse.org/request/show/1084218
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=395
2023-05-03 13:13:22 +00:00
5c42e4d241 Accepting request 1084128 from home:nickbrown:branches:openSUSE:Tools
Fixed the installation of the completion, which was missing.
Create/Install a manpage.
Fixed a few lintian warnings about the packaging.

Adding this to the openSUSE:Tools prjconf would be useful so that lintian is automatically run on the built packages: https://github.com/openSUSE/obs-build/blob/master/build-recipe-dsc#L184

```
%if 0%{?debian}
support: lintian
%endif
```

OBS-URL: https://build.opensuse.org/request/show/1084128
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=394
2023-05-03 08:25:44 +00:00
05d49ffcee Accepting request 1078423 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/1078423
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=175
2023-04-11 13:54:35 +00:00
97c7608393 Accepting request 1078421 from home:dmach:branches:openSUSE:Tools
- 1.1.1
  - Command-line:
    - Fix 'creq' command that wasn't working at all
    - Fix 'ls' command when listing all projects by setting project argument to '/'
    - Fix regression: Run interactive config setup on missing config or credentials
    - Append plugin dirs to sys.path to allow loading modules installed next to the plugins
    - Do not recurse into subdirs when loading plugins
  - Configuration:
    - Display apiurl when asking for a username or a password
    - If apiurl is not set in interactive_config_setup(), use apiurl from DEFAULTS
  - Library:
    - Decode entities in HTTPError message body

OBS-URL: https://build.opensuse.org/request/show/1078421
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=392
2023-04-11 12:11:12 +00:00
2815f9ce6a Accepting request 1077044 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/1077044
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=174
2023-04-03 19:49:23 +00:00
90cd1dd25c Accepting request 1076940 from home:dmach:branches:openSUSE:Tools
- Update to 1.1.0
  - Command-line:
    - New class-based commands
    - Sort commands before printing help
    - No longer read plugins from /var/lib/osc-plugins
  - Configuration:
    - Do not error out on setting oscrc permissions if the file is owned by another user
  - Library:
    - Restore 'include_request_from_project' conf option functionality
    - Simplify how babysitter works with options and config
    - Prefer f-strings over c-style string expansion

OBS-URL: https://build.opensuse.org/request/show/1076940
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=390
2023-04-03 17:47:53 +00:00
bf4d4d6d00 Accepting request 1072666 from openSUSE:Tools
- Update to 1.0.1
  - Configuration:
    - Fix a cut&paste error in setting 'disable_hdrmd5_check' config option
  - Connection:
    - Set Content-Type of POST requests without data to 'application/x-www-form-urlencoded'

OBS-URL: https://build.opensuse.org/request/show/1072666
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=173
2023-03-17 16:05:17 +00:00
c925468393 Accepting request 1072665 from home:dmach:branches:openSUSE:Tools
- Update to 1.0.1
  - Configuration:
    - Fix a cut&paste error in setting 'disable_hdrmd5_check' config option
  - Connection:
    - Set Content-Type of POST requests without data to 'application/x-www-form-urlencoded'

OBS-URL: https://build.opensuse.org/request/show/1072665
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=388
2023-03-17 15:31:52 +00:00
4da4fcc329 Accepting request 1072318 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/1072318
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=172
2023-03-16 21:59:30 +00:00
3c4c771ba7 Accepting request 1072314 from home:dmach:branches:openSUSE:Tools
- Update to 1.0.0
- Drop debian changelog entries because they weren't updated for a long time without anybody noticing
- Simplify _service

OBS-URL: https://build.opensuse.org/request/show/1072314
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=386
2023-03-16 10:15:19 +00:00
c179dce91c Accepting request 1064026 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/1064026
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=171
2023-02-09 15:23:42 +00:00
9c3a1880a3 Accepting request 1064021 from home:dmach:branches:openSUSE:Tools
- 1.0.0b5
  - rq list: Fix a traceback when --type is not specified
  - core.checkout_package(): Use pathlib.Path
  - connection: Retry all, not just default allowed methods
  - connection: Wait between retries

OBS-URL: https://build.opensuse.org/request/show/1064021
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=384
2023-02-09 14:42:15 +00:00
7819b8a3b7 Accepting request 1063021 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/1063021
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=170
2023-02-03 21:05:58 +00:00
c732089724 Accepting request 1063014 from home:dmach:branches:openSUSE:Tools
- 1.0.0b4
  - Fix regressions to osc 0.x:
    - mv: Fix traceback due to missing target file name
    - rm: Fix creating a Package object by providing multiple files on the command line
    - copypac: Fix downgrading a package to an old revision
    - buildhist: Fix running from a package checkout
    - rebuild: Fix running from a package checkout
    - rdiff: Fix traceback when new project is not specified
    - rq list: Fix passing values of the --type option
    - build: Fix reading extra-pkgs from oscrc
    - Support withfullhistory in osc.core.get_request_list again
    - Fix osc.get_request_list ignoring the req_type parameter
  - Revert "Do not list declined requests by default"
  - connection: Mute the "Converted retries value" debug message
  - connection: Fix traceback on loading an invalid cookiejar file
  - connection: Save cookiejar only when there's a Set-Cookie header in the response
  - Add oscerr.ProjectError class needed by core.delete_project()
  - Fix all errors reported by pylint
- spec file:
  - drop upstreamed patches:
    - 1217.patch
    - 1228.patch
  - Recommend python3-distro - needed for setting the default editor by distro

OBS-URL: https://build.opensuse.org/request/show/1063014
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=382
2023-02-03 10:53:55 +00:00
b2d4433e8d Accepting request 1060883 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/1060883
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=169
2023-01-25 16:44:18 +00:00
2822cce090 Accepting request 1060881 from home:dirkmueller:Factory
- add 1217.patch to fix correct variable (prj instead of project)

OBS-URL: https://build.opensuse.org/request/show/1060881
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=380
2023-01-25 12:54:03 +00:00
05bc771cef Accepting request 1060873 from home:dirkmueller:Factory
- add 1228.patch to fix regressions in get_request_list

OBS-URL: https://build.opensuse.org/request/show/1060873
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=379
2023-01-25 12:28:21 +00:00
d71e104f11 Accepting request 1059402 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/1059402
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=168
2023-01-18 16:11:31 +00:00
2e49a3b5cb Accepting request 1059396 from home:dmach:branches:openSUSE:Tools
Remove unused debian files.

OBS-URL: https://build.opensuse.org/request/show/1059396
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=377
2023-01-18 14:46:12 +00:00
837721237b Accepting request 1058838 from home:dmach:branches:openSUSE:Tools
1.0.0b3
  - add create-pbuild-config (cpc) command which allows to create a working
    config for pbuild tool based on OBS server side data
  - branch: Add --disable-build option
  - linkpac: Add --disable-build option
  - linkpac: Fix linking a locked package by not copying the lock to the target package
  - sr: Do not error out on using an alias to apiurl
  - rq: Fix the -M/--mine option to show only requests created by the user
  - rq list: Avoid conflict between --all and --state options
  - rq list: Fix traceback when there's no search criteria
  - rq list -i: Enable forwarding requests to the parent projects
  - rq show: Improve output
  - sr accept: Enable forwarding requests to the parent projects
  - setlinkrev: Write a log message on setting a revision
  - buildhistory: Produce proper output using build_table() and a CSV writer
  - buildinfo: Bring the -d/--debug option back
  - build: Bring the --verbose' option back as --verbose-mode=MODE to avoid conflicts with global --verbose
  - service: Add verbose option for running local services
  - service: Fix manual run of source service
  - conf: Avoid crash when deleting a password
  - connection: Fix the '9 - review the server certificate' option in cert trust prompt
  - Handle uncompressed Debian packages
  - Fix osc add for github /archive/ URLs
  - Handle empty EDITOR=/PAGER= env variable properly
  - Mute ssl/tls deprecation warnings
  - Add "--extra-pkgs-from" ("-X") option to osc build.
  - Fix a scenario when OBS sends unexpected md5s
  - Replace core.findpacs() with Package.from_paths() and Package.from_paths_nofail()
  - Always list requests with 'new,review' states by default
  - Change get_request_collection() not to list declined requests by default
  - Add information about osc vc using the EDITOR envar to the help output
  - Improve argument handling in many commands
  - Implement Store class handling '.osc' dirs, migrate some code to it
  - Code cleanups
  - Deprecated:
    - core.get_request_list() function
    - core.store_write_apiurl() function
    - core.store_read_scmurl() function
    - core.store_read_apiurl() function
1.0.0b2
  - Support ssh-agent forwarding
  - ssh auth: Avoid password prompt when using TransientCredentialsManager
  - Properly handle missing ssh-keygen and ssh-add
  - Add ssh-keygen as a recommends for ssh MFA authentication
  - Print user and apiurl when prompting for a password
  - Pass apiurl to all auth handlers
  - Do not list declined requests by default
  - Fix 'osc up' on project level for scm packages
  - Lock cookiejar to prevent unnecessary signature auth
  - Process input with configurable project separators
  - Add project_separator to config file
  - Fix race condition in using .old directory in Serviceinfo.execute()
  - Send HTTP header Accept: application/xml
  - Print URLs and xpaths in debug rather than verbose mode
  - Inject no-op print() into http.client when http debugging is off
  - Reset "file current position" on errors in HTTP requests
  - Create ~/.config/osc/trusted-certs if not exists
  - conf: Convert defaults to their expected types
  - Document `build` repo selection logic
  - Add debug print for REPO (and desc just in case)
  - Shortened `build` help and add debug prints
  - Replace unmaintained cmdln.py with a custom code
  - Allow intermixing positional and optional args
  - Add global options to subcommands so they can be specified in any place
  - Remove the '-A' option from the 'maintainer' command
  - Replace the '-q/--hide-legend' option in 'prjresults' command with global '-q/--quiet' option
  - Remove duplicated --debug and --verbose options
  - Add version command to print the used version
  - Remove deprecated 'plaintext_passwd' config option
  - Remove deprecated 'GnomeKeyringCredentialsManager' and related code
  - Remove deprecated '--skip-validation' option from the 'commit' command
  - Remove deprecated '--oldpkg', '--oldprj' options from the 'rdiff' command
  - Remove deprecated subcommands 'create', 'list', 'log', 'show', 'decline', 'accept', 'delete', 'revoke' from the 'submitrequest' command
  - Remove deprecated '--seperate-requests' option from the 'submitrequest' command
  - Remove deprecated '--raw' option from the 'develproject' command
  - Remove deprecated '--maintained' option from the 'search' command
  - Remove deprecated 'rlog' command
  - Remove deprecated 'rprjresults' command
  - Remove deprecated 'rresults' command
  - Remove deprecated 'results_meta' command
  - Remove deprecated 'deleteprj' command
  - Remove deprecated 'deletepac' command
  - Remove deprecated 'editmeta' command
  - Remove deprecated Request.get_creator()
  - Remove PROJ_PACK.txt file, move its content to GitHub issue #1099
  - Remove TODO file, move its content to GitHub issue #1098
  - Remove fuse support
  - Remove unused run_bandit.sh
  - Remove obsolete osc_expand_link.pl
  - Remove unused icons
  - Replace imp with importlib
  - Move files from dist/ to contrib/
  - Move osc.fish under contrib/
  - Move python package metadata from setup.py to setup.cfg
  - Move __version__ from osc.core to osc
  - Fix resource warnings (unclosed files)
- 1.0.0b1
  - drop Python 2 support
  - switch http_request() to urllib3 and cryptography (drop M2Crypto dependency)
  - warn when using HTTP connection, Make HTTPS the default
  - add XDG compatible location for osc plugins
  - replace osc-wrapper.py with entry_points.
  - core: add functions for glob matching of multibuild flavors
  - fix multibuild packages in all osc commands where applicable
  - do not ask for login for -h,--help
  - move format_table() to util.helper
  - code cleanups

OBS-URL: https://build.opensuse.org/request/show/1058838
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=376
2023-01-18 11:09:07 +00:00
c391cc043d Accepting request 1010442 from openSUSE:Tools
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1010442
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=167
2022-10-14 13:41:54 +00:00
a56c7d992d Accepting request 1007205 from home:michals
- Fix M2Crypto package name on SLE12
- Do not build with python3.6 - it does not have libraries
    nothing provides python36-M2Crypto > 0.19
    nothing provides python36-chardet

OBS-URL: https://build.opensuse.org/request/show/1007205
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=374
2022-10-13 08:48:47 +00:00
873927ce4b Accepting request 1004901 from openSUSE:Tools
- 0.182.0
  - fix build on SLE12 / python 2.7
  - SSH auth: Fix getallmatchingheaders() output to correspond with headers.get_all()
  - send HTTP header Accept: application/xml
  - git_version: return version from the source code if there's no matching tag
- spec file:
  - Revert to python2 on SLE12
  - Recommend openssh for ssh key auth

OBS-URL: https://build.opensuse.org/request/show/1004901
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=166
2022-09-20 17:24:00 +00:00
133d973631 Accepting request 1004711 from home:dmach:branches:openSUSE:Tools
Fix version in the spec file to 0.182.0

OBS-URL: https://build.opensuse.org/request/show/1004711
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=372
2022-09-20 07:17:19 +00:00
fb37ef4c51 Accepting request 1001908 from home:dmach:branches:openSUSE:Tools
- 0.182.0
  - fix build on SLE12 / python 2.7
  - SSH auth: Fix getallmatchingheaders() output to correspond with headers.get_all()
  - send HTTP header Accept: application/xml
  - git_version: return version from the source code if there's no matching tag
- spec file:
  - Revert to python2 on SLE12
  - Recommend openssh for ssh key auth

OBS-URL: https://build.opensuse.org/request/show/1001908
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=371
2022-09-09 06:54:28 +00:00
444f38453d Accepting request 994530 from openSUSE:Tools
- fix building on distros that are not openSUSE or SLE
- build against python3.6 for SLE12 and older

OBS-URL: https://build.opensuse.org/request/show/994530
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=165
2022-08-11 16:32:53 +00:00
6cea7d1951 Accepting request 994527 from home:dmach:branches:openSUSE:Tools
- fix building on distros that are not openSUSE or SLE

OBS-URL: https://build.opensuse.org/request/show/994527
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=369
2022-08-11 12:58:08 +00:00
7c4397e1f8 Accepting request 992721 from home:dirkmueller:Factory
- build against python3.6 for SLE12 and older

OBS-URL: https://build.opensuse.org/request/show/992721
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=368
2022-08-08 14:06:17 +00:00
cda0663b5e Accepting request 991675 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/991675
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=164
2022-07-29 14:48:20 +00:00
89a3ac3203 Accepting request 991346 from home:dmach:branches:openSUSE:Tools
- 0.181.0
  - fix crash when 'pass' is not set in the config file
  - add missing attributes to Package when scm_url is set
  - fix failure to create config in current dir
  - update list of considered file names for ssh key autodetection
  - allow users to prefer ssh key over password auth
  - ssh: recognize gpg keys (yubikey usage)
  - fix operating on _project meta
  - revert "interpretation of string literals in messages" that broke unicode handling
  - fix product build rpm caching
  - enable md5 revisions in osc log
  - parseRevisionOption(): raise an exception on invalid revisions

OBS-URL: https://build.opensuse.org/request/show/991346
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=366
2022-07-29 08:12:44 +00:00
bbe135d287 Accepting request 984912 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/984912
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=163
2022-06-25 08:24:28 +00:00
71243cb9f2 Accepting request 984911 from home:dmach:branches:openSUSE:Tools
- 0.180.0
  - warn when trying to commit a prj/pac managed in scm
  - fix crash on "osc up" for git based package/projects
  - don't traceback on invalid credentials manager
  - improve README, rename it to README.md
  - declare OscHTTPSignatureAuthHandler as a new-style class
  - remove illegal character in comment

OBS-URL: https://build.opensuse.org/request/show/984911
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=364
2022-06-24 14:36:44 +00:00
83c2b84f75 Accepting request 980576 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/980576
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=162
2022-06-03 12:16:51 +00:00
d815eb4aaf Accepting request 980526 from home:dmach:branches:openSUSE:Tools
- 0.179.0
  - signature (ssh key) authetication fixes (RSA key support, skip binary files)
  - commandline: handle calls without arguments gracefully
  - use percent-quoted url for download url generation
  - osc co/up: highlight pending requests' header
  - get_results(): fix check for empty details
  - another exception for github URLs for "osc add"
  - update Sphinx configuration, documentation fixes
  - make Sphinx optional in setup.py not to break package builds
  - support flavors in aggregatepac
  - check if repos provided to aggregatepac command exist
  - several coding style fixes

OBS-URL: https://build.opensuse.org/request/show/980526
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=362
2022-06-03 06:13:42 +00:00
9fe79127f8 Accepting request 980016 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/980016
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=161
2022-05-31 13:47:42 +00:00
27f0f35d98 Accepting request 979843 from home:dmach:branches:openSUSE:Tools
- 0.178.0
  - EXPERIMENTAL: git repository handling
    * init command is working inside of a git repository
    * downloadassets command fetches references assets from build description
    * checkout is cloning from git
  - EXPERIMENTAL: signature (ssh key) authetication
    * allow to configure 'sshkey' option in the config
    * try to guess ssh key from the keys added to ssh-agent
    * rename OscHTTPBasicAuthHandler to OscHTTPAuthHandler
    * simplify bad auth retry workaround needed for old python versions
  - add support for building preinstall images
  - add support for building Helm charts
  - show the md5s that are failing to validate after fetching a package
  - add missing space to copypac completion
  - never require login in the help command
  - linkdiff: raise an exception when an added file is missing
  - run tests via calling 'setup.py test'
  - several coding style fixes
- spec file:
  - run tests via calling 'setup.py test'
  - disabled tests in debian.rules

OBS-URL: https://build.opensuse.org/request/show/979843
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=360
2022-05-31 07:07:16 +00:00
518dd3bb18 Accepting request 973067 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/973067
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=160
2022-04-27 19:41:20 +00:00
d3738ee0d3 Accepting request 972884 from home:mstrigl
- 0.177.0
  * switch to python3 in osc-wrapper and make python3 explicit
  * allow formatting of the sccache uri
  * show repository state and details
  * a few minor fixes and improvements in credentials handling
  * order credential managers by priority
  * kernel keyring is now supported as credential manager
  * support regex based name filtering in core.get_prj_results()
  * revision parsing parseRevisionOption(): cleanup and make logic consistent
  * use sr_ids[0] for superseding (fixes issues with superseding requests
    containing many packages
  * download logs and metadata in subdirs named by packages when osc getbinaries
    is issued on project level or in multibuild case
- spec file:
  * recommed python-keyring-keyutils for new kernel keyring backend

OBS-URL: https://build.opensuse.org/request/show/972884
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=358
2022-04-27 09:16:21 +00:00
805125548f Accepting request 958420 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/958420
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=159
2022-03-02 17:20:31 +00:00
0b863708ee Accepting request 958111 from home:dmach:branches:openSUSE:Tools
- 0.176.0
  * add -F option to osc submitreq
  * add --verbose option to build command
  * fix getbinaries command to fetch also multibuild packages
  * fix getbinaries -M/--multibuild-package option usage
  * skip fetching metadata and logs in the getbinaries command
  * do not download a bdep with a hdrmd5 from the api by default
  * re-download file from API when hdrmd5 doesn't match
  * honor --download-api-only option
  * remove Windows from the supported operating systems
  * fix license in setup.py
  * add py3.10 and py3.11 to the classifiers in setup.py
  * use the latest version of COPYING file from gnu.org
  * fix crash on terminal resize during download
  * do not fail with a traceback in case of a config error
  * preserve oscrc symlink when writing conf file
  * escape % character in binary download URLs
  * fix printing paths to built debian packages

OBS-URL: https://build.opensuse.org/request/show/958111
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=357
2022-03-02 10:07:36 +00:00
49d6d0cd4c Accepting request 956576 from home:matthewdva:branches:openSUSE:Tools
Fedora and EPEL provide osc in their respective repositories.  However OSC is built with a custom SPEC file.  The goal of these changes is bring the packaging of OSC closer in both build systems.  

If these changes are accepted, I plan to also submit the changes to Fedora.
  * Modified SPEC file to be more compatible with KOJI and COPR.
  ** Modified SPEC file to use python3 for CentOS/RHEL 7
  ** Modified SPEC file use fedora/rhel version macros.
  ** Changed perl to sed in %install section of SPEC file.
        Removes  PERL as an unofficial build dependence.  EPEL-9 build roots in MOCK may not include PERL

OBS-URL: https://build.opensuse.org/request/show/956576
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=356
2022-02-28 15:53:40 +00:00
Ruediger Oertel
eda1e5c926 change git protocol in _service to https
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=355
2022-01-12 12:43:09 +00:00
66acda5321 Accepting request 935127 from openSUSE:Tools
- 0.175.0 (jsc#obs-167):
  * do not crash when running "osc search --binary --verbose foo"
  * don't run source services when building outside of an OSC package working copy
  * fix XDG_CONFIG_HOME
  * offer a force ("f") choice in metafile.edit's error handling code path
  * fix XPath used in search requests
  * add support for creating a workflow token via "osc token"
  * handle missing os.sysconf more gracefully
  * detachbranch: remove _link when link target got removed
  * improve error message in case of an URLError
  * fix downloading from mirrors
  * avoid sending entire projects on "osc mr"
  * fix hdmrd5 check of local cached files
  * improve logic for conffile mode handling

OBS-URL: https://build.opensuse.org/request/show/935127
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=158
2021-12-02 21:30:18 +00:00
aa1a6b35a9 - 0.175.0:
* do not crash when running "osc search --binary --verbose foo"
  * don't run source services when building outside of an OSC package working copy
  * fix XDG_CONFIG_HOME
  * offer a force ("f") choice in metafile.edit's error handling code path
  * fix XPath used in search requests
  * add support for creating a workflow token via "osc token"
  * handle missing os.sysconf more gracefully
  * detachbranch: remove _link when link target got removed
  * improve error message in case of an URLError
  * fix downloading from mirrors
  * avoid sending entire projects on "osc mr"
  * fix hdmrd5 check of local cached files
  * improve logic for conffile mode handling

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=354
2021-12-02 08:21:59 +00:00
6567f19d23 Accepting request 907452 from openSUSE:Tools
- 0.174.0:
  * fix password deletion via "osc config -d <apiurl> pass"
  * support changing the password store via "osc config <apiurl>
    --select-password-store")
  * support slash syntax in osc browse ("osc browse prj/pkg" is equivalent to
    "osc browse prj pkg")
  * fix the commit of a frozen package wc
  * fix local product builds using obsrepositories:/ directives
  * print a meaningful message when trying to a commit a non-existent package

OBS-URL: https://build.opensuse.org/request/show/907452
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=157
2021-07-21 17:06:36 +00:00
Marcus Hüwe
24d7ff64ce - 0.174.0:
* fix password deletion via "osc config -d <apiurl> pass"
  * support changing the password store via "osc config <apiurl>
    --select-password-store")
  * support slash syntax in osc browse ("osc browse prj/pkg" is equivalent to
    "osc browse prj pkg")
  * fix the commit of a frozen package wc
  * fix local product builds using obsrepositories:/ directives
  * print a meaningful message when trying to a commit a non-existent package

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=353
2021-07-21 08:59:16 +00:00
06ada6c869 Accepting request 904279 from openSUSE:Tools
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/904279
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=156
2021-07-06 21:30:31 +00:00
Marcus Hüwe
2d18511969 Accepting request 900818 from home:tarakbumba:branches:openSUSE:Tools
- force Mageia >= 8 builds to python3; python2 is deprecated in Mageia 8 and up.
- fixed osc.changes file

OBS-URL: https://build.opensuse.org/request/show/900818
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=352
2021-07-05 20:11:44 +00:00
1bb8c2e70a Accepting request 894195 from openSUSE:Tools
- 0.173.0:
  * add showlinked command to show all references of packages linking to a given one
  * add build --shell-after-build flag. It can also be set via .oscrc.
  * add build --stage flag. Useful for example for fixing file lists and just
    running the install section to see the result of it (use --stage=i=).
    Check the help for more details.
  * allow to run build script as non-root, by setting su-wrapper empty
    => osc is not guessing anymore if user builds are wanted
  * add support for cross arch local build using a sysroot
  * support slash notation in "osc creq -a <action type> args"
  * add "--force" option to the "osc add" command (can be used to override
    the exclude_glob config option)
  * support the commit of arbitrary sized files
  * add support for sccache

OBS-URL: https://build.opensuse.org/request/show/894195
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=155
2021-05-19 15:49:22 +00:00
Marcus Hüwe
096a787c63 - 0.173.0:
* add showlinked command to show all references of packages linking to a given one
  * add build --shell-after-build flag. It can also be set via .oscrc.
  * add build --stage flag. Useful for example for fixing file lists and just
    running the install section to see the result of it (use --stage=i=).
    Check the help for more details.
  * allow to run build script as non-root, by setting su-wrapper empty
    => osc is not guessing anymore if user builds are wanted
  * add support for cross arch local build using a sysroot
  * support slash notation in "osc creq -a <action type> args"
  * add "--force" option to the "osc add" command (can be used to override
    the exclude_glob config option)
  * support the commit of arbitrary sized files
  * add support for sccache

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=350
2021-05-18 20:59:43 +00:00
fe469b6c07 Accepting request 892208 from openSUSE:Tools
- Install macros.osc to %{_rpmmacrodir}, not to /etc/rpm.

Now with compat code so it does not break on SLE12 (forwarded request 892030 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/892208
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=154
2021-05-11 21:04:16 +00:00
Marcus Hüwe
2c4bd2e66d Accepting request 892030 from home:dimstar:Factory
- Install macros.osc to %{_rpmmacrodir}, not to /etc/rpm.

Now with compat code so it does not break on SLE12

OBS-URL: https://build.opensuse.org/request/show/892030
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=348
2021-05-11 09:56:32 +00:00
1b3e6a2273 Accepting request 867257 from openSUSE:Tools
- 0.172.0:
  * support --lastsucceeded/--last-succeeded in "osc buildlog", "osc
    remotebuildlog" + friends (perform the corresponding operation on
    the build log of the last successful build)
  * fix pypi deployment via Travis CI
  * several fixes in request related code paths (no double html_escape
    of a request's description etc.)
  * support local builds in a systemd-nspawn container
  * fix potential TypeErrors+UnicodeEncodeErrors in the util.cpio and
    util.ar modules
  * support local flatpak builds (requires a recent build version)
  * "osc init <prj>" works for a non-existent (server-side) project <prj>
  * .old dir support for source services so that some services have access
    to the results of a previous service run

OBS-URL: https://build.opensuse.org/request/show/867257
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=153
2021-01-27 18:02:46 +00:00
Marcus Hüwe
31577e2edd - reformat spec with a recent version of the obs-service-format_spec_file
service

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=346
2021-01-27 16:42:25 +00:00
Marcus Hüwe
4071d731bc - 0.172.0:
* support --lastsucceeded/--last-succeeded in "osc buildlog", "osc
    remotebuildlog" + friends (perform the corresponding operation on
    the build log of the last successful build)
  * fix pypi deployment via Travis CI
  * several fixes in request related code paths (no double html_escape
    of a request's description etc.)
  * support local builds in a systemd-nspawn container
  * fix potential TypeErrors+UnicodeEncodeErrors in the util.cpio and
    util.ar modules
  * support local flatpak builds (requires a recent build version)
  * "osc init <prj>" works for a non-existent (server-side) project <prj>
  * .old dir support for source services so that some services have access
    to the results of a previous service run

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=345
2021-01-27 13:36:56 +00:00
Stephan Kulow
daf3b42a43 Accepting request 861420 from home:nickbrown:branches:openSUSE:Tools
Fixes https://github.com/openSUSE/osc/issues/888

Ultimately debtransform needs updated to cope requirements more recent versions of dpkg.
(It's weird that .dsc files is needed as well as debian.control, from which is it's generated. It would be far better if OBS could do it dependencies/build using debian.control and .dsc could be omitted. But that's a separate issue)

OBS-URL: https://build.opensuse.org/request/show/861420
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=344
2021-01-20 09:00:34 +00:00
5ce1c96bee Accepting request 847545 from openSUSE:Tools
- 0.171.1
  * maintainer search: lookup via package name by default and binary as fallback 
  * fix crash on console resize when downloading files during build 
  * add proper repourls to osc reporuls 
  * new command osc releaserequest: This command is used to transfer sources and  
    binaries without rebuilding them. 
    It requires defined release targets set to trigger="manual". 
  * some improvements on output of help and error messages

OBS-URL: https://build.opensuse.org/request/show/847545
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=152
2020-11-11 19:46:27 +00:00
e01d73b22d - 0.171.1
* maintainer search: lookup via package name by default and binary as fallback 
  * fix crash on console resize when downloading files during build 
  * add proper repourls to osc reporuls 
  * new command osc releaserequest: This command is used to transfer sources and  
    binaries without rebuilding them. 
    It requires defined release targets set to trigger="manual". 
  * some improvements on output of help and error messages

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=342
2020-11-10 16:29:23 +00:00
d3753f9ab4 Accepting request 822844 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/822844
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=151
2020-07-27 15:43:24 +00:00
Lars Vogdt
eb2cf99cda Accepting request 818321 from home:fcrozat:branches:openSUSE:Tools
- Really fix path for fish completion file to 
  /usr/share/fish/vendor_completions.d and fix its permissions.

OBS-URL: https://build.opensuse.org/request/show/818321
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=340
2020-07-26 08:04:18 +00:00
c7adc09d99 Accepting request 819698 from openSUSE:Tools
- 0.170.0
  * fix code for python3.8 and python3.9
  * remove dead code
  * fix tests
  * don't use chardet to guess encoding. utf-8 or latin-1 is now assumed
    This will speed up decoding (bsc#1173926)
  * escape sequences are interpreted correctly on -m
    osc sr -m "1st line\n2nd line"
        results in
    1st line
    2nd line
  * add status filter to osc results
  * add --brief to osc prjresults
        Gives:
        build openSUSE_Leap_15.1 x86_64 succeeded
        build openSUSE_Leap_15.0 x86_64 succeeded
        build openSUSE_Leap_15.0 armv7l unresolvable
        build openSUSE_Factory_ARM armv7l succeeded
        build openSUSE_Factory_ARM aarch64 succeeded
  * osc prjresults -s <status>: status can now be the long text like "succeeded", "failed"
  * improve error message if osc service <servicename> is not run in working directory
  * web links are now also printed for osc mr when print_web_links=1 is set
- Spec:
  * re-enable test suite

OBS-URL: https://build.opensuse.org/request/show/819698
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=150
2020-07-09 11:20:49 +00:00
08794c5ca8 - 0.170.0
* fix code for python3.8 and python3.9
  * remove dead code
  * fix tests
  * don't use chardet to guess encoding. utf-8 or latin-1 is now assumed
    This will speed up decoding (bsc#1173926)
  * escape sequences are interpreted correctly on -m
    osc sr -m "1st line\n2nd line"
        results in
    1st line
    2nd line
  * add status filter to osc results
  * add --brief to osc prjresults
        Gives:
        build openSUSE_Leap_15.1 x86_64 succeeded
        build openSUSE_Leap_15.0 x86_64 succeeded
        build openSUSE_Leap_15.0 armv7l unresolvable
        build openSUSE_Factory_ARM armv7l succeeded
        build openSUSE_Factory_ARM aarch64 succeeded
  * osc prjresults -s <status>: status can now be the long text like "succeeded", "failed"
  * improve error message if osc service <servicename> is not run in working directory
  * web links are now also printed for osc mr when print_web_links=1 is set
- Spec:
  * re-enable test suite

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=338
2020-07-09 09:11:52 +00:00
77f1affd7c Accepting request 810270 from openSUSE:Tools
- 0.169.1
  * add --ccache option to osc getbinaries 

- 0.169.0  
   * improve speed and usability of osc bash completion
   * switch packagequery.py to return only bytes
   * improved some error messages
   * osc add: support git@ (private github) or git:// URLs correctly
   * split dependson and whatdependson commands
   * support for osc build --shell-cmd
   * Fix kiwi build with --prefer-pkgs
   * add pkg-ccache support for osc build
   * fix security issue (bsc#1122675, CVE-2019-3681) do not allow '/' in filename

OBS-URL: https://build.opensuse.org/request/show/810270
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=149
2020-06-02 12:34:49 +00:00
f9f3cf0eb4 - 0.169.1
* add --ccache option to osc getbinaries

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=336
2020-05-29 18:43:21 +00:00
db844b2871 - 0.169.0
* improve speed and usability of osc bash completion
   * switch packagequery.py to return only bytes
   * improved some error messages
   * osc add: support git@ (private github) or git:// URLs correctly
   * split dependson and whatdependson commands
   * support for osc build --shell-cmd
   * Fix kiwi build with --prefer-pkgs
   * add pkg-ccache support for osc build
   * fix security issue (bsc#1122675, CVE-2019-3681) do not allow '/' in filename

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=335
2020-05-28 06:36:08 +00:00
b97ef492dc Accepting request 784534 from openSUSE:Tools
- 0.168.2
  *  use helper method _html_escape to enable python3.8 and python2.*
     compatibility (boo#1166537)

OBS-URL: https://build.opensuse.org/request/show/784534
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=148
2020-03-13 20:56:10 +00:00
a3913b00be - 0.168.2
*  use helper method _html_escape to enable python3.8 and python2.*
     compatibility (boo#1166537)

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=333
2020-03-13 06:57:13 +00:00
7ccbff4783 Accepting request 783959 from openSUSE:Tools
- Fix support for python38, osc#763

OBS-URL: https://build.opensuse.org/request/show/783959
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=147
2020-03-11 17:56:12 +00:00
972de6833c use original commite
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=331
2020-03-11 16:15:53 +00:00
b214f02125 update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=330
2020-03-11 16:14:36 +00:00
9b401162df Accepting request 782863 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/782863
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=146
2020-03-09 10:43:06 +00:00
d471d97d06 Accepting request 782817 from home:scarabeus_iv:branches:openSUSE:Tools
- Spec: temporary disable tests as they explode under python 3.8
  * Needs to compare xml using testtools.matchers.MatchesStructure

OBS-URL: https://build.opensuse.org/request/show/782817
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=328
2020-03-09 09:47:55 +00:00
983bfb9d69 Accepting request 781771 from openSUSE:Tools
- Spec:
    * fix destination of fish completion file to /usr/share/fish/vendor_completions.d 

- 0.168.0
  * MR creation honors orev now (bsc#1160446)
  * allow "osc r --vertical" for projects
  * several typo fixes
  * cleanup old functions and remove python2.6 compat code
  * support zstd arch linux files in local build
  * fix deleterequest for repositories
  * append --norootforbuild as default to build command
  * fix decoding in interactive request mode
  * use signdummy for product builds
  * print release project when creating MR
  * improve SSLError message for TLSv1 validation
  * osc maintained --version prints the version of each maintained package
  * print web url links after creating requests (New general bool option 'print_web_links' must be set in oscrc)
  * fix checkout_no_colon on project level
  * handle empty release number of rpm packages in build.py
  * handle bytes vs. str error when parsing meta
  * custom exception if importing m2crypto fails
  * fix missing oscerr import in util.helper
  * several fixes for keyring handling
  * fix arch zst magic in util.packagequery

- Ship fish completion file.

- Spec:
    * Recommend python3-keyring when using python3

OBS-URL: https://build.opensuse.org/request/show/781771
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=145
2020-03-05 22:23:01 +00:00
c592af381c - Spec:
* fix destination of fish completion file to /usr/share/fish/vendor_completions.d

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=326
2020-03-05 08:34:32 +00:00
0ddb32485c added debian specific files as Source: to satisfy
factory-auto bot

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=325
2020-03-05 07:43:09 +00:00
096bc404d6 - 0.168.0
* MR creation honors orev now (bsc#1160446)
  * allow "osc r --vertical" for projects
  * several typo fixes
  * cleanup old functions and remove python2.6 compat code
  * support zstd arch linux files in local build
  * fix deleterequest for repositories
  * append --norootforbuild as default to build command
  * fix decoding in interactive request mode
  * use signdummy for product builds
  * print release project when creating MR
  * improve SSLError message for TLSv1 validation
  * osc maintained --version prints the version of each maintained package
  * print web url links after creating requests (New general bool option 'print_web_links' must be set in oscrc)
  * fix checkout_no_colon on project level
  * handle empty release number of rpm packages in build.py
  * handle bytes vs. str error when parsing meta
  * custom exception if importing m2crypto fails
  * fix missing oscerr import in util.helper
  * several fixes for keyring handling
  * fix arch zst magic in util.packagequery

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=324
2020-03-04 15:03:14 +00:00
a58e75e0bd Accepting request 780271 from home:fcrozat:branches:openSUSE:Tools
- Ship fish completion file.

OBS-URL: https://build.opensuse.org/request/show/780271
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=323
2020-03-04 08:38:57 +00:00
d60baba78b Accepting request 763989 from home:metakcahura:branches:openSUSE:Tools
Update arch PKGBUILD file for python-3.8.

OBS-URL: https://build.opensuse.org/request/show/763989
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=322
2020-02-18 08:49:23 +00:00
2dc9e44a05 Accepting request 772679 from home:nickbrown:osc_debian_files
python3-m2crypto debian dependency needs to be optional so that the package installs on older debian/ubuntu releases where is is not available.

OBS-URL: https://build.opensuse.org/request/show/772679
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=321
2020-02-14 09:58:49 +00:00
b52755b9bf Accepting request 773494 from home:favogt:branches:openSUSE:Tools
- Spec:
    * Recommend python3-keyring when using python3

OBS-URL: https://build.opensuse.org/request/show/773494
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=320
2020-02-13 11:02:34 +00:00
81f2197b3b Accepting request 771917 from home:nickbrown:osc_debian_files
Add python3-m2crypto to debian dependencies, and reformat all depends/recommends to be easier to mange.

OBS-URL: https://build.opensuse.org/request/show/771917
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=319
2020-02-07 13:55:53 +00:00
67d707fb95 Accepting request 771059 from home:nickbrown:osc_debian_files
Updated this Debian package to package osc for python3. This means support for Debian 7 and older, Ubuntu 13.04 and older are dropped, but these are all EOL (Ubuntu 14.04 is the oldest LTS release). But it adds supports for Ubuntu Next and Debian Test which both remove python2 support by default.
This should resolve https://github.com/openSUSE/osc/issues/575

OBS-URL: https://build.opensuse.org/request/show/771059
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=318
2020-02-07 12:37:52 +00:00
74110a17e8 Accepting request 752964 from home:nickbrown:osc_debian_files
Instead of storing the debian packaging as a tarball that's hard to version, generate and mange, store them separately. There is no net change, the files re exactly as they appeared in the tarball.
This will make future improvements to the likes of the rules/control files easier, and hopefully kept in sync with the rpm spec. (I hope to move the debian package to python3 at some point).

OBS-URL: https://build.opensuse.org/request/show/752964
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=317
2020-02-07 09:47:59 +00:00
445842d10b Accepting request 761597 from openSUSE:Tools
- 0.167.2
  * fix regression in osc chroot
  * fix broken importsrcpkg

sr#761596 needed for this.

OBS-URL: https://build.opensuse.org/request/show/761597
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=144
2020-01-07 22:55:34 +00:00
5ce647bc60 - 0.167.2
* fix regression in osc chroot
  * fix broken importsrcpkg

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=315
2020-01-07 13:06:27 +00:00
9933c096ab Accepting request 755560 from openSUSE:Tools
- 0.167.1
  - fix cpio fetch error handling
  - support local build using RedHat rpm-md modules
  - fix local build outside of the working copy of a package.
    (fixes boo#1136584)
  - Use the distro module for linux platform detection for
    python3.8 compatibility

- 0.167.0
  * Added --lastsucceeded option for logfile display (requires OBS 2.11)
  * osc shell/chroot/wipe is now handled via build script (working for chroot and KVM only atm)
  * osc build/shell features:
    - --vm-type=qemu support for cross architecture builds
    - additional debug packages are read from build config now
      (extra-pkgs definition is therefore by default empty now)
    - --vm-disk-size=  switch supported (has only an effect on clean builds)
    - repository, architecture and vm_type from last build is automatically
      reused if not specified otherwise.
    - support building for kiwi products using obsrepositories:/
    - support local building using RedHat rpm-md modules
  * fix decoding for osc aggregatepac
- added Conflicts: build < 20191205. The new osc shell/chroot features might
  not work with older build scripts
- removed version dpendency for Recommends: build. Does not work anyway.
- added 0%{?centos_version} >= 800 to some %if statemets to enable build of 
  python3 version on CentOS 8 and higer

OBS-URL: https://build.opensuse.org/request/show/755560
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=143
2019-12-11 11:11:53 +00:00
26e962feaa - 0.167.1
- fix cpio fetch error handling
  - support local build using RedHat rpm-md modules
  - fix local build outside of the working copy of a package.
    (fixes boo#1136584)
  - Use the distro module for linux platform detection for
    python3.8 compatibility

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=313
2019-12-10 12:47:02 +00:00
973203db39 osc copypac from project:openSUSE:Tools package:osc revision:1584a277087669bc8dbb23dc1c3de68f, using keep-link
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=312
2019-12-06 13:17:37 +00:00
37a59587b9 Revert to 0.166.1 - 0.167 needs a new build version checked in-sync
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=142
2019-12-06 09:13:17 +00:00
OBS User buildservice-autocommit
188b099619 Updating link to change in openSUSE:Factory/osc revision 142.0
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=b7e63ffe05508856fb63d605ea560f66
2019-12-06 09:13:17 +00:00
c8d00f57a1 Accepting request 754373 from openSUSE:Tools
- 0.167.0
  * Added --lastsucceeded option for logfile display (requires OBS 2.11)
  * osc shell/chroot/wipe is now handled via build script (working for chroot and KVM only atm)
  * osc build/shell features:
    - --vm-type=qemu support for cross architecture builds
    - additional debug packages are read from build config now
      (extra-pkgs definition is therefore by default empty now)
    - --vm-disk-size=  switch supported (has only an effect on clean builds)
    - repository, architecture and vm_type from last build is automatically
      reused if not specified otherwise.
    - support building for kiwi products using obsrepositories:/
    - support local building using RedHat rpm-md modules
  * fix decoding for osc aggregatepac
- added Conflicts: build < 20191205. The new osc shell/chroot features might
  not work with older build scripts
- removed version dpendency for Recommends: build. Does not work anyway.
- added 0%{?centos_version} >= 800 to some %if statemets to enable build of 
  python3 version on CentOS 8 and higer

OBS-URL: https://build.opensuse.org/request/show/754373
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=141
2019-12-05 16:35:29 +00:00
fd28e15bed added to changes file:
- added 0%{?centos_version} >= 800 to some %if statemets to enable build of 
   python3 version on CentOS 8 and higer

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=310
2019-12-05 12:42:49 +00:00
66f1eee1fc update osc-0.167.0.tar.gz. Two new commits added to 0.167.0
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=309
2019-12-05 12:24:49 +00:00
e87af84294 feora and centos fixes
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=308
2019-12-05 10:46:35 +00:00
af1f593ead - 0.167.0
* Added --lastsucceeded option for logfile display (requires OBS 2.11)
  * osc shell/chroot/wipe is now handled via build script (working for chroot and KVM only atm)
  * osc build/shell features:
    - --vm-type=qemu support for cross architecture builds
    - additional debug packages are read from build config now
      (extra-pkgs definition is therefore by default empty now)
    - --vm-disk-size=  switch supported (has only an effect on clean builds)
    - repository, architecture and vm_type from last build is automatically
      reused if not specified otherwise.
    - support building for kiwi products using obsrepositories:/
  * fix decoding for osc aggregatepac
- added Conflicts: build < 20191205. The new osc shell/chroot features might
  not work with older build scripts
- removed version dpendency for Recommends: build. Does not work anyway.

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=307
2019-12-05 10:00:34 +00:00
557389dbf9 Accepting request 748323 from openSUSE:Tools
- 0.166.2
  * Don't enforce password reuse (boo#1156501)
  * Config option check_for_requests_on_action is now
    activated by default.
    Use check_for_request_on_action = 0 in oscrc to
    disable it
  * osc vc --file=foo bar.changes now writes the content
    from foo into bar.changes instead of creating a new file
    (boo#1155953)
  * fix output for missing pubkey when using http_debug=1 on
    osc build
  * fix crash of osc linkpac when there is already a _link

OBS-URL: https://build.opensuse.org/request/show/748323
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=140
2019-11-14 22:50:48 +00:00
d452b96b2a - 0.166.2
* Don't enforce password reuse (boo#1156501)
  * Config option check_for_requests_on_action is now
    activated by default.
    Use check_for_request_on_action = 0 in oscrc to
    disable it
  * osc vc --file=foo bar.changes now writes the content
    from foo into bar.changes instead of creating a new file
    (boo#1155953)
  * fix output for missing pubkey when using http_debug=1 on
    osc build
  * fix crash of osc linkpac when there is already a _link

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=305
2019-11-13 12:10:04 +00:00
757ce9e7f4 Accepting request 743821 from openSUSE:Tools
- 0.166.1
  * emergency fix for credentials handling:
      - in case of an old passx entry in oscrc
        osc did not work at all. Now we check in
        the compat code if we have an passx entry.

OBS-URL: https://build.opensuse.org/request/show/743821
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=139
2019-10-30 13:45:57 +00:00
e0ae99e21b - 0.166.1
* emergency fix for credentials handling:
      - in case of an old passx entry in oscrc
        osc did not work at all. Now we check in
        the compat code if we have an passx entry.

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=303
2019-10-29 10:24:27 +00:00
a1325ea2b5 Accepting request 743494 from openSUSE:Tools
- 0.166.0 (boo#1154972)
  * New password handling backend. Supported password stores:
      - Plaintext password
      - Obfuscated password
      - python-keyring (kwallet, secret store)
      - gnome-keyring
      - no store at all (ask for the password every time
  * Refactor initial setup of osc (to select password store)
  * fix decoding on osc lbl (boo#1137477)
  * fix breakage of submitting complete branches back as an
    submit request that contain packages without a change.
  * fix error with plugins and osc -h
  * various decoding improvements
  * Transfer the name of the input file to vc instead of the content
    (obs-build/vc will do the rest and open the file).
  * support appimage builds
  * new command browse. (opens a browser opening the project or package)
  * new option --incoming for osc rq and osc review to only show only
    incoming reqeusts for a project.
- new Recommends for xdg-utils. osc-browse uses xdg-open to open
  the url to the project/package in an internet browser

OBS-URL: https://build.opensuse.org/request/show/743494
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=138
2019-10-28 15:59:23 +00:00
955c50b282 Accepting request 743489 from home:mstrigl:branches:openSUSE:Tools
- 0.166.0 (boo#1154972)
  * New password handling backend. Supported password stores:
      - Plaintext password
      - Obfuscated password
      - python-keyring (kwallet, secret store)
      - gnome-keyring
      - no store at all (ask for the password every time
  * Refactor initial setup of osc (to select password store)
  * fix decoding on osc lbl (boo#1137477)
  * fix breakage of submitting complete branches back as an
    submit request that contain packages without a change.
  * fix error with plugins and osc -h
  * various decoding improvements
  * Transfer the name of the input file to vc instead of the content
    (obs-build/vc will do the rest and open the file).
  * support appimage builds
  * new command browse. (opens a browser opening the project or package)
  * new option --incoming for osc rq and osc review to only show only
    incoming reqeusts for a project.
- new Recommends for xdg-utils. osc-browse uses xdg-open to open
  the url to the project/package in an internet browser

OBS-URL: https://build.opensuse.org/request/show/743489
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=301
2019-10-28 12:57:07 +00:00
f027d4cd9a fix build
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=300
2019-10-24 09:14:08 +00:00
50957de808 Accepting request 720984 from openSUSE:Tools
- 0.165.4 (boo#1144211)
   * allow optional fork when creating a maintenance request
   * fix RPMError fallback
   * fix local caching for all package formats
   * fix appname for trusted cert store
   * osc -h does not break anymore when using plugins

OBS-URL: https://build.opensuse.org/request/show/720984
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=137
2019-08-05 11:40:42 +00:00
2b642692d9 - 0.165.4 (boo#1144211)
* allow optional fork when creating a maintenance request
   * fix RPMError fallback
   * fix local caching for all package formats
   * fix appname for trusted cert store
   * osc -h does not break anymore when using plugins

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=298
2019-08-05 06:55:44 +00:00
6881775353 Accepting request 718310 from openSUSE:Tools
- 0.165.3 (boo#1142662)
    * switch to difflib.diff_bytes and sys.stdout.buffer.write for diffing.
      This will fix all decoding issues with osc diff, osc ci and osc rq -d
    * fix osc ls -lb handling empty size and mtime
    * removed decoding on osc api command.
    * fixed broken TLS certificate handling (boo#1142518, CVE-2019-3685)

OBS-URL: https://build.opensuse.org/request/show/718310
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=136
2019-07-24 18:51:07 +00:00
4671b75744 - 0.165.3 (boo#1142662)
* switch to difflib.diff_bytes and sys.stdout.buffer.write for diffing.
      This will fix all decoding issues with osc diff, osc ci and osc rq -d
    * fix osc ls -lb handling empty size and mtime
    * removed decoding on osc api command.
    * fixed broken TLS certificate handling (boo#1142518, CVE-2019-3685)

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=296
2019-07-24 13:23:58 +00:00
de1d49dbec Accepting request 714067 from openSUSE:Tools
- 0.165.2 (boo#1140697)
    * support different token operations (runservice, release and rebuild) (requires OBS 2.10)
    * fix osc token decode error
    * offline build mode is now really offline and does not try to download the buildconfig
    * osc build -define now works with python3
    * some spelling fixes
    * properly parse the error message on osc meta -e
    * osc maintainer -s now works with python3
    * simplified and fixed osc meta -e (boo#1138977) 
    * osc lbl now works with non utf8 encoding (boo#1129889)
    * add simpleimage as local build type

OBS-URL: https://build.opensuse.org/request/show/714067
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=135
2019-07-11 11:16:37 +00:00
192ac9ff61 add bug reference to changelog entry
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=294
2019-07-08 11:39:05 +00:00
9e2eb5d961 - 0.165.2 (boo#1140697)
* support different token operations (runservice, release and rebuild) (requires OBS 2.10)
    * fix osc token decode error
    * offline build mode is now really offline and does not try to download the buildconfig
    * osc build -define now works with python3
    * some spelling fixes
    * properly parse the error message on osc meta -e
    * osc maintainer -s now works with python3
    * simplified and fixed osc meta -e
    * osc lbl now works with non utf8 encoding (boo#1129889)
    * add simpleimage as local build type

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=293
2019-07-08 11:25:49 +00:00
6caa0882df Accepting request 711138 from openSUSE:Tools
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/711138
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=134
2019-06-20 17:04:31 +00:00
4f6da10af1 added bug number for 0.165.1 release
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=291
2019-06-13 12:54:19 +00:00
fd29bc330f Accepting request 704403 from openSUSE:Tools
- Spec:
    * add Provides: %{use_python}-osc so that other packages
      can require the correct version (either python2-osc or
      python3-osc)

OBS-URL: https://build.opensuse.org/request/show/704403
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=133
2019-05-22 09:16:10 +00:00
83e5e48323 fix spelling error
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=289
2019-05-21 09:29:19 +00:00
908e8c3ab4 - Spec:
* add Provides: %{use_python}-osc so that other packages
      can require the correct verion (either python2-osc or
      python3-osc)

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=288
2019-05-21 09:13:00 +00:00
a9ca385ab2 Accepting request 704176 from openSUSE:Tools
- 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

OBS-URL: https://build.opensuse.org/request/show/704176
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=132
2019-05-20 11:18:49 +00:00
890d002ffe - 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

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=286
2019-05-20 06:49:45 +00:00
7222b01330 Accepting request 697466 from openSUSE:Tools
- 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

OBS-URL: https://build.opensuse.org/request/show/697466
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=131
2019-04-25 14:20:25 +00:00
7d89656a0e - osc-0.165.0.tar.gz now contains the correct version (tag 0.165.0)
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=284
2019-04-24 11:21:14 +00:00
6cd0de6dc5 - simplify "BuildArch:" decission if statements. (Avoid double
BuildArch lines)
- Fedora29: m2crypto for python3 is named python3-m2crypto now

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=283
2019-04-24 09:57:40 +00:00
b99552b999 Accepting request 696759 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/696759
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=130
2019-04-23 12:35:58 +00:00
103cff2c92 Accepting request 695702 from home:mstrigl:branches:openSUSE:Tools
- 0.165.0
    * full python3 compatibility (bsc#1125243)
        fixes bsc#1131512, bsc#1129889, bsc#1129757
    * removed following patches (now upstream):
        001_helper.patch
        002_man_page_building.patch
        003_setup.patch 
        004_babysitter.patch
        005_oscssl.patch
        006_build.patch
        007_core.patch
        008_commandline.patch
        009_fetch.patch
        010_fix-decoding_in_canonname.patch
        011_repodata.patch
        012_packagequery.patch
- spec file modifications:
    * noarch only on non-SUSE distros and newer SUSE Versions > 11
    * disable testsuite on older SUSE Versions (unittest module too old)

- moved Recommends for diffstat to suse specific section. 

- added Buildrequires and Requires for python-chardet
    * needed for determining the encoding of objects (Requires)
    * needed also for testing in %check section (BuildRequires) 

- activate tests for osc
- add Buildrequires and Recommends for diffstat
    osc prdiff --diffstat needs it
    The testsuite needs it (Therefore the BuildRequires

OBS-URL: https://build.opensuse.org/request/show/695702
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=281
2019-04-22 12:19:59 +00:00
66ecaceb3c Accepting request 673669 from openSUSE:Tools
- 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

OBS-URL: https://build.opensuse.org/request/show/673669
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=129
2019-02-13 09:06:58 +00:00
6dbeae2852 - 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

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=279
2019-02-12 08:20:16 +00:00
d270b4c83e Accepting request 666498 from openSUSE:Tools
- 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

OBS-URL: https://build.opensuse.org/request/show/666498
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=128
2019-01-21 09:58:13 +00:00
Marcus Hüwe
c66a7460e1 Accepting request 666512 from home:nickbrown:branches:openSUSE:Tools
Update debian package for the recent urlgrabber/progressbar changes

OBS-URL: https://build.opensuse.org/request/show/666512
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=277
2019-01-16 18:02:28 +00:00
Marcus Hüwe
82d203330d Accepting request 666488 from home:mstrigl:branches:openSUSE:Tools
- 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

OBS-URL: https://build.opensuse.org/request/show/666488
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=276
2019-01-16 14:44:18 +00:00
Lars Vogdt
fa8e69e763 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
42e496cdd8 size down
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=274
2018-10-15 14:16:09 +00:00
077ca2d03f ups
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=273
2018-10-15 14:11:24 +00:00
088be7d5c2 fix
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=272
2018-10-15 14:03:17 +00:00
61330fa1ce Accepting request 630510 from openSUSE:Tools
- 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

OBS-URL: https://build.opensuse.org/request/show/630510
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=127
2018-08-20 14:23:02 +00:00
b948109515 changes
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=270
2018-08-20 11:24:59 +00:00
929f774bcb update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=269
2018-08-20 11:21:15 +00:00
dea1191872 Accepting request 619777 from openSUSE:Tools
- 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

OBS-URL: https://build.opensuse.org/request/show/619777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=126
2018-06-29 20:37:10 +00:00
4aacdbbadf added modification from adrian to changes file
Diff for working copy: .
Index: osc.changes
===================================================================

--- osc.changes	(revision 0c1c480d00eac42ba775cf43b25a0662)
+++ osc.changes	(working copy)
@@ -3,7 +3,8 @@
 
 - add Requires: python2 for Tumbleweed. 
   Otherwise just python-base is installed which does not contain ssl.py
-  [bnc#1097996] 
+  [bnc#1097996]
+- removed duplicate entry in appimage.yml to prevent double builds 
 
 -------------------------------------------------------------------
 Tue Dec  5 13:41:04 UTC 2017 - marco.strigl@suse.com

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=267
2018-06-29 13:03:02 +00:00
1538e760ac modified changelog entry to correct version
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=266
2018-06-29 11:01:56 +00:00
2fdd4314a0 - add Requires: python2 / python for Leap and Tumbleweed.
Otherwise just python-base is installed which does not contain ssl.py
  [bnc#1097996]

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=265
2018-06-29 07:28:51 +00:00
39e2d7e6f9 simplify
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=264
2017-12-11 08:40:27 +00:00
a438ceb9e4 Accepting request 553430 from openSUSE:Tools
- 0.162.1
  - Send sha256 hashes for tracked files if the wc is pulled/linkrepair

OBS-URL: https://build.opensuse.org/request/show/553430
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=125
2017-12-07 12:53:57 +00:00
2def194cc8 - 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
e57da260cd Accepting request 546237 from openSUSE:Tools
version update

OBS-URL: https://build.opensuse.org/request/show/546237
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=124
2017-11-29 09:54:26 +00:00
31880b96b3 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
3f7e2d7cc6 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
1b19d72595 Accepting request 536884 from openSUSE:Tools
- 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]

OBS-URL: https://build.opensuse.org/request/show/536884
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=123
2017-10-27 12:01:05 +00:00
6e6b4b3b9a - 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
0cb195f62e - 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
fe339d322c Accepting request 531114 from openSUSE:Tools
- add Recommends: ca-certificates to enable TLS verification
  without manually installint them. [bnc#1061500]

OBS-URL: https://build.opensuse.org/request/show/531114
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=122
2017-10-05 10:01:26 +00:00
5acf6f9591 - add Recommends: ca-certificates to enable TLS verification
without manually installint them. [bnc#1061500]

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=254
2017-10-04 09:09:02 +00:00
692c904a40 Accepting request 528240 from openSUSE:Tools
container support

OBS-URL: https://build.opensuse.org/request/show/528240
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=121
2017-09-23 19:36:21 +00:00
ca28702493 update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=252
2017-09-22 07:07:56 +00:00
475e7796e2 Accepting request 515178 from openSUSE:Tools
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/515178
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=120
2017-08-23 09:54:09 +00:00
Marcus Hüwe
7037c41c43 Accepting request 512849 from home:jberry:release-tools
- Provide non-deprecated plugin directory and macro for plugins.

OBS-URL: https://build.opensuse.org/request/show/512849
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=250
2017-08-01 10:34:44 +00:00
8109678397 add recommends
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=249
2017-07-20 21:18:57 +00:00
36b524074d 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
Lars Vogdt
f1ab59843d Accepting request 509034 from home:bluca:branches:openSUSE:Tools
Debian: depend on "build | obs-build"

Debian and Ubuntu rename build to obs-build to disambiguate. Depend on either (favouring build as it's the upstream name) to be compatible with both.

OBS-URL: https://build.opensuse.org/request/show/509034
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=247
2017-07-13 08:18:01 +00:00
a34ec0d59d fix
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=246
2017-06-09 17:59:21 +00:00
0afbee8616 ups
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=245
2017-06-09 17:51:53 +00:00
f6764d364f add mini important service files
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=244
2017-06-09 17:51:23 +00:00
fb09c61e89 Accepting request 502699 from home:adrianSuSE:branches:openSUSE:Tools
add appimage build description

OBS-URL: https://build.opensuse.org/request/show/502699
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=243
2017-06-09 17:34:43 +00:00
b3e67bb776 Accepting request 493676 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/493676
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=119
2017-05-09 16:10:09 +00:00
7fc63e048d - 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
507733ea75 Accepting request 481778 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/481778
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=118
2017-03-21 21:51:42 +00:00
35334de087 added missing tarball
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=239
2017-03-21 12:59:08 +00:00
74620c4504 - 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
fa410d8e83 Accepting request 477742 from openSUSE:Tools
- 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

OBS-URL: https://build.opensuse.org/request/show/477742
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=117
2017-03-12 19:03:54 +00:00
69fe003334 - 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
b68ac4116b - 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
Ludwig Nussel
2437eaf26f Accepting request 447032 from openSUSE:Tools
- 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/request/show/447032
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=116
2016-12-29 21:44:27 +00:00
9c1ed21986 - 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
ffecbf7114 Accepting request 438538 from openSUSE:Tools
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/438538
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=115
2016-11-05 20:26:25 +00:00
Marcus Hüwe
7f25c1e172 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
5014cfde32 fix for debian 6
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=230
2016-10-21 07:04:19 +00:00
8f641f6ff5 fix build for debian
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=229
2016-10-21 06:54:02 +00:00
2b2508dc0e fix
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=228
2016-10-20 09:05:44 +00:00
c9b47c3da1 Accepting request 427914 from openSUSE:Tools
fixed osc add of a new package container

OBS-URL: https://build.opensuse.org/request/show/427914
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=114
2016-09-16 09:02:43 +00:00
2058f959f9 add
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=226
2016-09-15 11:30:24 +00:00
5a3a13d037 fix
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=225
2016-09-15 11:28:59 +00:00
5c3485faf7 Accepting request 415859 from openSUSE:Tools
version update

OBS-URL: https://build.opensuse.org/request/show/415859
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=113
2016-08-03 09:44:04 +00:00
58f17b6a2f update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=223
2016-07-29 14:06:54 +00:00
6f92446882 Accepting request 403699 from openSUSE:Tools
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/403699
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=112
2016-06-25 00:21:25 +00:00
5f92e87a9d Accepting request 400955 from home:Marcus_H:branches:openSUSE:Tools
- make a noarch package if suse_version >= 1120 (since 1120 python
  noarch packages are supported)

OBS-URL: https://build.opensuse.org/request/show/400955
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=221
2016-06-13 12:49:12 +00:00
3684f0d1fa grmbl
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=220
2016-06-02 16:09:11 +00:00
6016d103f0 ups2
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=219
2016-06-02 14:52:56 +00:00
7fd36781fc ups
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=218
2016-06-02 14:52:25 +00:00
1793a1e77a fix for mageia
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=217
2016-06-02 14:40:08 +00:00
3c677ee8b3 everywhere, except dead old suse versions
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=216
2016-06-02 14:35:10 +00:00
2619353e8c make fedora builds noarch as well
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=215
2016-06-02 14:34:07 +00:00
b4b394df05 Accepting request 387372 from openSUSE:Tools
version update

OBS-URL: https://build.opensuse.org/request/show/387372
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=111
2016-04-12 17:38:32 +00:00
3cacd74523 update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=213
2016-04-11 08:52:00 +00:00
ec86966c28 Accepting request 386247 from openSUSE:Tools
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/386247
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=110
2016-04-11 07:14:28 +00:00
Marcus Hüwe
9b3b1632c4 Accepting request 382824 from home:olh:branches:openSUSE:Tools
- Recommend powerpc32 to avoid 'osc build' failures

OBS-URL: https://build.opensuse.org/request/show/382824
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=211
2016-04-01 10:56:02 +00:00
4dd9a0d92e Accepting request 365772 from openSUSE:Tools
version update

OBS-URL: https://build.opensuse.org/request/show/365772
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=109
2016-03-07 12:27:34 +00:00
6e522663e1 update to 0.153.0
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=209
2016-03-04 07:39:15 +00:00
ef8a203892 build
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=208
2016-03-04 07:29:01 +00:00
638c7f09ed Accepting request 314521 from openSUSE:Tools
version update, needed changes for some API extensions

OBS-URL: https://build.opensuse.org/request/show/314521
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=108
2015-07-02 20:49:40 +00:00
Marcus Hüwe
c84991c3e3 Accepting request 314687 from home:hennevogel:branches:openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/314687
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=206
2015-07-01 19:35:58 +00:00
4e160696ba build
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=205
2015-06-30 13:37:22 +00:00
Stephan Kulow
510c8c3113 Accepting request 307249 from openSUSE:Tools
1

OBS-URL: https://build.opensuse.org/request/show/307249
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=107
2015-05-16 05:14:27 +00:00
Stephan Kulow
2628ecc5a6 Accepting request 306559 from devel:tools:scm
Fix source URL

OBS-URL: https://build.opensuse.org/request/show/306559
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=203
2015-05-15 08:24:08 +00:00
33e65d7f7d Accepting request 304332 from openSUSE:Tools
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/304332
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=106
2015-04-30 09:50:34 +00:00
3d82f7c4fe merge
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=201
2015-04-21 09:02:33 +00:00
26119a97e3 Accepting request 293273 from openSUSE:Tools
minor bugfix release

OBS-URL: https://build.opensuse.org/request/show/293273
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=105
2015-03-27 08:41:34 +00:00
6643313ff9 update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=199
2015-03-26 13:55:05 +00:00
c6ebc7f919 Accepting request 291132 from openSUSE:Tools
- 0.151.1
  - fixing regression running "osc service run"

OBS-URL: https://build.opensuse.org/request/show/291132
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=104
2015-03-18 12:07:00 +00:00
0faf6cee0e fix
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=197
2015-03-16 07:16:46 +00:00
031028b774 Accepting request 290485 from openSUSE:Tools
security update

OBS-URL: https://build.opensuse.org/request/show/290485
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=103
2015-03-16 06:00:20 +00:00
a2f01d92f8 go
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=195
2015-03-12 18:52:07 +00:00
f7a228ee6d fix
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=194
2015-03-12 18:39:17 +00:00
c9576f22fa Accepting request 281042 from openSUSE:Tools
fixing

OBS-URL: https://build.opensuse.org/request/show/281042
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=102
2015-01-14 10:45:33 +00:00
a79f1a2229 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
f2cc271944 Accepting request 280608 from openSUSE:Tools
version update

OBS-URL: https://build.opensuse.org/request/show/280608
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=101
2015-01-10 22:05:15 +00:00
e59a8d3842 update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=190
2015-01-09 14:49:02 +00:00
680e7e3f93 Accepting request 265237 from openSUSE:Tools
1

OBS-URL: https://build.opensuse.org/request/show/265237
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=100
2014-12-16 13:49:01 +00:00
Lars Vogdt
2fafbfbb6d Accepting request 264150 from home:seife:branches:openSUSE:Factory
- fix bash completion (complete is not propagated into subshells,
  but PROFILEREAD is, so the setup script is never executed)

OBS-URL: https://build.opensuse.org/request/show/264150
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=188
2014-12-15 12:35:01 +00:00
46506de54a Accepting request 262584 from openSUSE:Tools
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/262584
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=99
2014-11-24 10:09:06 +00:00
Marcus Hüwe
78d2d7035e None
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=186
2014-11-14 12:56:18 +00:00
Stephan Kulow
d71e9dc4ab Accepting request 258805 from openSUSE:Tools
- 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/request/show/258805
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=98
2014-10-29 20:10:37 +00:00
4dae0cdd46 try
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=184
2014-10-24 10:43:11 +00:00
Marcus Hüwe
b76ca49502 - 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
Stephan Kulow
15cf2c69d2 Accepting request 257377 from openSUSE:Tools
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/257377
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=97
2014-10-18 07:09:38 +00:00
d7444db4f9 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
Stephan Kulow
dadcee060e Accepting request 248829 from openSUSE:Tools
0.148.1 with changelog for new request history (ups, broken tar ball)

OBS-URL: https://build.opensuse.org/request/show/248829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=96
2014-09-12 09:19:22 +00:00
c65cac45c3 update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=179
2014-09-12 07:15:32 +00:00
f424314770 update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=178
2014-09-12 07:05:13 +00:00
a3c75030dd crash fix
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=177
2014-09-12 07:01:41 +00:00
83b94b24fe go
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=176
2014-09-11 12:37:15 +00:00
40b8113ac4 ups
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=175
2014-09-11 10:37:35 +00:00
63a66cd705 0.148.0
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=174
2014-09-11 10:36:55 +00:00
Stephan Kulow
af0701c864 Accepting request 246440 from openSUSE:Tools
version update

OBS-URL: https://build.opensuse.org/request/show/246440
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=94
2014-08-27 05:46:32 +00:00
22fb85bec9 0.147.0
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=172
2014-08-26 07:54:06 +00:00
Stephan Kulow
63fcf328cc Accepting request 234727 from openSUSE:Tools
version update

OBS-URL: https://build.opensuse.org/request/show/234727
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=93
2014-05-21 14:20:52 +00:00
1f11e186d1 update to 0.146.0
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=170
2014-05-19 14:02:21 +00:00
Stephan Kulow
9926ecf29b Accepting request 229269 from openSUSE:Tools
- 0.145.0
  - allow to use the set-release option when running a manual release
  - added support for "osc requestmaintainership PROJECT"
  - various bugfixes:
    - print_buildlog: do not strip tabs
    - fixed "osc -H ..." in combination with a proxy
    - fixed creation of ~/.osc_cookiejar
    - Package.commit: create _meta for newly added packages
    - fixed behavior of set_link_rev #72
- fixed typos in PKGBUILD file: no comma in depends tag (as
  pointed out by roflik)

OBS-URL: https://build.opensuse.org/request/show/229269
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=92
2014-04-08 10:44:58 +00:00
Marcus Hüwe
e472a64c7c - 0.145.0
- allow to use the set-release option when running a manual release
  - added support for "osc requestmaintainership PROJECT"
  - various bugfixes:
    - print_buildlog: do not strip tabs
    - fixed "osc -H ..." in combination with a proxy
    - fixed creation of ~/.osc_cookiejar
    - Package.commit: create _meta for newly added packages
    - fixed behavior of set_link_rev #72
- fixed typos in PKGBUILD file: no comma in depends tag (as
  pointed out by roflik)

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=168
2014-04-03 10:03:59 +00:00
78e85f08fb add requires for arch
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=167
2014-03-18 14:53:52 +00:00
fed645dd01 use python2 for arch
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=166
2014-03-18 13:43:30 +00:00
Stephan Kulow
a8da10fb46 Accepting request 224286 from openSUSE:Tools
ups.... good review :)

OBS-URL: https://build.opensuse.org/request/show/224286
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=91
2014-03-01 06:54:14 +00:00
bd4195b2bd update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=164
2014-02-28 20:54:45 +00:00
9f4f9013fb 0.144.1
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=163
2014-02-28 14:43:33 +00:00
cf06e48758 try
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=162
2014-02-27 15:50:35 +00:00
ca7c7d26de osc copypac from project:openSUSE:Tools package:osc revision:159
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=161
2014-02-27 10:05:39 +00:00
77252dd6f7 new 0.144.0 release
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=160
2014-02-27 09:44:49 +00:00
Stephan Kulow
89f7b9f927 Accepting request 215014 from openSUSE:Tools
bugfix release

OBS-URL: https://build.opensuse.org/request/show/215014
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=90
2014-01-30 10:37:06 +00:00
e7bfaec2c0 ups
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=158
2014-01-24 09:50:48 +00:00
c50407b2c9 update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=157
2014-01-24 09:40:06 +00:00
Stephan Kulow
27d2a20d41 Accepting request 212528 from openSUSE:Tools
- package COPYING [bnc#699224] (forwarded request 212517 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/212528
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=89
2014-01-03 18:47:40 +00:00
Stephan Kulow
d3d4ba83d4 Accepting request 212517 from home:AndreasStieger:branches:openSUSE:Tools
- package COPYING [bnc#699224]

OBS-URL: https://build.opensuse.org/request/show/212517
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=155
2014-01-01 10:42:26 +00:00
Stephan Kulow
c2ccdce7f6 Accepting request 209369 from openSUSE:Tools
add support for ppc64le

OBS-URL: https://build.opensuse.org/request/show/209369
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=88
2013-12-04 11:30:16 +00:00
00e609a355 update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=153
2013-12-04 08:27:00 +00:00
Stephan Kulow
de98f9a3d7 Accepting request 209243 from openSUSE:Tools
fix wipebinaries

OBS-URL: https://build.opensuse.org/request/show/209243
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=87
2013-12-03 15:11:45 +00:00
36754e80f7 update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=151
2013-12-03 10:25:53 +00:00
Stephan Kulow
f59edcd42f Accepting request 208794 from openSUSE:Tools
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/208794
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=86
2013-11-28 15:51:56 +00:00
c8caa4c3b5 update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=149
2013-11-21 09:32:20 +00:00
Stephan Kulow
cccf84d1fa Accepting request 199390 from openSUSE:Tools
update to version 0.141.0

OBS-URL: https://build.opensuse.org/request/show/199390
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=84
2013-09-17 14:27:41 +00:00
f58fe94916 update to 0.141.0
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=147
2013-09-17 11:53:03 +00:00
210ed700f8 typo fix in .chanegs
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=146
2013-08-05 13:34:05 +00:00
Stephan Kulow
b7eff70966 Accepting request 181114 from openSUSE:Tools
improved plugin compability

OBS-URL: https://build.opensuse.org/request/show/181114
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=83
2013-06-28 09:51:15 +00:00
a045a0bf7a 0.140.1
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=144
2013-06-26 18:35:40 +00:00
Stephan Kulow
d0746a985b Accepting request 180091 from openSUSE:Tools
new 0.140.0 release

OBS-URL: https://build.opensuse.org/request/show/180091
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=82
2013-06-20 10:31:56 +00:00
492e27e566 0.140.0
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=141
2013-06-20 08:51:39 +00:00
Stephan Kulow
808ef784d1 Accepting request 171000 from openSUSE:Tools
0.139.2 bugfix release

OBS-URL: https://build.opensuse.org/request/show/171000
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=81
2013-04-17 21:13:49 +00:00
7a497354bc yet another 0.139.2
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=139
2013-04-16 13:47:27 +00:00
16f4273f4f fix md5sum for Arch
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=138
2013-04-16 07:53:23 +00:00
991e90ec4d 0.139.2 release
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=137
2013-04-16 07:15:51 +00:00
Stephan Kulow
720494a1bd Accepting request 156446 from openSUSE:Tools
another crash fix

OBS-URL: https://build.opensuse.org/request/show/156446
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=80
2013-03-01 06:38:53 +00:00
90b056543c add changelog
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=134
2013-02-26 16:22:17 +00:00
794d643724 update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=133
2013-02-26 13:09:28 +00:00
Stephan Kulow
a535ae28c9 Accepting request 156333 from openSUSE:Tools
bugfixes

OBS-URL: https://build.opensuse.org/request/show/156333
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=79
2013-02-25 19:39:42 +00:00
8f3bc76e0f adding arch linux file, fails because they do not have urllib2
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=131
2013-02-25 15:27:56 +00:00
cec4fa1025 updaet
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=130
2013-02-25 14:40:28 +00:00
Stephan Kulow
b87dc26a37 Accepting request 150606 from openSUSE:Tools
version update to solve the trouble with python-keyring in 12.3

OBS-URL: https://build.opensuse.org/request/show/150606
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=78
2013-02-01 08:49:24 +00:00
7fe0e5e4d1 update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=128
2013-01-31 15:45:58 +00:00
Ismail Dönmez
bb937e42da Accepting request 144077 from openSUSE:Tools
version update

OBS-URL: https://build.opensuse.org/request/show/144077
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=76
2012-12-05 13:01:17 +00:00
34b79b20d9 update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=126
2012-12-04 15:46:14 +00:00
Stephan Kulow
98d102f9e1 Accepting request 137386 from openSUSE:Tools
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/137386
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=75
2012-10-07 17:53:45 +00:00
Marcus Hüwe
303913d8c5 - update to 0.136.0:
* prefer TLS v1.1 or v1.2 if available
  * declined is considered to be an open state (that is "osc rq list" also
    shows declined requests)
  * added support to move files across packages via "osc mv" (fixes issue #10)
  * various bugfixes

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=124
2012-09-27 21:26:05 +00:00
Stephan Kulow
b124044b80 Accepting request 135127 from openSUSE:Tools
recommend the python-keyring package (needed for storing credentials in kwallet/gnome-keyring)

At least for people using KDE/Gnome, storing passwords securely in their keystores should be preferred!

The actual python-keyring package is only available in the devel:languages:python repo for openSUSE though and should maybe also be provided here to support the use of safe password stores. (forwarded request 135121 from NicoK)

OBS-URL: https://build.opensuse.org/request/show/135127
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=74
2012-09-20 13:59:59 +00:00
Stephan Kulow
8630fd3319 Accepting request 135121 from home:NicoK:branches:openSUSE:Tools
recommend the python-keyring package (needed for storing credentials in kwallet/gnome-keyring)

At least for people using KDE/Gnome, storing passwords securely in their keystores should be preferred!

The actual python-keyring package is only available in the devel:languages:python repo for openSUSE though and should maybe also be provided here to support the use of safe password stores.

OBS-URL: https://build.opensuse.org/request/show/135121
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=122
2012-09-20 09:10:54 +00:00
Stephan Kulow
d5198d6ebd Accepting request 126701 from openSUSE:Tools
fix forwarded requests

OBS-URL: https://build.opensuse.org/request/show/126701
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=73
2012-07-02 09:05:01 +00:00
650b8c979a still fixing
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=120
2012-06-30 09:24:31 +00:00
11a269cbbf fix
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=119
2012-06-30 09:21:48 +00:00
ffd2104940 fix changes
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=118
2012-06-29 13:21:23 +00:00
98edcdb860 update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=117
2012-06-29 08:59:29 +00:00
Stephan Kulow
d0f671bc76 Accepting request 126417 from openSUSE:Tools
version update, lets avoid that our maintainer do not forward fixes to factory :/

OBS-URL: https://build.opensuse.org/request/show/126417
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=72
2012-06-28 14:30:56 +00:00
d1a5e26904 update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=115
2012-06-28 09:22:51 +00:00
3a7506410c fix compression
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=114
2012-03-16 14:30:32 +00:00
Stephan Kulow
e17c7beaa5 Accepting request 109558 from openSUSE:Tools
0.134.1

OBS-URL: https://build.opensuse.org/request/show/109558
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=70
2012-03-16 12:19:27 +00:00
a1f3338e8f osc copypac from project:openSUSE:Maintenance:374 package:osc.openSUSE_12.1_Update revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=112
2012-03-15 15:46:29 +00:00
Stephan Kulow
cf5ff9c40a Accepting request 108991 from openSUSE:Tools
osc for OBS 2.3 ....

OBS-URL: https://build.opensuse.org/request/show/108991
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=69
2012-03-13 08:37:23 +00:00
83cedb4ec2 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
00329ccb61 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
Stephan Kulow
fbb63c129b trigger service run
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=68
2012-01-20 13:05:19 +00:00
442155fada Accepting request 96354 from home:mcfrisk:branches:openSUSE:Tools
Compile to arch all instead arch specific packages, make debian/rules executable to more easily build package locally.

OBS-URL: https://build.opensuse.org/request/show/96354
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=107
2012-01-03 07:35:49 +00:00
OBS User buildservice-autocommit
e2365d1105 Accepting request 97401 from openSUSE:Tools
baserev update by copy to link target

OBS-URL: https://build.opensuse.org/request/show/97401
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=106
2011-12-21 09:01:46 +00:00
Stephan Kulow
ca91849065 Accepting request 97401 from openSUSE:Tools
minor bugfix

OBS-URL: https://build.opensuse.org/request/show/97401
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=67
2011-12-21 09:01:44 +00:00
7b5723f44b update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=104
2011-12-20 21:59:17 +00:00
c55433dfb4 do the real 0.133 release
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=103
2011-12-19 13:08:00 +00:00
ec4a85798c fix typo
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=102
2011-12-06 12:24:00 +00:00
a05afbf909 first 0.133 attempt
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=101
2011-12-06 08:59:33 +00:00
Sascha Peilicke
9cb105f9f3 Accepting request 79739 from openSUSE:Tools
update

OBS-URL: https://build.opensuse.org/request/show/79739
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=65
2011-08-25 10:18:19 +00:00
5b33710fea update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=98
2011-08-25 09:40:34 +00:00
Sascha Peilicke
099ae36a62 Autobuild autoformatter for 79036
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=64
2011-08-17 07:44:39 +00:00
OBS User buildservice-autocommit
d7ce5de9fb Updating link to change in openSUSE:Factory/osc revision 64.0
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=8feb100d77bfc755b51502c54e46fee9
2011-08-17 07:44:39 +00:00
Sascha Peilicke
018a52ff7b Accepting request 79036 from openSUSE:Tools
- Add osc-pubkey-parsing.patch, fix PGP pubkey parsing: base64
  checksum shouldn't be in the key data, upstream commit
  f707e9a22e185098bbea923b7ff8971f19a87991 (forwarded request 79034 from namtrac)

OBS-URL: https://build.opensuse.org/request/show/79036
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=63
2011-08-17 07:44:27 +00:00
594d66d2d3 Accepting request 79034 from home:namtrac:bugfix
- Add osc-pubkey-parsing.patch, fix PGP pubkey parsing: base64
  checksum shouldn't be in the key data, upstream commit
  f707e9a22e185098bbea923b7ff8971f19a87991

OBS-URL: https://build.opensuse.org/request/show/79034
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=96
2011-08-16 14:07:14 +00:00
378194643d fix build for CentOS 6
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=95
2011-07-18 07:59:54 +00:00
Sascha Peilicke
837b0de64f Accepting request 75599 from openSUSE:Tools
update2

OBS-URL: https://build.opensuse.org/request/show/75599
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=62
2011-07-07 12:33:05 +00:00
8c73638221 update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=93
2011-07-07 04:52:49 +00:00
c6756088b1 trigger service run
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=92
2011-07-07 04:46:30 +00:00
7ebc91e0a7 Autobuild autoformatter for 73984
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=61
2011-06-17 09:48:04 +00:00
OBS User buildservice-autocommit
d3de08f2cb Updating link to change in openSUSE:Factory/osc revision 61.0
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=ffc9005a2cc2d20b998d7a6a458f8a53
2011-06-17 09:48:04 +00:00
b65753d787 Accepting request 73984 from openSUSE:Tools
Spec file cleaner run, updated recommends. (forwarded request 73831 from saschpe)

OBS-URL: https://build.opensuse.org/request/show/73984
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=60
2011-06-17 09:47:53 +00:00
2a67fb353d Accepting request 73831 from home:saschpe:branches:openSUSE:Tools
Spec file cleaner run, updated recommends.

OBS-URL: https://build.opensuse.org/request/show/73831
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=90
2011-06-17 07:57:43 +00:00
e5e1b56b20 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
1de8c3e3d7 update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=88
2011-06-15 12:20:29 +00:00
Sascha Peilicke
653b1cb59b Autobuild autoformatter for 73244
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=59
2011-06-10 11:15:05 +00:00
Sascha Peilicke
3949bf2358 Accepting request 73244 from openSUSE:Tools
update

OBS-URL: https://build.opensuse.org/request/show/73244
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=58
2011-06-10 11:14:53 +00:00
40dc2ee55a fix compression
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=86
2011-06-10 10:05:22 +00:00
bf0ab8f60d update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=85
2011-06-10 09:50:22 +00:00
a2d2d85c0f 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
Sascha Peilicke
62ac7c8496 Autobuild autoformatter for 72933
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=57
2011-06-08 15:33:38 +00:00
OBS User buildservice-autocommit
3879d5cdba Updating link to change in openSUSE:Factory/osc revision 57.0
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=b97f8a42abd4c8f6726caaeec413c6cf
2011-06-08 15:33:38 +00:00
Sascha Peilicke
21cb3e8dfc Accepting request 72933 from openSUSE:Tools
update to 0.132.1

OBS-URL: https://build.opensuse.org/request/show/72933
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=56
2011-06-08 15:33:24 +00:00
2a473d07b0 0.132.1
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=80
2011-06-08 11:36:49 +00:00
Sascha Peilicke
2f6d2f4e33 Autobuild autoformatter for 72909
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=55
2011-06-08 08:36:13 +00:00
OBS User buildservice-autocommit
3352cd7f1a Updating link to change in openSUSE:Factory/osc revision 55.0
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=7894b008919d54f7eb1592d0be9868e8
2011-06-08 08:36:13 +00:00
Sascha Peilicke
3a9a2e1013 Accepting request 72909 from openSUSE:Tools
0.132.0 release

OBS-URL: https://build.opensuse.org/request/show/72909
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=54
2011-06-08 08:36:01 +00:00
8b4ba0b4fc update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=77
2011-06-07 14:45:37 +00:00
7ef77664ad drop broken comment
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=75
2011-05-26 20:08:35 +00:00
OBS User _service
bae6d52c69 generated via source service
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=74
2011-05-26 14:05:18 +00:00
9833c46695 - blah fasel
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=73
2011-05-26 14:05:16 +00:00
be7198da9c fix links
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=72
2011-04-29 08:28:48 +00:00
9f12f756c8 update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=71
2011-04-29 08:16:22 +00:00
Sascha Peilicke
cd199a6886 Autobuild autoformatter for 68566
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=53
2011-04-28 12:25:54 +00:00
OBS User buildservice-autocommit
a6bb9d45c0 Updating link to change in openSUSE:Factory/osc revision 53.0
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=a87cefceab9fcdda1f11ed12a8be8e48
2011-04-28 12:25:54 +00:00
Sascha Peilicke
a06566883c Accepting request 68566 from openSUSE:Tools
Accepted submit request 68566 from user licensedigger

OBS-URL: https://build.opensuse.org/request/show/68566
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=52
2011-04-28 12:25:38 +00:00
5f888429d9 second try!
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=69
2011-04-27 12:39:57 +00:00
d548473758 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
Berthold Gunreben
e0953d3bdf Autobuild autoformatter for 67014
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=51
2011-04-27 09:37:58 +00:00
OBS User buildservice-autocommit
98a9ec6c1f Updating link to change in openSUSE:Factory/osc revision 51.0
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=6ee1fcdf68f9fcb8c95be61daf3ebd28
2011-04-27 09:37:58 +00:00
Berthold Gunreben
bd64ee3986 Accepting request 67014 from openSUSE:Tools
Accepted submit request 67014 from user adrianSuSE

OBS-URL: https://build.opensuse.org/request/show/67014
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=50
2011-04-27 09:37:45 +00:00
1b34e4d017 Accepting request 64529 from home:bmwiedemann:branches:openSUSE:Tools
thanks, I have added it also to the version in Unstable for next release.

OBS-URL: https://build.opensuse.org/request/show/64529
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=66
2011-03-21 06:38:57 +00:00
Ruediger Oertel
38b816a8de Autobuild autoformatter for 56617
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=48
2010-12-28 23:27:25 +00:00
Ruediger Oertel
1ff4306941 Accepting request 56617 from openSUSE:Tools
Accepted submit request 56617 from user Marcus_H

OBS-URL: https://build.opensuse.org/request/show/56617
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=47
2010-12-28 23:27:17 +00:00
Marcus Hüwe
5f46c60f93 - 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
25b3c42f27 - update to 0.130.1
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=63
2010-12-18 02:06:51 +00:00
Marcus Hüwe
566d56b91d - update to 0.130
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=62
2010-12-06 20:34:03 +00:00
302eac78af fix build for RHEL 6
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=61
2010-11-11 12:07:20 +00:00
Marcus Hüwe
a110f1d446 - 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
Marcus Hüwe
fd20fa54ec - update osc.dsc to version 0.129
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=59
2010-09-20 16:48:37 +00:00
OBS User autobuild
ab91b43e28 Accepting request 46758 from openSUSE:Tools
Copy from openSUSE:Tools/osc based on submit request 46758 from user Marcus_H

OBS-URL: https://build.opensuse.org/request/show/46758
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=46
2010-09-03 13:28:04 +00:00
OBS User buildservice-autocommit
235dec0db0 Updating link to change in openSUSE:Factory/osc revision 46.0
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=8d3c45ad643ef14300a6d7a4f710384e
2010-09-03 13:28:04 +00:00
OBS User autobuild
70a4020222 Accepting request 46758 from openSUSE:Tools
checked in (request 46758)

OBS-URL: https://build.opensuse.org/request/show/46758
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=58
2010-09-03 13:28:03 +00:00
Marcus Hüwe
b514f537a0 Accepting request 46686 from home:Marcus_H:branches:openSUSE:Tools
Copy from home:Marcus_H:branches:openSUSE:Tools/osc via accept of submit request 46686 revision 2.
Request was accepted with message:
- accepted

OBS-URL: https://build.opensuse.org/request/show/46686
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=57
2010-08-30 17:55:56 +00:00
OBS User autobuild
b822b7533a Accepting request 43235 from openSUSE:Tools
Copy from openSUSE:Tools/osc based on submit request 43235 from user adrianSuSE

OBS-URL: https://build.opensuse.org/request/show/43235
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=45
2010-07-19 19:08:31 +00:00
OBS User buildservice-autocommit
7d5c029dd2 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
6204c58207 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
55d6edb121 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
7b7fd9dcbf 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
OBS User autobuild
0373eda4df Accepting request 41627 from openSUSE:Tools
Copy from openSUSE:Tools/osc based on submit request 41627 from user adrianSuSE

OBS-URL: https://build.opensuse.org/request/show/41627
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=42
2010-06-18 04:04:03 +00:00
OBS User buildservice-autocommit
8e37293606 Updating link to change in openSUSE:Factory/osc revision 42.0
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=a291b7de2f63079fd58b592602c3c13b
2010-06-18 04:04:03 +00:00
9d41988302 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=52 2010-06-17 08:05:00 +00:00
13a446fc5a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=51 2010-06-14 15:28:05 +00:00
a3e3631a6d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=50 2010-06-14 14:34:24 +00:00
7256ee8e72 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=49 2010-06-12 12:15:53 +00:00
3e9998285c Accepting request 41283 from openSUSE:Tools:Unstable
Copy from openSUSE:Tools:Unstable/osc via accept of submit request 41283 revision 114.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/41283
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=48
2010-06-09 11:07:58 +00:00
ea2bb7c755 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=47 2010-06-08 10:45:15 +00:00
d33e098023 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
f0bc550c31 osc copypac from project:openSUSE:Tools:Unstable package:osc revision:111
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=45
2010-06-08 08:49:44 +00:00
OBS User autobuild
e1a411ef43 Accepting request 38631 from openSUSE:Tools
Copy from openSUSE:Tools/osc based on submit request 38631 from user Marcus_H

OBS-URL: https://build.opensuse.org/request/show/38631
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=41
2010-04-25 16:50:30 +00:00
OBS User buildservice-autocommit
cd86a057c4 Updating link to change in openSUSE:Factory/osc revision 41.0
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=9041d1f5f3fd83486a5587f0270aa8eb
2010-04-25 16:50:30 +00:00
OBS User autobuild
ca18c53316 Accepting request 38631 from openSUSE:Tools
checked in (request 38631)

OBS-URL: https://build.opensuse.org/request/show/38631
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=44
2010-04-25 16:50:29 +00:00
Marcus Hüwe
a02082ed09 Accepting request 38532 from openSUSE:Tools:Unstable
Copy from openSUSE:Tools:Unstable/osc via accept of submit request 38532 revision 97.
Request was accepted with message:
- accepted

OBS-URL: https://build.opensuse.org/request/show/38532
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=43
2010-04-22 16:57:37 +00:00
Marcus Hüwe
bfb8f1d21e 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
df92a7c5da OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=40 2010-03-18 15:14:15 +00:00
OBS User autobuild
8dbeaff1f6 Accepting request 34119 from openSUSE:Tools
Copy from openSUSE:Tools/osc based on submit request 34119 from user coolo

OBS-URL: https://build.opensuse.org/request/show/34119
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=39
2010-03-05 15:04:39 +00:00
OBS User autobuild
7906895804 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
946b3392bb Accepting request 31765 from openSUSE:Tools:Unstable
Copy from openSUSE:Tools:Unstable/osc via accept of submit request 31765 revision 86.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/31765
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=40
2010-02-08 12:17:18 +00:00
ac3a4a94af 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 autobuild
8e22235ead Accepting request 30723 from openSUSE:Tools
Copy from openSUSE:Tools/osc based on submit request 30723 from user adrianSuSE

OBS-URL: https://build.opensuse.org/request/show/30723
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=38
2010-01-28 15:10:14 +00:00
OBS User buildservice-autocommit
c6e9838731 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
4432577468 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
69a71da94c 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
OBS User autobuild
6032003059 Accepting request 30246 from openSUSE:Tools
Copy from openSUSE:Tools/osc based on submit request 30246 from user adrianSuSE

OBS-URL: https://build.opensuse.org/request/show/30246
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=37
2010-01-25 15:47:59 +00:00
OBS User buildservice-autocommit
e6ff77844c Updating link to change in openSUSE:Factory/osc revision 37.0
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=80c20dd751bd2ab3115bd8e7cfb8e024
2010-01-25 15:47:59 +00:00
3acdefdddc OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=35 2010-01-22 06:55:55 +00:00
9f9a6c2179 Accepting request 30245 from openSUSE:Tools:Unstable
Copy from openSUSE:Tools:Unstable/osc via accept of submit request 30245 revision 76.
Request was accepted with message:
next try

OBS-URL: https://build.opensuse.org/request/show/30245
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=34
2010-01-21 20:11:33 +00:00
OBS User autobuild
e60359e8ce Accepting request 30076 from openSUSE:Tools
Copy from openSUSE:Tools/osc based on submit request 30076 from user adrianSuSE

OBS-URL: https://build.opensuse.org/request/show/30076
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=36
2010-01-21 07:40:56 +00:00
OBS User buildservice-autocommit
9a3d49b574 Updating link to change in openSUSE:Factory/osc revision 36.0
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=c56dd94b8f74d6e7ccc8f3d84738adc7
2010-01-21 07:40:56 +00:00
OBS User autobuild
503d3ca287 checked in (request 30076)
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=33
2010-01-21 07:40:55 +00:00
771fe1a5c4 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=32 2010-01-20 09:24:25 +00:00
856569433f Accepting request 30074 from openSUSE:Tools:Unstable
Copy from openSUSE:Tools:Unstable/osc via accept of submit request 30074 revision 72.
Request was accepted with message:
k

OBS-URL: https://build.opensuse.org/request/show/30074
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=31
2010-01-20 09:23:29 +00:00
OBS User autobuild
a457ff8c07 Accepting request 29649 from openSUSE:Tools
Copy from openSUSE:Tools/osc based on submit request 29649 from user adrianSuSE

OBS-URL: https://build.opensuse.org/request/show/29649
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=35
2010-01-18 17:22:44 +00:00
OBS User autobuild
51aef4e8cd Accepting request 23266 from openSUSE:Tools
Copy from openSUSE:Tools/osc based on submit request 23266 from user adrianSuSE

OBS-URL: https://build.opensuse.org/request/show/23266
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=34
2009-10-27 15:41:49 +00:00
OBS User unknown
880397b506 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=32 2009-06-20 03:13:03 +00:00
OBS User unknown
0c71b0aaa8 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=31 2009-06-16 16:22:12 +00:00
OBS User unknown
50bf4961d1 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=30 2009-03-18 21:31:05 +00:00
OBS User unknown
b853e2ff2b OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=29 2009-01-22 17:18:46 +00:00
OBS User unknown
16f5c6510f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=28 2008-10-25 09:10:53 +00:00
OBS User unknown
45894f8846 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=27 2008-10-01 10:17:29 +00:00
OBS User unknown
926030eb2d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=26 2008-09-16 12:50:36 +00:00
OBS User unknown
75abd3b921 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=25 2008-07-17 23:06:34 +00:00
OBS User unknown
8b793dc9fa OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=24 2008-07-11 19:33:51 +00:00
OBS User unknown
8be28ec63b OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=23 2008-07-10 14:01:55 +00:00
OBS User unknown
ac3dbb9bfc OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=22 2008-06-26 00:40:22 +00:00
OBS User unknown
5a3f6985a9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=21 2008-04-23 00:04:55 +00:00
OBS User unknown
7eb7fb23b9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=20 2008-04-02 23:34:00 +00:00
OBS User unknown
31c57a00db OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=19 2008-01-24 20:23:49 +00:00
OBS User unknown
8d13336b75 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=18 2007-12-10 23:30:33 +00:00
OBS User unknown
1a8c3e408c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=17 2007-11-30 12:29:44 +00:00
OBS User unknown
ed73fe1e89 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=16 2007-11-30 01:28:17 +00:00
OBS User unknown
866dc59685 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=15 2007-09-03 16:38:44 +00:00
OBS User unknown
25f8463f4f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=14 2007-08-09 18:43:12 +00:00
OBS User unknown
152462ae76 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=13 2007-07-18 20:57:27 +00:00
OBS User unknown
b6f9b3ad74 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=12 2007-07-11 11:33:21 +00:00
OBS User unknown
5a7cbfaa08 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=11 2007-06-28 21:37:42 +00:00
OBS User unknown
c59a1aa1af OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=10 2007-06-28 17:36:32 +00:00
OBS User unknown
3195722fa8 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=9 2007-06-14 15:23:27 +00:00
OBS User unknown
3d790f3197 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=8 2007-05-16 14:22:22 +00:00
OBS User unknown
47a25a0e4f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=7 2007-05-13 14:45:22 +00:00
OBS User unknown
654499cd5c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=6 2007-05-10 16:57:23 +00:00
OBS User unknown
6fc5783b24 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=5 2007-05-08 18:09:34 +00:00
OBS User unknown
368bfc83fe OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=4 2007-05-03 22:03:24 +00:00
OBS User unknown
9f95339502 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=3 2007-04-25 23:16:30 +00:00
OBS User unknown
9238360eaa OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=2 2007-04-20 03:38:45 +00:00
OBS User unknown
ad97737d41 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=1 2007-04-19 02:37:23 +00:00

Diff Content Not Available