I want to fix yast2-slide-show for SLE11 SP3. Which git commands do I
have to use, please?
Thus far, I have checked out trunk only.
--
Karl Eichwalder SUSE LINUX Products GmbH
R&D / Documentation Maxfeldstraße 5
90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg)
--
To unsubscribe, e-mail: yast-devel+unsubscribe(a)opensuse.org
To contact the owner, e-mail: yast-devel+owner(a)opensuse.org
Hello,
Can any tell me please, witch packet i have to install for the "graphic" in
console Mode
There is a missing dependency for the correct drawing the frame ?.
This is a minimal Install and running in init 3 mode.
Thanks :)
--
mit freundlichen Grüßen / best Regards,
Günther J. Niederwimmer
--
To unsubscribe, e-mail: yast-devel+unsubscribe(a)opensuse.org
To contact the owner, e-mail: yast-devel+owner(a)opensuse.org
This email is automatic generated from yast CI node. It lists of pull requests that have no activity more then three working days. If your module is listed, please check all pull request, why they are not merged yet.
Pending requests in repository yast-bootloader:
- fix reading of MD redundcancy settings in grub/grub2
https://github.com/yast/yast-bootloader/pull/25
Pending requests in repository yast-network:
- Doc: cleanup old, add a new diagram
https://github.com/yast/yast-network/pull/142
Pending requests in repository yast-storage:
- propose dedicated /boot/zipl partition on S/390
https://github.com/yast/yast-storage/pull/14
Pending requests in repository yast-yast2:
- fixed /sbin/yast2 to start correctly in non UTF-8 environment
https://github.com/yast/yast-yast2/pull/128
- fixed /sbin/yast2 to start correctly in non UTF-8 environment
https://github.com/yast/yast-yast2/pull/127
--
To unsubscribe, e-mail: yast-devel+unsubscribe(a)opensuse.org
To contact the owner, e-mail: yast-devel+owner(a)opensuse.org
Hi,
I have a feature to write new module for IO channels on s390. I take it
as oppurtinity to demonstrate how can look pure ruby yast module with
object oriented design and easy testibility. I create pull request[1] so
everyone can comment it and at final we can see how good can look yast
module written in ruby.
I welcome any comment in pull request.
Josef
[1] https://github.com/yast/yast-cio/pull/1
--
To unsubscribe, e-mail: yast-devel+unsubscribe(a)opensuse.org
To contact the owner, e-mail: yast-devel+owner(a)opensuse.org
Hi,
if you are testing a fix and want to be sure (you should!) that your package still
builds you should run "rake osc:build" task to build the package locally.
The disadvantage is that it checks that all changes are committed in Git,
which might be sometimes annoying if you are experimenting with something
(like yesterday I was doing some cleanup in BuildRequires which is an iterative process).
You need to commit every your change, sometimes revert it, etc.
Of course, you can rebase at the end, but that's inconvenient.
I found this simple cheat which you can add to the Rakefile:
Rake::Task["check:committed"].clear_actions
It makes the action in "check:committed" blank so the check is skipped.
(Note: do not forget to remove it once you are satisfied with your changes
so it is not committed to Git ;-))
--
Ladislav Slezák
Appliance department / YaST Developer
Lihovarská 1060/12
190 00 Prague 9 / Czech Republic
tel: +420 284 028 960
lslezak(a)suse.com
SUSE
--
To unsubscribe, e-mail: yast-devel+unsubscribe(a)opensuse.org
To contact the owner, e-mail: yast-devel+owner(a)opensuse.org