Mailing Lists
Sign In
Sign Up
Sign In
Sign Up
Manage this list
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
2022
June
May
April
March
February
January
2021
December
November
October
September
August
July
June
May
April
March
February
January
2020
December
November
October
September
August
July
June
May
April
March
February
January
2019
December
November
October
September
August
July
June
May
April
March
February
January
2018
December
November
October
September
August
July
June
May
April
March
February
January
2017
December
November
October
September
August
July
June
May
April
March
February
January
2016
December
November
October
September
August
July
June
May
April
March
February
January
2015
December
November
October
September
August
July
June
May
April
March
February
January
2014
December
November
October
September
August
July
June
May
April
March
February
January
2013
December
November
October
September
August
July
June
May
April
March
February
January
2012
December
November
October
September
August
July
June
May
April
March
February
January
2011
December
November
October
September
August
July
June
May
April
March
February
January
2010
December
November
October
September
August
July
June
May
April
March
February
January
2009
December
November
October
September
August
July
June
May
April
March
February
January
2008
December
November
October
September
August
July
June
May
April
March
February
January
2007
December
November
October
September
August
July
June
May
April
March
List overview
Download
YaST Commits
September 2009
----- 2022 -----
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
----- 2021 -----
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
----- 2020 -----
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
----- 2019 -----
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
----- 2018 -----
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
----- 2017 -----
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
----- 2016 -----
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
----- 2015 -----
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
----- 2014 -----
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
----- 2013 -----
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
----- 2012 -----
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
----- 2011 -----
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
----- 2010 -----
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
----- 2009 -----
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
----- 2008 -----
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
----- 2007 -----
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
yast-commit@lists.opensuse.org
35 participants
1625 discussions
Start a n
N
ew thread
[yast-commit] r58847 - /trunk/network/src/lan/YaPI/NETWORK.pm
by mzugec@svn.opensuse.org
Author: mzugec Date: Wed Sep 30 17:21:17 2009 New Revision: 58847 URL:
http://svn.opensuse.org/viewcvs/yast?rev=58847&view=rev
Log: - YaPI: validate routing - YaPI: split code in Write into separate functions Modified: trunk/network/src/lan/YaPI/NETWORK.pm Modified: trunk/network/src/lan/YaPI/NETWORK.pm URL:
http://svn.opensuse.org/viewcvs/yast/trunk/network/src/lan/YaPI/NETWORK.pm?…
============================================================================== --- trunk/network/src/lan/YaPI/NETWORK.pm (original) +++ trunk/network/src/lan/YaPI/NETWORK.pm Wed Sep 30 17:21:17 2009 @@ -39,11 +39,12 @@ %configuration = ( 'bootproto' => LanItems->bootproto ); } elsif (LanItems->bootproto eq "static"){ %configuration = ( 'bootproto' => 'static' ); - %configuration->{'ipaddr'} = LanItems->ipaddr . "/" . LanItems->prefix; + $configuration{'ipaddr'} = LanItems->ipaddr . "/" . LanItems->prefix; } $interfaces{LanItems->interfacename}=\%configuration; } elsif (LanItems->getCurrentItem()->{'hwinfo'}->{'type'} eq "eth") { - $interfaces{%{LanItems->getCurrentItem()}->{"hwinfo"}->{"dev_name"}}= {}; + my $device = LanItems->getCurrentItem()->{"hwinfo"}->{"dev_name"}; + $interfaces{$device}= {}; } } @@ -56,21 +57,22 @@ return \%ret; } -BEGIN{$TYPEINFO{Write} = ["function", - "boolean",["map","string","any"]]; -} -sub Write { - my $self = shift; - my $args = shift; - y2milestone("YaPI->Write with settings:", Dumper(\$args)); - # SAVE DEFAULT ROUTE - if (exists($args->{'route'})){ +sub writeRoute { + my $args = shift; + my %ret = ('exit'=>0, 'error'=>''); + my $gw=""; my $dest=""; my @route = (); if (defined ($args->{'route'}->{'default'}->{'via'})){ $gw = $args->{'route'}->{'default'}->{'via'}; if ($gw ne ""){ + YaST::YCP::Import ("IP"); + unless (IP->Check4($gw) eq "") { + $ret{'exit'} = -1; + $ret{'error'} = IP->Valid4(); + return \%ret; + }; $dest = "default"; @route = ( {"destination" => $dest, "gateway" => $gw, @@ -84,27 +86,36 @@ Routing->Routes( \@route ); y2milestone("YaPI->Write after change Routes:", Dumper(Routing->Routes)); Routing->Write(); - } - # SAVE HOSTNAME - if (exists($args->{'hostname'})){ + return \%ret; +} + +sub writeHostname { + my $args = shift; + my $ret = {'exit'=>0, 'error'=>''}; y2milestone("hostname", Dumper(\$args->{'hostname'})); DNS->Read(); DNS->hostname($args->{'hostname'}->{'name'}); DNS->domain($args->{'hostname'}->{'domain'}); DNS->modified(1); DNS->Write(); - } - # SAVE DNS Settings - if (exists($args->{'dns'})){ + return $ret; +} + +sub writeDNS { + my $args = shift; + my $ret = {'exit'=>0, 'error'=>''}; y2milestone("dns", Dumper(\$args->{'dns'})); DNS->Read(); DNS->nameservers($args->{'dns'}->{'nameservers'}); DNS->searchlist($args->{'dns'}->{'searches'}); DNS->modified(1); DNS->Write(); - } - # SAVE DNS Settings - if (exists($args->{'interface'})){ + return $ret; +} + +sub writeInterfaces { + my $args = shift; + my $ret = {'exit'=>0, 'error'=>''}; y2milestone("interface", Dumper(\$args->{'interface'})); foreach my $dev (keys %{$args->{'interface'}}){ YaST::YCP::Import ("NetworkInterfaces"); @@ -115,7 +126,7 @@ my $prefix="32"; YaST::YCP::Import ("Netmask"); my @ip_row = split(/\//, $ip); - my $prefix = $ip_row[$#ip_row]; + $prefix = $ip_row[$#ip_row]; if (Netmask->Check4($prefix)){ y2milestone("Valid netmask: ", $prefix, " will change to prefixlen"); $prefix = Netmask->ToBits($prefix); @@ -131,10 +142,41 @@ YaST::YCP::Import ("Service"); Service->Restart("network"); } + return $ret; +} + + +BEGIN{$TYPEINFO{Write} = ["function", + ["map","string","any"],["map","string","any"]]; +} +sub Write { + my $self = shift; + my $args = shift; +# my %ret = ('exit'=>0, 'error'=>''); + y2milestone("YaPI->Write with settings:", Dumper(\$args)); + # SAVE DEFAULT ROUTE + if (exists($args->{'route'})){ + my $route_ret = writeRoute($args); + return $route_ret if ($route_ret->{'exit'} != 0); + } + # SAVE HOSTNAME + if (exists($args->{'hostname'})){ + my $hn_ret = writeHostname($args); + return $hn_ret if ($hn_ret->{'exit'} != 0); + } + # SAVE DNS Settings + if (exists($args->{'dns'})){ + my $dns_ret = writeDNS($args); + return $dns_ret if ($dns_ret->{'exit'} != 0); + } + # SAVE interfaces Settings + if (exists($args->{'interface'})){ + my $ifc_ret = writeInterfaces($args); + return $ifc_ret if ($ifc_ret->{'exit'} != 0); } - return 1; + return {'exit'=>0, 'error'=>''}; } 1; -- To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org For additional commands, e-mail: yast-commit+help(a)opensuse.org
12 years, 9 months
1
0
0
0
[yast-commit] r58846 - /tags/branch-Code-11-SP1-2_17_100/network/
by mzugec@svn.opensuse.org
Author: mzugec Date: Wed Sep 30 17:11:12 2009 New Revision: 58846 URL:
http://svn.opensuse.org/viewcvs/yast?rev=58846&view=rev
Log: Created tag branch-Code-11-SP1-2_17_100 for network Added: tags/branch-Code-11-SP1-2_17_100/network/ (props changed) - copied from r58845, branches/SuSE-Code-11-SP1-Branch/network/ -- To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org For additional commands, e-mail: yast-commit+help(a)opensuse.org
12 years, 9 months
1
0
0
0
[yast-commit] r58845 - /tags/branch-Code-11-SP1-2_17_100/
by mzugec@svn.opensuse.org
Author: mzugec Date: Wed Sep 30 17:11:10 2009 New Revision: 58845 URL:
http://svn.opensuse.org/viewcvs/yast?rev=58845&view=rev
Log: Created tag branch-Code-11-SP1-2_17_100 Added: tags/branch-Code-11-SP1-2_17_100/ -- To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org For additional commands, e-mail: yast-commit+help(a)opensuse.org
12 years, 9 months
1
0
0
0
[yast-commit] r58844 - in /branches/SuSE-Code-11-SP1-Branch/network: VERSION package/yast2-network.changes src/lan/YaPI/NETWORK.pm
by mzugec@svn.opensuse.org
Author: mzugec Date: Wed Sep 30 17:11:03 2009 New Revision: 58844 URL:
http://svn.opensuse.org/viewcvs/yast?rev=58844&view=rev
Log: YaPI: correctly handle netmask/prefixlen (bnc#539889) Modified: branches/SuSE-Code-11-SP1-Branch/network/VERSION branches/SuSE-Code-11-SP1-Branch/network/package/yast2-network.changes branches/SuSE-Code-11-SP1-Branch/network/src/lan/YaPI/NETWORK.pm Modified: branches/SuSE-Code-11-SP1-Branch/network/VERSION URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/netwo…
============================================================================== --- branches/SuSE-Code-11-SP1-Branch/network/VERSION (original) +++ branches/SuSE-Code-11-SP1-Branch/network/VERSION Wed Sep 30 17:11:03 2009 @@ -1 +1 @@ -2.17.99 +2.17.100 Modified: branches/SuSE-Code-11-SP1-Branch/network/package/yast2-network.changes URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/netwo…
============================================================================== --- branches/SuSE-Code-11-SP1-Branch/network/package/yast2-network.changes (original) +++ branches/SuSE-Code-11-SP1-Branch/network/package/yast2-network.changes Wed Sep 30 17:11:03 2009 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Sep 30 17:07:53 CEST 2009 - mzugec(a)suse.cz + +- YaPI: correctly handle netmask/prefixlen (bnc#539889) +- 2.17.100 + +------------------------------------------------------------------- Thu Sep 24 09:42:13 CEST 2009 - mzugec(a)suse.cz - YaPI: backported NETWORK.pm for webYaST Modified: branches/SuSE-Code-11-SP1-Branch/network/src/lan/YaPI/NETWORK.pm URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/netwo…
============================================================================== --- branches/SuSE-Code-11-SP1-Branch/network/src/lan/YaPI/NETWORK.pm (original) +++ branches/SuSE-Code-11-SP1-Branch/network/src/lan/YaPI/NETWORK.pm Wed Sep 30 17:11:03 2009 @@ -107,20 +107,23 @@ if (exists($args->{'interface'})){ y2milestone("interface", Dumper(\$args->{'interface'})); foreach my $dev (keys %{$args->{'interface'}}){ -# YaST::YCP::Import ("LanItems"); -# LanItems->Read(); -# foreach my $iface (keys %{LanItems->Items}){ -# LanItems->current($iface); -# LanItems->DeleteItem(); -# } -# LanItems->Write(); YaST::YCP::Import ("NetworkInterfaces"); NetworkInterfaces->Read(); NetworkInterfaces->Add() unless NetworkInterfaces->Edit($dev); NetworkInterfaces->Name($dev); + my $ip = $args->{'interface'}->{$dev}->{'ipaddr'}; + my $prefix="32"; + YaST::YCP::Import ("Netmask"); + my @ip_row = split(/\//, $ip); + my $prefix = $ip_row[$#ip_row]; + if (Netmask->Check4($prefix)){ + y2milestone("Valid netmask: ", $prefix, " will change to prefixlen"); + $prefix = Netmask->ToBits($prefix); + } + $ip = $ip_row[0]."/".$prefix; my %config=("STARTMODE" => "auto", "BOOTPROTO" => $args->{'interface'}->{$dev}->{'bootproto'}, - "IPADDR" => $args->{'interface'}->{$dev}->{'ipaddr'} + "IPADDR" => $ip ); NetworkInterfaces->Current(\%config); NetworkInterfaces->Commit(); -- To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org For additional commands, e-mail: yast-commit+help(a)opensuse.org
12 years, 9 months
1
0
0
0
[yast-commit] r58843 - /branches/SuSE-Code-11-SP1-Branch/yast2/package/yast2.changes
by lslezak@svn.opensuse.org
Author: lslezak Date: Wed Sep 30 16:58:40 2009 New Revision: 58843 URL:
http://svn.opensuse.org/viewcvs/yast?rev=58843&view=rev
Log: fixed chronological order Modified: branches/SuSE-Code-11-SP1-Branch/yast2/package/yast2.changes Modified: branches/SuSE-Code-11-SP1-Branch/yast2/package/yast2.changes URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/yast2…
============================================================================== --- branches/SuSE-Code-11-SP1-Branch/yast2/package/yast2.changes (original) +++ branches/SuSE-Code-11-SP1-Branch/yast2/package/yast2.changes Wed Sep 30 16:58:40 2009 @@ -5,51 +5,19 @@ (backport from from trunk rev. 58399) - 2.17.71 -------------------------------------------------------------------- -Wed Sep 30 15:50:07 CEST 2009 - lslezak(a)suse.cz - +Merged changes from SP1-Stash branch: +- read X-SuSE-DocTeamID from desktop files (bnc#448238) - package new YaPI file SERVICES.pm (fate #306696) - -------------------------------------------------------------------- -Thu Jul 16 14:42:16 CEST 2009 - jsuchome(a)suse.cz - - Wizard.ycp: use Fancy UI for 1024x576 screen size (fate#306298) - -------------------------------------------------------------------- -Wed Jun 10 09:55:30 CEST 2009 - mzugec(a)suse.cz - - NetworkInterfaces - possible to not use LABEL for aliases (bnc#471253) (bnc#507640) - -------------------------------------------------------------------- -Tue May 26 18:59:03 CEST 2009 - juhliarik(a)suse.cz - - added fix for problem with parsing command line (bnc#462276) - -------------------------------------------------------------------- -Thu Apr 9 10:04:19 CEST 2009 - lslezak(a)suse.cz - - PackageSystem.ycp - check nil result of Pkg::PkgCommit() call which indicates an error (bnc#157551) - -------------------------------------------------------------------- -Wed Apr 8 11:27:13 CEST 2009 - lslezak(a)suse.cz - - PackageCallbacks.ycp - don't read non existing y2logRPM file (bnc#456446) ------------------------------------------------------------------- -Fri Apr 3 13:26:58 CEST 2009 - lslezak(a)suse.cz - -- Do not display "No package source" popup, just log a warning - (bnc#485587) - -------------------------------------------------------------------- -Wed Mar 18 13:08:36 CET 2009 - ug(a)suse.de - -- read X-SuSE-DocTeamID from desktop files (bnc#448238) - -------------------------------------------------------------------- Tue Jul 7 13:24:32 CEST 2009 - lslezak(a)suse.cz - Do not display "No package source" popup, just log a warning -- To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org For additional commands, e-mail: yast-commit+help(a)opensuse.org
12 years, 9 months
1
0
0
0
[yast-commit] r58842 - in /branches/SuSE-Code-11-SP1-Branch/yast2: VERSION package/yast2.changes
by lslezak@svn.opensuse.org
Author: lslezak Date: Wed Sep 30 16:07:07 2009 New Revision: 58842 URL:
http://svn.opensuse.org/viewcvs/yast?rev=58842&view=rev
Log: - 2.17.71 Modified: branches/SuSE-Code-11-SP1-Branch/yast2/VERSION branches/SuSE-Code-11-SP1-Branch/yast2/package/yast2.changes Modified: branches/SuSE-Code-11-SP1-Branch/yast2/VERSION URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/yast2…
============================================================================== --- branches/SuSE-Code-11-SP1-Branch/yast2/VERSION (original) +++ branches/SuSE-Code-11-SP1-Branch/yast2/VERSION Wed Sep 30 16:07:07 2009 @@ -1 +1 @@ -2.17.70 +2.17.71 Modified: branches/SuSE-Code-11-SP1-Branch/yast2/package/yast2.changes URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/yast2…
============================================================================== --- branches/SuSE-Code-11-SP1-Branch/yast2/package/yast2.changes (original) +++ branches/SuSE-Code-11-SP1-Branch/yast2/package/yast2.changes Wed Sep 30 16:07:07 2009 @@ -3,6 +3,7 @@ - Service.ycp - bad regexp, SuSEFirewall2_* not correctly recognized (backport from from trunk rev. 58399) +- 2.17.71 ------------------------------------------------------------------- Wed Sep 30 15:50:07 CEST 2009 - lslezak(a)suse.cz -- To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org For additional commands, e-mail: yast-commit+help(a)opensuse.org
12 years, 9 months
1
0
0
0
[yast-commit] r58841 - in /branches/SuSE-Code-11-SP1-Branch/yast2: ./ library/runlevel/src/Service.ycp package/yast2.changes
by lslezak@svn.opensuse.org
Author: lslezak Date: Wed Sep 30 15:54:25 2009 New Revision: 58841 URL:
http://svn.opensuse.org/viewcvs/yast?rev=58841&view=rev
Log: - Service.ycp - bad regexp, SuSEFirewall2_* not correctly recognized (backport from from trunk rev. 58399) Modified: branches/SuSE-Code-11-SP1-Branch/yast2/ (props changed) branches/SuSE-Code-11-SP1-Branch/yast2/library/runlevel/src/Service.ycp branches/SuSE-Code-11-SP1-Branch/yast2/package/yast2.changes Modified: branches/SuSE-Code-11-SP1-Branch/yast2/library/runlevel/src/Service.ycp URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/yast2…
============================================================================== --- branches/SuSE-Code-11-SP1-Branch/yast2/library/runlevel/src/Service.ycp (original) +++ branches/SuSE-Code-11-SP1-Branch/yast2/library/runlevel/src/Service.ycp Wed Sep 30 15:54:25 2009 @@ -515,7 +515,7 @@ foreach(string s, splitstring(out["stdout"]:"", "\n"), { - string service = regexpsub(s, "^S[0-9]+([^0-9]*)", "\\1"); + string service = regexpsub(s, "^S[0-9]+([^0-9]+.*)", "\\1"); if (service != nil) { Modified: branches/SuSE-Code-11-SP1-Branch/yast2/package/yast2.changes URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/yast2…
============================================================================== --- branches/SuSE-Code-11-SP1-Branch/yast2/package/yast2.changes (original) +++ branches/SuSE-Code-11-SP1-Branch/yast2/package/yast2.changes Wed Sep 30 15:54:25 2009 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Sep 30 15:53:47 CEST 2009 - lslezak(a)suse.cz + +- Service.ycp - bad regexp, SuSEFirewall2_* not correctly recognized +(backport from from trunk rev. 58399) + +------------------------------------------------------------------- Wed Sep 30 15:50:07 CEST 2009 - lslezak(a)suse.cz - package new YaPI file SERVICES.pm (fate #306696) -- To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org For additional commands, e-mail: yast-commit+help(a)opensuse.org
12 years, 9 months
1
0
0
0
[yast-commit] <rest-service> master : fixed path for vendor translations
by Stefan Schubert
ref: refs/heads/master commit f555149139f7ab03a498a79ee97e74e66cd162b1 Author: Stefan Schubert <schubi(a)suse.de> Date: Wed Sep 30 15:53:09 2009 +0200 fixed path for vendor translations --- webservice-tasks/lib/tasks/package-local.rake | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webservice-tasks/lib/tasks/package-local.rake b/webservice-tasks/lib/tasks/package-local.rake index b016243..96ed0f9 100644 --- a/webservice-tasks/lib/tasks/package-local.rake +++ b/webservice-tasks/lib/tasks/package-local.rake @@ -29,8 +29,8 @@ Rake::PackageTask.new('www', :noversion) do |p| p.package_files.exclude('./db/schema.rb') p.package_files.exclude('./log/*.log') p.package_files.exclude('./vendor/plugins/rails_rcov') - p.package_files.exclude('./public/vendor/text/*.po') - p.package_files.exclude('./public/vendor/text/*.mo') + p.package_files.exclude('./public/vendor/text/locale') + p.package_files.exclude('./public/vendor/text/po') p.package_files.exclude('./public/vendor/images') p.package_files.exclude('./public/vendor/stylesheets') end -- To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org For additional commands, e-mail: yast-commit+help(a)opensuse.org
12 years, 9 months
1
0
0
0
[yast-commit] <rest-service> network : fixed path for vendor translations
by Stefan Schubert
ref: refs/heads/network commit f555149139f7ab03a498a79ee97e74e66cd162b1 Author: Stefan Schubert <schubi(a)suse.de> Date: Wed Sep 30 15:53:09 2009 +0200 fixed path for vendor translations --- webservice-tasks/lib/tasks/package-local.rake | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webservice-tasks/lib/tasks/package-local.rake b/webservice-tasks/lib/tasks/package-local.rake index b016243..96ed0f9 100644 --- a/webservice-tasks/lib/tasks/package-local.rake +++ b/webservice-tasks/lib/tasks/package-local.rake @@ -29,8 +29,8 @@ Rake::PackageTask.new('www', :noversion) do |p| p.package_files.exclude('./db/schema.rb') p.package_files.exclude('./log/*.log') p.package_files.exclude('./vendor/plugins/rails_rcov') - p.package_files.exclude('./public/vendor/text/*.po') - p.package_files.exclude('./public/vendor/text/*.mo') + p.package_files.exclude('./public/vendor/text/locale') + p.package_files.exclude('./public/vendor/text/po') p.package_files.exclude('./public/vendor/images') p.package_files.exclude('./public/vendor/stylesheets') end -- To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org For additional commands, e-mail: yast-commit+help(a)opensuse.org
12 years, 9 months
1
0
0
0
[yast-commit] <rest-service> eula : fixed path for vendor translations
by Stefan Schubert
ref: refs/heads/eula commit f555149139f7ab03a498a79ee97e74e66cd162b1 Author: Stefan Schubert <schubi(a)suse.de> Date: Wed Sep 30 15:53:09 2009 +0200 fixed path for vendor translations --- webservice-tasks/lib/tasks/package-local.rake | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webservice-tasks/lib/tasks/package-local.rake b/webservice-tasks/lib/tasks/package-local.rake index b016243..96ed0f9 100644 --- a/webservice-tasks/lib/tasks/package-local.rake +++ b/webservice-tasks/lib/tasks/package-local.rake @@ -29,8 +29,8 @@ Rake::PackageTask.new('www', :noversion) do |p| p.package_files.exclude('./db/schema.rb') p.package_files.exclude('./log/*.log') p.package_files.exclude('./vendor/plugins/rails_rcov') - p.package_files.exclude('./public/vendor/text/*.po') - p.package_files.exclude('./public/vendor/text/*.mo') + p.package_files.exclude('./public/vendor/text/locale') + p.package_files.exclude('./public/vendor/text/po') p.package_files.exclude('./public/vendor/images') p.package_files.exclude('./public/vendor/stylesheets') end -- To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org For additional commands, e-mail: yast-commit+help(a)opensuse.org
12 years, 9 months
1
0
0
0
← Newer
1
2
3
4
5
6
...
163
Older →
Jump to page:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
Results per page:
10
25
50
100
200