<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/perl-install/standalone/drakautoinst, branch topic/switching_to_urpmi</title>
<subtitle>Mageia Installer and base platform for many utilities</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/'/>
<entry>
<title>gc no more works at Mandriva</title>
<updated>2008-01-23T12:17:48+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mandriva.org</email>
</author>
<published>2008-01-23T12:17:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=b891b919859b039ec56043f9bb7eadc095968ea2'/>
<id>b891b919859b039ec56043f9bb7eadc095968ea2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix a couple of emails</title>
<updated>2008-01-23T12:17:07+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mandriva.org</email>
</author>
<published>2008-01-23T12:17:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=92e0d711ef291e19aacb28e69d692fca6fc2fd42'/>
<id>92e0d711ef291e19aacb28e69d692fca6fc2fd42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump copyright year</title>
<updated>2008-01-23T12:16:18+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mandriva.org</email>
</author>
<published>2008-01-23T12:16:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=65be30c237cf0e91b2b06d43c0d2aa1324e4517a'/>
<id>65be30c237cf0e91b2b06d43c0d2aa1324e4517a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>adapt it to new installer layout (#22307)</title>
<updated>2007-06-18T19:20:36+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mandriva.org</email>
</author>
<published>2007-06-18T19:20:36+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=71a4ec0bc856e7d9c97edba06b990a962c8ade08'/>
<id>71a4ec0bc856e7d9c97edba06b990a962c8ade08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>re-sync after the big svn loss</title>
<updated>2007-04-25T12:26:16+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2007-04-25T12:26:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=126777bc019a54afb4ec51299f2cf9d2841698aa'/>
<id>126777bc019a54afb4ec51299f2cf9d2841698aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>try to cleanup fs.pm</title>
<updated>2005-06-28T09:12:16+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2005-06-28T09:12:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=f1323d79cc7dd3aa5f4ebde2e2744d7a7ad56180'/>
<id>f1323d79cc7dd3aa5f4ebde2e2744d7a7ad56180</id>
<content type='text'>
(to have simpler dependencies between modules, esp. have some modules only required by diskdrake):

- move some functions from fs to fs::mount
  (most keep their name, except mount_part and mount_usbfs)
- move formatMount_part and formatMount_all from fs to fs::format

- move some functions from fs to fs::wild_device
  (part2wild_device_name -&gt; fs::wild_device::from_part)
  (subpart_from_wild_device_name -&gt; fs::wild_device::to_subpart)
  (analyze_wild_device_name -&gt; fs::wild_device::analyse)

- formatMount_part(), formatMount_all(), fs::mount::part() don't take a prefix anymore
  the current situation was quite muddy
  we now rely on fs::get::mntpoint_prefixed() which will maybe depend on a field in $part
  for now, we mount every part in chroot, it seems to be what's wanted

- fs::format::part() now expect $all_hds instead of $raids

- fs::type::carryRootLoopback is now fs::get::carry_root_loopback()
- in fs::loopback, most functions don't want a prefix anymore

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(to have simpler dependencies between modules, esp. have some modules only required by diskdrake):

- move some functions from fs to fs::mount
  (most keep their name, except mount_part and mount_usbfs)
- move formatMount_part and formatMount_all from fs to fs::format

- move some functions from fs to fs::wild_device
  (part2wild_device_name -&gt; fs::wild_device::from_part)
  (subpart_from_wild_device_name -&gt; fs::wild_device::to_subpart)
  (analyze_wild_device_name -&gt; fs::wild_device::analyse)

- formatMount_part(), formatMount_all(), fs::mount::part() don't take a prefix anymore
  the current situation was quite muddy
  we now rely on fs::get::mntpoint_prefixed() which will maybe depend on a field in $part
  for now, we mount every part in chroot, it seems to be what's wanted

- fs::format::part() now expect $all_hds instead of $raids

- fs::type::carryRootLoopback is now fs::get::carry_root_loopback()
- in fs::loopback, most functions don't want a prefix anymore

</pre>
</div>
</content>
</entry>
<entry>
<title>- merge network settings in a $net hash (it modifies $o fields too):</title>
<updated>2005-06-03T07:14:48+00:00</updated>
<author>
<name>Olivier Blin</name>
<email>oblin@mandriva.org</email>
</author>
<published>2005-06-03T07:14:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=8fc41a1333f01496878ca0561f3ca1ad186b6d64'/>
<id>8fc41a1333f01496878ca0561f3ca1ad186b6d64</id>
<content type='text'>
  o $netc becomes $net-&gt;{network} and $net-&gt;{resolv}
  o $intf becomes $net-&gt;{ifcfg}
- move zeroconf config stuff in write_zeroconf
- read_tmdns_conf -&gt; read_zeroconf
- read_all_conf -&gt; read_net_conf
- configureNetwork2 -&gt; configure_network
- configure_network: write ifcfg files for ppp interfaces too
- don't install wireless-tools in configure_network, this package is in basesystem
- most functions don't need the file path as an argument in network::network
- drop network::tools::remove_initscript
- don't export too much from network::network
- don't export from network::tools
- remove adsl_unsupported_eci step in drakconnect
- drop passwd2 field in network::adsl
- drop $net-&gt;{isdn_internal}
- network::netconnect : main -&gt; safe_main
- use network::netconnect::real_main during install
- don't read network config in network::netconnect::real_main
- install_steps::upNetwork : resolv.conf is already symlinked by network::network::configure_network when appropriate
- try to fix install_any::generate_automatic_stage1_params to use a real interface configuration
- put authentication stuff in $net-&gt;{auth}
- drop network::ethernet::write_ether_conf
- drop network::adsl::get_wizard
- use 'static' instead of 'manual' as ADSL method
- drop first_modem and its workarounds in network::modem
- drop deprecated "multiple_internet_cnx" step in drakconnect
- don't save /etc/sysconfig/drakconnect anymore
- drop MDK::Common::Globals stuff
- drop getIP in net_applet (Pixel)
- drop $netc-&gt;{DHCP}
- configure_network(): write resolv.conf even if a dhcp interface is configured

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  o $netc becomes $net-&gt;{network} and $net-&gt;{resolv}
  o $intf becomes $net-&gt;{ifcfg}
- move zeroconf config stuff in write_zeroconf
- read_tmdns_conf -&gt; read_zeroconf
- read_all_conf -&gt; read_net_conf
- configureNetwork2 -&gt; configure_network
- configure_network: write ifcfg files for ppp interfaces too
- don't install wireless-tools in configure_network, this package is in basesystem
- most functions don't need the file path as an argument in network::network
- drop network::tools::remove_initscript
- don't export too much from network::network
- don't export from network::tools
- remove adsl_unsupported_eci step in drakconnect
- drop passwd2 field in network::adsl
- drop $net-&gt;{isdn_internal}
- network::netconnect : main -&gt; safe_main
- use network::netconnect::real_main during install
- don't read network config in network::netconnect::real_main
- install_steps::upNetwork : resolv.conf is already symlinked by network::network::configure_network when appropriate
- try to fix install_any::generate_automatic_stage1_params to use a real interface configuration
- put authentication stuff in $net-&gt;{auth}
- drop network::ethernet::write_ether_conf
- drop network::adsl::get_wizard
- use 'static' instead of 'manual' as ADSL method
- drop first_modem and its workarounds in network::modem
- drop deprecated "multiple_internet_cnx" step in drakconnect
- don't save /etc/sysconfig/drakconnect anymore
- drop MDK::Common::Globals stuff
- drop getIP in net_applet (Pixel)
- drop $netc-&gt;{DHCP}
- configure_network(): write resolv.conf even if a dhcp interface is configured

</pre>
</div>
</content>
</entry>
<entry>
<title>bump copyrigth notice</title>
<updated>2005-04-25T10:15:36+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tvignaud@mandriva.org</email>
</author>
<published>2005-04-25T10:15:36+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=3cd40ab8ab270b9a19083099ceb1b4eccbbb5247'/>
<id>3cd40ab8ab270b9a19083099ceb1b4eccbbb5247</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>switch from MandrakeSoft to Mandriva in copyright notices</title>
<updated>2005-04-21T15:00:00+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tvignaud@mandriva.org</email>
</author>
<published>2005-04-21T15:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=65263be4a4b3ffa86f31754fb9688794937aeafa'/>
<id>65263be4a4b3ffa86f31754fb9688794937aeafa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>better english (writing style rather than spoken one)</title>
<updated>2004-12-13T15:56:00+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tvignaud@mandriva.org</email>
</author>
<published>2004-12-13T15:56:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=4b9d142bd37dcdc94b7bcdbdb3f7109d7a915e25'/>
<id>4b9d142bd37dcdc94b7bcdbdb3f7109d7a915e25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
