[opensuse] webpin LIVES for 13.1!
All, In response to my initial post on webpin, I was directed to: http://download.opensuse.org/repositories/openSUSE:/Tools/openSUSE_13.1/noar... I downloaded and installed. Initially it failed due to not recognizing 13.1: $ webpin fluxbox ERROR: invalid or unsupported value for distribution version: "13.1" Valid values are: Factory, 11.1, 12.3, 12.2, 12.1, 11.4, 11.0, factory, 11.2, 11.3, latest The fix was minor. Just edit the const.py script and make the following changes: - defaultSuseVersion = '12,3' + defaultSuseVersion = '13.1' distVersionMap = { + '13.1': 'openSUSE_131', '12.3': 'openSUSE_123', After making the changes: $ webpin fluxbox 20 results (12 packages) found for "fluxbox" in openSUSE_131 * fluxbox: A window manager for X based on Blackbox 0.61.1 - 1.3.5.2.1 [X11:windowmanagers] * fluxbox-styles-upstream: Upstream bundle of styles for fluxbox - 1.3.5.2.1 [X11:windowmanagers] * fluxbox-debuginfo: Debug information for package fluxbox - 1.3.5.2.1 [X11:windowmanagers] * fluxbox-debugsource: Debug sources for package fluxbox - 1.3.5.2.1 [X11:windowmanagers] * fbdesk: Icon Manager for Fluxbox - 1.4.1.3.5 [packman] * tint2: A Taskbar/Tray manager for lightweight WM - 0.11.2.4 [packman] - rev649.2.1 [home:bkutil:crunch] * allin1: Dock app - System monitoring - 0.5.0.1.1 [home:malcolmlewis:blackbox] * pekwm: Light and highly configurable window manager - 0.1.17.1.3 [X11:windowmanagers] * wicd-gtk: Wired and wireless network manager - GTK+ client - 1.7.2.4.26.54 [home:pcerny:factory] - 1.7.2.4.25.4 [network:utilities] * fish: A user friendly interactive shell - 2.1.0.1.1 [shells] - 2.1.0.3.1 [home:dirtycold] - 2.0.0.201306102200.2 [devel:cloverleaf] - 2.1.0.2.1 [shells:fish:release:2] - 2.1.0+404.g79d1452.1.1 [shells:fish:nightly:master] * selflinux: Linux tutorial - 0.13.0.11.1 [Education] * rubygem-launchy-doc: RDoc documentation for launchy - 2.4.2.11.1 [devel:languages:ruby:extensions] - 2.3.0.2.1.2 [suse-oss] - 2.1.2.9.6 [home:Ximi1970:OBS:Server:2.4:Experimental] S.O.B -- it works :) -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
David C. Rankin [23.07.2014 08:14]:
All,
In response to my initial post on webpin, I was directed to:
http://download.opensuse.org/repositories/openSUSE:/Tools/openSUSE_13.1/noar...
I downloaded and installed. Initially it failed due to not recognizing 13.1:
Quite astonishing, given the fact that it's from a 13.1 repo ;-) I found it out, too, and made the same changes some time ago (January 30, says the mtime), but it never worked back then due to the missing indexes on the website it uses. Thanks to this mail I found out it works again, the index has been created, thank you! Werner -- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 07/23/2014 02:17 AM, Werner Flamme wrote:
I found it out, too, and made the same changes some time ago (January 30, says the mtime), but it never worked back then due to the missing indexes on the website it uses.
Thanks to this mail I found out it works again, the index has been created, thank you!
Yes, I checked my old mails from 11.3/11.4 time-frame and the indexes were not being built any longer. (see: "[opensuse] webpin CLI still on the fritz for 11.4?" 4/28/2011) At that time you would get: 17:09 alchemy:~> webpin opera ERROR: caught exception while connecting and sending request to server: connection timed out after 60 seconds Thank you to whoever triggered the update/rebuild of the indexes! Let's make sure we never let them go away again :-) Maybe somebody should pick-up webpin for 13.2 so it, and the indexes, are ready for the 13.2 release. If I can find time to get OBS going again, I'll do it, but who is in charge of triggering the index rebuild? -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2014-07-23 19:57, David C. Rankin wrote:
On 07/23/2014 02:17 AM, Werner Flamme wrote:
17:09 alchemy:~> webpin opera ERROR: caught exception while connecting and sending request to server: connection timed out after 60 seconds
Thank you to whoever triggered the update/rebuild of the indexes! Let's make sure we never let them go away again :-)
Does not work here: Telcontar:~ # webpin opera ERROR: invalid or unsupported value for distribution version: "13.1" Valid values are: Factory, 11.1, 12.3, 12.2, 12.1, 11.4, 11.0, factory, 11.2, 11.3, latest Telcontar:~ # Telcontar:~ # webpin --help Usage: webpin [options] <searchTerm> A command-line client for the openSUSE Package Search web service. ... -l, --latest search in the latest released openSUSE version (12.3) ... Telcontar:~ # webpin --latest opera 20 results (12 packages) found for "opera" in openSUSE_123 * opera: Opera Web Browser (12.15 build 1748) - 12.15.2.1 [home:plater] * opera-gtk: Opera GTK engine - 12.15.2.1 [home:plater] * opera-dictionary-russian: Spelling dictionary for opera - 1.1.1 [home:Reki] * opera-kde4: Opera KDE4 engine - 12.15.2.1 [home:plater] It is searching on openSUSE 12.3! The index is active, but it search for the wrong versions and knows nothing about 13.1. I have webpin-1.2.4-1.1.noarch, from the openSUSE:Tools repository. And I do not see any other version on the search page: http://software.opensuse.org/package/webpin?search_term=webpin :-? -- Cheers / Saludos, Carlos E. R. (from 13.1 x86_64 "Bottle" at Telcontar)
On 07/23/2014 02:20 PM, Carlos E. R. wrote:
Does not work here:
Telcontar:~ # webpin opera ERROR: invalid or unsupported value for distribution version: "13.1" Valid values are: Factory, 11.1, 12.3, 12.2, 12.1, 11.4, 11.0, factory, 11.2, 11.3, latest Telcontar:~ # Telcontar:~ # webpin --help Usage: webpin [options] <searchTerm>
See the new buildservice build I created from the branch of the rpm in Tools. If you use the one from Tools, you have to manually patch const.py. The branch I created incorporates the patch for 13.1 so all you need do is install and run: http://download.opensuse.org/repositories/home:/drankinatty:/branches:/openS... -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 El 2014-07-23 a las 15:04 -0500, David C. Rankin escribió:
On 07/23/2014 02:20 PM, Carlos E. R. wrote:
Does not work here:
Telcontar:~ # webpin opera ERROR: invalid or unsupported value for distribution version: "13.1" Valid values are: Factory, 11.1, 12.3, 12.2, 12.1, 11.4, 11.0, factory, 11.2, 11.3, latest Telcontar:~ # Telcontar:~ # webpin --help Usage: webpin [options] <searchTerm>
Oops. I did not see your first posted email, where you tell the fix to it.
See the new buildservice build I created from the branch of the rpm in Tools. If you use the one from Tools, you have to manually patch const.py. The branch I created incorporates the patch for 13.1 so all you need do is install and run:
http://download.opensuse.org/repositories/home:/drankinatty:/branches:/openS...
Well... I'm again on 1 the Gbyte/month connection. Will have to wait a bit. - -- Cheers Carlos E. R. (from 13.1 x86_64 "Bottle" (Minas Tirith)) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iF4EAREIAAYFAlPQO+IACgkQja8UbcUWM1z4FgEAjKNPmBUnsAapvxPnrSZ4h6nz liHp6kcmPwfJ16bJ4rwA+wcGIT9UKKqfLyRGVPDr0HtAOQv0GgdtK14K/jXf1GKd =UrZD -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 El 2014-07-23 a las 09:17 +0200, Werner Flamme escribió:
I downloaded and installed. Initially it failed due to not recognizing 13.1:
Quite astonishing, given the fact that it's from a 13.1 repo ;-)
Maybe because, the server not working, nobody could check it. - -- Cheers Carlos E. R. (from 13.1 x86_64 "Bottle" (Minas Tirith)) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iF4EAREIAAYFAlPQPGoACgkQja8UbcUWM1y1CAD/bgEfCpxtvezJsLUuXmO6jGju Plugyo7YihcRHhCA8pwA/0yd0Ayo1AJozwrfV0QAfTB2BMjhcrCWVmffHdNIOSag =uFot -----END PGP SIGNATURE-----
On 07/23/2014 08:14 AM, David C. Rankin wrote:
The fix was minor. Just edit the const.py script and make the following changes:
- defaultSuseVersion = '12,3' + defaultSuseVersion = '13.1'
distVersionMap = { + '13.1': 'openSUSE_131', '12.3': 'openSUSE_123',
hey, cool. Why don't you just branch the project on OBS and submit it the fix? Have a nice day, Berny -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
В Wed, 23 Jul 2014 10:39:54 +0200 Bernhard Voelker <mail@bernhard-voelker.de> пишет:
On 07/23/2014 08:14 AM, David C. Rankin wrote:
The fix was minor. Just edit the const.py script and make the following changes:
- defaultSuseVersion = '12,3' + defaultSuseVersion = '13.1'
distVersionMap = { + '13.1': 'openSUSE_131', '12.3': 'openSUSE_123',
hey, cool. Why don't you just branch the project on OBS and submit it the fix?
created request id 242037
Have a nice day, Berny
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 07/23/2014 11:03 AM, Andrey Borzenkov wrote:
В Wed, 23 Jul 2014 10:39:54 +0200 Bernhard Voelker <mail@bernhard-voelker.de> пишет:
On 07/23/2014 08:14 AM, David C. Rankin wrote:
The fix was minor. Just edit the const.py script and make the following changes:
- defaultSuseVersion = '12,3' + defaultSuseVersion = '13.1'
distVersionMap = { + '13.1': 'openSUSE_131', '12.3': 'openSUSE_123',
hey, cool. Why don't you just branch the project on OBS and submit it the fix?
created request id 242037
Have a nice day, Berny
Unified diff attached to patch webpin for 13.1 (in case anyone sets up an OBS project). -- David C. Rankin, J.D.,P.E.
On 07/23/2014 01:39 PM, David C. Rankin wrote:
On 07/23/2014 11:03 AM, Andrey Borzenkov wrote:
В Wed, 23 Jul 2014 10:39:54 +0200 Bernhard Voelker <mail@bernhard-voelker.de> пишет:
On 07/23/2014 08:14 AM, David C. Rankin wrote:
The fix was minor. Just edit the const.py script and make the following changes:
- defaultSuseVersion = '12,3' + defaultSuseVersion = '13.1'
distVersionMap = { + '13.1': 'openSUSE_131', '12.3': 'openSUSE_123',
hey, cool. Why don't you just branch the project on OBS and submit it the fix?
created request id 242037
Have a nice day, Berny
Unified diff attached to patch webpin for 13.1 (in case anyone sets up an OBS project).
OK, I branched the Tools repo and successfully created webpin for 13.1. You can get it here: http://download.opensuse.org/repositories/home:/drankinatty:/branches:/openS... -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Wed, Jul 23, 2014 at 2:39 PM, David C. Rankin <drankinatty@suddenlinkmail.com> wrote:
On 07/23/2014 11:03 AM, Andrey Borzenkov wrote:
В Wed, 23 Jul 2014 10:39:54 +0200 Bernhard Voelker <mail@bernhard-voelker.de> пишет:
On 07/23/2014 08:14 AM, David C. Rankin wrote:
The fix was minor. Just edit the const.py script and make the following changes:
- defaultSuseVersion = '12,3' + defaultSuseVersion = '13.1'
distVersionMap = { + '13.1': 'openSUSE_131', '12.3': 'openSUSE_123',
hey, cool. Why don't you just branch the project on OBS and submit it the fix?
created request id 242037
Have a nice day, Berny
Unified diff attached to patch webpin for 13.1 (in case anyone sets up an OBS project).
David, Time to learn OBS short hand. The reply "created request id 242037" from Andrey Borzenkov meant: I have branched Tools:webpin, made a patch to handle 13.1 and submitted it back to Tools. It will be available as soon as someone with authority accepts the SR. You can see the SR and it's status at <https://build.opensuse.org/request/show/242037> You can see the short list of who is authorized to accept the SR at: https://build.opensuse.org/package/users/openSUSE:Tools/webpin by clicking on users. Greg -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 07/23/2014 03:24 PM, Greg Freemyer wrote:
David,
Time to learn OBS short hand.
The reply "created request id 242037" from Andrey Borzenkov meant:
I have branched Tools:webpin, made a patch to handle 13.1 and submitted it back to Tools. It will be available as soon as someone with authority accepts the SR.
Damn! Leave it to me to do it the hard way.... Oh well... Live and learn OBS shorthand. It was a good exercise anyway. I hadn't patched and built anything in OBS since 11.0 days anyway. At least now I know where to find my account again... :-) -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 07/24/2014 02:17 AM, David C. Rankin wrote:
Leave it to me to do it the hard way.... Oh well... Live and learn OBS shorthand. It was a good exercise anyway. I hadn't patched and built anything in OBS since 11.0 days anyway. At least now I know where to find my account again... :-)
Thanks for trying anyway - this is the spirit we need in the open source world! Thanks again. Have a nice day, Berny -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 El 2014-07-23 a las 16:24 -0400, Greg Freemyer escribió:
On Wed, Jul 23, 2014 at 2:39 PM, David C. Rankin <> wrote:
created request id 242037
David,
Time to learn OBS short hand.
The reply "created request id 242037" from Andrey Borzenkov meant:
I just got the update on my desktop machine and it worked :-) - -- Cheers Carlos E. R. (from 13.1 x86_64 "Bottle" (Minas Tirith)) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iF4EAREIAAYFAlPUF5sACgkQja8UbcUWM1xDMQD+J/9uGGPjaUAFm2I11MPFXmhk skPoAOOX+PQ9Ngcrtd8A/24pcVS1JIG/2Gn/aqo5DmK2KUpGhwKTmEPbPSAmk9VL =v+4o -----END PGP SIGNATURE-----
On 07/23/2014 01:39 PM, David C. Rankin wrote:
Unified diff attached to patch webpin for 13.1 (in case anyone sets up an OBS project).
Note to list. The original diff was for the installed binary. It simply patched the installed webpin const.py. The patch for the source.rpm (for building) is the same, but the path information needs to be: --- webpin/const.py +++ webpin/const.py 2014-07-23 13:33:11.529744878 -0500 (just for the sake of thread completeness and correctness) -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 07/23/2014 03:39 AM, Bernhard Voelker wrote:
hey, cool. Why don't you just branch the project on OBS and submit it the fix?
Have a nice day,
Old dog, new trick. It's been so long since I built in OBS (11.0 IIRC) I would have to learn it all over again :) When I get a spare hour or so, I'll look into it again. -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Wed 23 Jul 2014 12:43:02 PM CDT, David C. Rankin wrote:
On 07/23/2014 03:39 AM, Bernhard Voelker wrote:
hey, cool. Why don't you just branch the project on OBS and submit it the fix?
Have a nice day,
Old dog, new trick. It's been so long since I built in OBS (11.0 IIRC) I would have to learn it all over again :) When I get a spare hour or so, I'll look into it again.
Hi If you have an OBS account then just use osc search feature, you can also grab the files as well.... -- Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890) openSUSE 13.1 (Bottle) (x86_64) 3.10.1 Kernel 3.11.10-17-desktop up 3 days 4:01, 4 users, load average: 0.10, 0.10, 0.14 CPU Intel® B840@1.9GHz | GPU Intel® Sandybridge Mobile -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 07/23/2014 01:29 PM, Malcolm wrote:
Hi If you have an OBS account then just use osc search feature, you can also grab the files as well....
Thanks Malcolm, Yes, I've got an OBS account. 'drankinatty' I'll go see if it is still active and give it a go. -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (7)
-
Andrey Borzenkov
-
Bernhard Voelker
-
Carlos E. R.
-
David C. Rankin
-
Greg Freemyer
-
Malcolm
-
Werner Flamme