/[soft]/mgaonline
ViewVC logotype

Log of /mgaonline

View Directory Listing Directory Listing


Sticky Revision:


Revision 8550 - Directory Listing
Modified Fri Jun 21 23:52:29 2013 UTC (10 years, 9 months ago) by tv
simplify

Revision 8476 - Directory Listing
Modified Thu Jun 13 12:18:19 2013 UTC (10 years, 9 months ago) by yurchor
Ukrainian translation update

Revision 8393 - Directory Listing
Modified Sun May 26 06:26:37 2013 UTC (10 years, 10 months ago) by dglent
Update Greek translation

Revision 8392 - Directory Listing
Modified Sun May 26 06:02:21 2013 UTC (10 years, 10 months ago) by dglent
Update Greek translation

Revision 8333 - Directory Listing
Modified Sun May 19 10:13:15 2013 UTC (10 years, 10 months ago) by colin
Do not handle priority upgrades specially. This is now fixed in urpmi itself

Revision 8332 - Directory Listing
Modified Sun May 19 10:13:13 2013 UTC (10 years, 10 months ago) by colin
Do not pass invalid --nocheck option to urpmi.update

Revision 8272 - Directory Listing
Modified Thu May 16 09:45:42 2013 UTC (10 years, 10 months ago) by tv
no need to initialize variables

(should have been caught by perl_checker but it didn't)

Revision 8271 - Directory Listing
Modified Thu May 16 09:45:08 2013 UTC (10 years, 10 months ago) by tv
simplify

Revision 8270 - Directory Listing
Modified Thu May 16 09:44:36 2013 UTC (10 years, 10 months ago) by tv
perl_checker cleanup

Revision 8260 - Directory Listing
Modified Wed May 15 20:28:42 2013 UTC (10 years, 10 months ago) by colin
2.81

Revision 8259 - Directory Listing
Modified Wed May 15 20:28:41 2013 UTC (10 years, 10 months ago) by colin
Add missing news about previous commits

Revision 8258 - Directory Listing
Modified Wed May 15 20:22:10 2013 UTC (10 years, 10 months ago) by colin
Work around rpmdb error by insisting rpm+urpmi are installed first.

(g)urpmi will install priority upgrades first then restart itself.
If the priority upgrades happen to be installed in more than one transaction
code in the rpm packages %post script to clear out the rpmdb index files
could be run after the first transaction and then the second transaction
could regenerate these indexes using the current libdb version in memory.

This results in the rpmdb not being readable and requires manual intervension.

If the initial priority upgrades are handled in a single transaction this does
not occur and the rpmdb indexes are regenerated with the correct libdb.

This is a workaround to ensure that the first (g)urpmi run is completed in
a single transaction but it shoud only update enough to ensure urpmi and rpm
are upgraded. The normal --auto-select cycle can continue thereafter.

Ideally this would actually be fixed in urpmi to ensure that any priority updates
are handled within a single transaction.

Revision 8257 - Directory Listing
Modified Wed May 15 20:22:09 2013 UTC (10 years, 10 months ago) by colin
Move gurpmi arguments into the fork_gurpmi function.

The arguments are currently split up between run_gurpmi and fork_gurpmi
for no particular reason.

Revision 8239 - Directory Listing
Modified Tue May 14 20:08:20 2013 UTC (10 years, 10 months ago) by colin
Enable the 'download all' links for everyone (mga#8157)

Revision 8223 - Directory Listing
Modified Mon May 13 15:39:55 2013 UTC (10 years, 10 months ago) by colin
Fix a genuine syntax error that happened because I suck at perl.

Revision 8222 - Directory Listing
Modified Mon May 13 15:37:36 2013 UTC (10 years, 10 months ago) by colin
Fix an accidental paste before committing :s

Not sure how that happened :s

Revision 8221 - Directory Listing
Modified Mon May 13 13:42:01 2013 UTC (10 years, 10 months ago) by colin
Do not use urpm code to check the folder as this is run as unprivileged user (mga#6083)

Revision 8220 - Directory Listing
Modified Mon May 13 13:13:40 2013 UTC (10 years, 10 months ago) by colin
Ensure nonfree/tainted media is kept enabled on distro upgrade.

Patch from Maarten Vanraes and Dave Hodgins and tweaked by me for
trunk.

Revision 8204 - Directory Listing
Modified Sat May 11 10:09:55 2013 UTC (10 years, 10 months ago) by akien
Changing all DOS-like .po files to UNIX-like files.

Revision 8200 - Directory Listing
Modified Fri May 10 08:53:28 2013 UTC (10 years, 10 months ago) by colin
2.80

Revision 8199 - Directory Listing
Modified Fri May 10 08:53:27 2013 UTC (10 years, 10 months ago) by colin
upgrade-helper: Move the code to a sub (no functional change)

Revision 8092 - Directory Listing
Modified Tue Apr 30 08:47:42 2013 UTC (10 years, 11 months ago) by tv
perl_checker cleanup

Revision 8077 - Directory Listing
Modified Sun Apr 28 19:24:46 2013 UTC (10 years, 11 months ago) by colin
Add support for upgrades that need some form of preparation before continuing.

The basic principle of this is to do the following:
 1. Check the releases webservice API to see if the distro version 'needs_preparation'.
 2. If it does, check for a file /var/lib/mageia-prepare-upgrade/state.
    If it says 'ready' then we are ready and the user is not questioned further.
 3. If it does not exist or says anything else, the user is prompted to install the
    package 'mageia-prepare-upgrade'.
 4. After package installation, check the state file again as this may be
    all that is required. If the state file does not yet say 'ready', then
    display the text from the /usr/share/doc/mageia-prepare-upgrade/README.prepare
    file (todo: add i18n)
 5. Assuming that further action is required by the user (e.g. rebooting to
    convert the filesystem), then the upgrade helper will exit.
 6. After the user has taken the action required to do the preparation,
    the state file should contain 'ready'. The next time the distro upgrade
    dialog shows, the preparation checks will pass and the user can continue.

TODO:
 Handle i18n in the README.prepare file.

v1: First Revision
v2: Check immediately if an upgrade state file exists (don't wait 5 mins)
    Ensure config file is parsed (ensures the testing variable is read)
    Show user-visible messages when bailing out due to unexpected errors

Revision 8076 - Directory Listing
Modified Sun Apr 28 18:25:24 2013 UTC (10 years, 11 months ago) by colin
The $root variable is defined and exported from the mgaonline.pm file.

Revision 8075 - Directory Listing
Modified Sun Apr 28 18:25:23 2013 UTC (10 years, 11 months ago) by colin
Exit if we don't pass --new_distro_version agument.

Revision 8074 - Directory Listing
Modified Sun Apr 28 18:25:21 2013 UTC (10 years, 11 months ago) by colin
Fix function call. check_cache_dir was renamed to check_dir in r6191

Revision 8024 - Directory Listing
Modified Fri Apr 26 07:49:50 2013 UTC (10 years, 11 months ago) by tv
do not opencode get_product_id()

(spot by Colin)

Revision 7940 - Directory Listing
Modified Sat Apr 20 21:50:07 2013 UTC (10 years, 11 months ago) by tv
merge translations from mcc

Revision 7877 - Directory Listing
Modified Mon Apr 15 05:33:22 2013 UTC (10 years, 11 months ago) by tv
2.79

Revision 7797 - Directory Listing
Modified Fri Apr 5 13:42:15 2013 UTC (10 years, 11 months ago) by piratu
updated Romanian translation

Revision 7743 - Directory Listing
Modified Sun Mar 31 10:35:18 2013 UTC (11 years ago) by yurchor
Russian translations by Russian Mageia Team

Revision 7683 - Directory Listing
Modified Tue Mar 26 20:02:51 2013 UTC (11 years ago) by akien
Updated zh_CN translation (tuhaihe)

Revision 7637 - Directory Listing
Modified Sat Mar 23 15:49:41 2013 UTC (11 years ago) by colin
Exit gnome-shell overview mode when clicking on notification response actions.

Revision 7519 - Directory Listing
Modified Thu Mar 7 22:56:50 2013 UTC (11 years ago) by tarakbumba
updated tr translation

Revision 7505 - Directory Listing
Modified Thu Mar 7 17:38:07 2013 UTC (11 years ago) by remmy
Updated Dutch translation


Revision 7409 - Directory Listing
Modified Tue Feb 26 18:18:07 2013 UTC (11 years, 1 month ago) by tv
drop last bits of support for mdv 200[89]

should have went off along commit r3432
(Mar 12 2012 : "drop support for mdv2007.x/2008.x/2009.x")

Revision 7336 - Directory Listing
Modified Mon Feb 18 03:22:16 2013 UTC (11 years, 1 month ago) by kiki
updated pt_BR.po by Padula

Revision 7272 - Directory Listing
Modified Mon Feb 4 09:06:08 2013 UTC (11 years, 1 month ago) by numand
updated Turkish translation

Revision 7108 - Directory Listing
Modified Wed Jan 16 15:53:38 2013 UTC (11 years, 2 months ago) by obgr_seneca
Updating German translations

Revision 7085 - Directory Listing
Modified Mon Jan 14 09:55:31 2013 UTC (11 years, 2 months ago) by yochenhsieh
Update translation


Revision 7027 - Directory Listing
Modified Sun Jan 6 18:28:51 2013 UTC (11 years, 2 months ago) by yurchor
Ukrainian translation update

Revision 6962 - Directory Listing
Modified Thu Jan 3 11:54:52 2013 UTC (11 years, 2 months ago) by kiki
Updated Indonesian translation

Revision 6910 - Directory Listing
Modified Mon Dec 31 11:03:35 2012 UTC (11 years, 2 months ago) by akien
Update of the French translation for a few resources

Revision 6854 - Directory Listing
Modified Tue Dec 25 10:26:44 2012 UTC (11 years, 3 months ago) by kiki
Updated Indonesian translation

Revision 6363 - Directory Listing
Modified Sat Oct 27 10:44:35 2012 UTC (11 years, 5 months ago) by akien
mgaonline: Update of the Swedish translation

Revision 6361 - Directory Listing
Modified Thu Oct 25 14:30:46 2012 UTC (11 years, 5 months ago) by matteo
updated Italian translations

Revision 6335 - Directory Listing
Modified Fri Oct 19 17:34:04 2012 UTC (11 years, 5 months ago) by mareklaane
Updated Estonian translation.



Revision 6114 - Directory Listing
Modified Sat Sep 29 04:03:33 2012 UTC (11 years, 6 months ago) by dglent
Update Greek translation

Revision 6113 - Directory Listing
Modified Fri Sep 28 18:36:05 2012 UTC (11 years, 6 months ago) by yurchor
Ukrainian translation update

Revision 6112 - Directory Listing
Modified Fri Sep 28 16:34:48 2012 UTC (11 years, 6 months ago) by filip
Slovenian translation updated

Revision 6089 - Directory Listing
Modified Thu Sep 27 17:16:44 2012 UTC (11 years, 6 months ago) by tv
merge translations from urpmi

Revision 6087 - Directory Listing
Modified Thu Sep 27 17:16:40 2012 UTC (11 years, 6 months ago) by tv
merge translations from rpmdrake

Revision 6085 - Directory Listing
Modified Thu Sep 27 12:00:28 2012 UTC (11 years, 6 months ago) by tv
update/fix translations

Revision 6084 - Directory Listing
Modified Thu Sep 27 11:49:25 2012 UTC (11 years, 6 months ago) by tv
restore fixed old translations

too sad for those who manually sync _their_ translation with code
(NEVER do this)

Revision 6083 - Directory Listing
Modified Thu Sep 27 11:49:21 2012 UTC (11 years, 6 months ago) by tv
import translations from urpmi

Revision 6082 - Directory Listing
Modified Thu Sep 27 11:49:16 2012 UTC (11 years, 6 months ago) by tv
sync with code

Revision 6081 - Directory Listing
Modified Thu Sep 27 11:49:12 2012 UTC (11 years, 6 months ago) by tv
fix translation

Revision 6080 - Directory Listing
Modified Thu Sep 27 11:49:09 2012 UTC (11 years, 6 months ago) by tv
(usage) split 'copyright...' out of main string

(preparing for savin/restoring translations)

Revision 6079 - Directory Listing
Modified Thu Sep 27 11:49:06 2012 UTC (11 years, 6 months ago) by tv
supplement blacklist

Revision 6029 - Directory Listing
Modified Mon Sep 24 16:51:39 2012 UTC (11 years, 6 months ago) by wally
- updated fi translation

Revision 5883 - Directory Listing
Modified Sat Sep 15 00:00:14 2012 UTC (11 years, 6 months ago) by matteo
- updated italian translation

Revision 5856 - Directory Listing
Modified Fri Sep 14 18:04:19 2012 UTC (11 years, 6 months ago) by dglent
Update Greek translation

Revision 5855 - Directory Listing
Modified Fri Sep 14 17:57:31 2012 UTC (11 years, 6 months ago) by dglent
Update Greek translation

Revision 5741 - Directory Listing
Modified Fri Sep 7 17:45:16 2012 UTC (11 years, 6 months ago) by tv
(confirm_upgrade) check that choosen download directory is owned by root (mga#6083)

Revision 5740 - Directory Listing
Modified Fri Sep 7 17:45:13 2012 UTC (11 years, 6 months ago) by tv
(okState) kill unused function

Revision 5739 - Directory Listing
Modified Fri Sep 7 17:45:09 2012 UTC (11 years, 6 months ago) by tv
(is_there_a_new_distributions) remove support for Philco OEM system...

Revision 5734 - Directory Listing
Modified Fri Sep 7 16:44:55 2012 UTC (11 years, 6 months ago) by filip
Slovenian translation updated

Revision 5732 - Directory Listing
Modified Thu Sep 6 17:29:08 2012 UTC (11 years, 6 months ago) by tv
sync with code

Revision 5731 - Directory Listing
Modified Thu Sep 6 17:29:04 2012 UTC (11 years, 6 months ago) by tv
when cleaning on import, people forgot to rename that file...

Revision 5730 - Directory Listing
Modified Thu Sep 6 17:29:00 2012 UTC (11 years, 6 months ago) by tv
drop support for extended maintenance

Revision 5729 - Directory Listing
Modified Thu Sep 6 17:28:57 2012 UTC (11 years, 6 months ago) by tv
drop support for Enterprise & PowerPack media (mga#6292)

Revision 5728 - Directory Listing
Modified Thu Sep 6 17:28:54 2012 UTC (11 years, 6 months ago) by tv
drop support for Enterprise media (mga#6292)

Revision 5501 - Directory Listing
Modified Fri Aug 31 16:45:48 2012 UTC (11 years, 6 months ago) by tv
2.78

Revision 5499 - Directory Listing
Modified Fri Aug 31 16:45:45 2012 UTC (11 years, 6 months ago) by tv
(get_content) use more modern urpmi API

Revision 5497 - Directory Listing
Modified Fri Aug 31 16:45:42 2012 UTC (11 years, 6 months ago) by tv
do not reinvent urpm::userdir_prefix()

Revision 5133 - Directory Listing
Modified Sun Jul 8 19:12:27 2012 UTC (11 years, 8 months ago) by filip
updated Slovenian translation

Revision 4783 - Directory Listing
Modified Sat Jun 2 13:07:39 2012 UTC (11 years, 9 months ago) by akien
Fix of a few fuzzy French strings for mga#6094, for cauldron (last commit was for 1/, sorry about the duplicate)

Revision 4782 - Directory Listing
Modified Sat Jun 2 13:01:10 2012 UTC (11 years, 9 months ago) by akien
Fix of a few fuzzy French strings for mga#6094

Revision 4778 - Directory Listing
Modified Sat Jun 2 08:23:12 2012 UTC (11 years, 9 months ago) by yurchor
Update Ukrainian translation (re-sync with current code)

Revision 4777 - Directory Listing
Modified Sat Jun 2 08:20:31 2012 UTC (11 years, 9 months ago) by yurchor
Update Ukrainian translation

Revision 4583 - Directory Listing
Modified Wed May 23 18:02:37 2012 UTC (11 years, 10 months ago) by dglent
Update Greek translation

Revision 4282 - Directory Listing
Modified Thu Apr 26 07:15:20 2012 UTC (11 years, 11 months ago) by ennael
2.77.30


Revision 4281 - Directory Listing
Modified Thu Apr 26 07:08:47 2012 UTC (11 years, 11 months ago) by ennael
(upgrade) invalidate urpmi cache on upgrade (mga#1588) - tv


Revision 4160 - Directory Listing
Modified Sat Apr 21 20:43:27 2012 UTC (11 years, 11 months ago) by tv
(dist-git) switch from lzma to xz

Revision 4159 - Directory Listing
Modified Sat Apr 21 20:40:08 2012 UTC (11 years, 11 months ago) by tv
2.77.33

Revision 4158 - Directory Listing
Modified Sat Apr 21 20:40:05 2012 UTC (11 years, 11 months ago) by tv
(upgrade) invalidate urpmi cache on upgrade (mga#1588)

Revision 4157 - Directory Listing
Modified Sat Apr 21 20:40:02 2012 UTC (11 years, 11 months ago) by tv
add missing space

Revision 3566 - Directory Listing
Modified Mon Mar 19 12:02:33 2012 UTC (12 years ago) by tv
(no_more_supported_choice) small perl_checker cleanup

Revision 3565 - Directory Listing
Modified Mon Mar 19 12:02:31 2012 UTC (12 years ago) by tv
supplement blacklist

Revision 3484 - Directory Listing
Modified Thu Mar 15 10:50:20 2012 UTC (12 years ago) by kamil
SILENT : bump VERSION (in Makefile)

Revision 3483 - Directory Listing
Modified Thu Mar 15 10:44:03 2012 UTC (12 years ago) by kamil
- stop using Mandriva URLs and replace them by www.mageia.org (mga#1590)
- replace Mandriva strings by Mageia in gnome-mandrakeonline.desktop
- replace MIME Type application/x-mdv-exec by application/x-mga-exec
- extend $MGA_YEARS in mgaupdate to 2012
- delete MANDRIVA_VERSION variable as not used


Revision 3440 - Directory Listing
Modified Mon Mar 12 20:43:39 2012 UTC (12 years ago) by tv
2.77.31

Revision 3433 - Directory Listing
Modified Mon Mar 12 19:28:11 2012 UTC (12 years ago) by tv
(is_there_a_new_distributions) update comment about devel distro


Revision 3432 - Directory Listing
Modified Mon Mar 12 19:27:36 2012 UTC (12 years ago) by tv
drop support for mdv2007.x/2008.x/2009.x

(simplify code and increase perl_checker's SNR)


Revision 3162 - Directory Listing
Modified Thu Mar 1 19:43:48 2012 UTC (12 years ago) by yurchor
Ukrainian translation update

Revision 2213 - Directory Listing
Modified Sat Nov 26 14:32:36 2011 UTC (12 years, 4 months ago) by tv
fix warnings

Revision 1920 - Directory Listing
Modified Fri Sep 9 11:32:46 2011 UTC (12 years, 6 months ago) by tv
add missing spacing

Revision 1679 - Directory Listing
Modified Tue Jun 14 21:26:23 2011 UTC (12 years, 9 months ago) by dmorgan
Add reference to the bugreport

Revision 1676 - Directory Listing
Modified Tue Jun 14 07:21:04 2011 UTC (12 years, 9 months ago) by dmorgan
Fix version in makefile

Revision 1674 - Directory Listing
Added Tue Jun 14 07:06:45 2011 UTC (12 years, 9 months ago) by dmorgan
Adapt to new libnotify API
Fix date in NEWS file



  ViewVC Help
Powered by ViewVC 1.1.30