gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/debian/dsf-helper migration.preinst, NONE, 1.1.2


From: lo-lan-do
Subject: [Gforge-commits] gforge/debian/dsf-helper migration.preinst, NONE, 1.1.2.1 migration.templates, NONE, 1.1.2.1
Date: Tue, 02 Mar 2004 16:12:54 -0600

Update of /cvsroot/gforge/gforge/debian/dsf-helper
In directory db.perdue.net:/tmp/cvs-serv20784/debian/dsf-helper

Added Files:
      Tag: Branch_3_1
        migration.preinst migration.templates 
Log Message:
[Roland] Added an empty sourceforge binary package, with some Debconf
magic to help people upgrading from sourceforge to gforge.
[Christian] Also moved the logs in gforge-sourceforge-transition.


--- NEW FILE: migration.preinst ---
###
# Ask the user whether they want to upgrade from sourceforge to gforge
# Exit if they don't
###

template=gforge/migrate_from_sourceforge

db_input high $template || true
case "$RET" in
    "true")
        echo "Very well.  Upgrading to Gforge."
        ;;
    "false")
        echo "Not upgrading to Gforge."
        echo "Nothing should have happened yet, and you can continue using 
Sourceforge."
        exit 1
        ;;
esac

--- NEW FILE: migration.templates ---
Template: gforge/migrate_from_sourceforge
Type: boolean
Default: false
_Description: Migrate to Gforge?
 The free software version of the Sourceforge software has been
 renamed to "Gforge".  Accordingly, the Debian package has been
 renamed to "gforge", and "sourceforge" is no longer supported or
 maintained.  The transition to Gforge should be rather simple, as
 most of the work is automated: once this package has been
 successfully installed, just install the "gforge" package and things
 should go smoothly.
 .
 You still have the option not to upgrade to Gforge yet, for instance
 if you want to backup things beforehand.  If you refuse the upgrade,
 nothing will happen.

Template: gforge/sourceforge_empty_package
Type: note
_Description: Sourceforge is no more
 Sourceforge has been renamed Gforge, and is no longer maintained as
 free software. This "sourceforge" package is only here to help you
 upgrade to Gforge.  Once you have installed this package and the one
 it depends on (gforge-sourceforge-transition), your data have been
 saved, and you can safely uninstall the "sourceforge" package and
 proceed to install Gforge.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]