CVS messages

CVS (Concurrent Versions System) is a code management system used by developers to collaborate and track modifications of code.

    November 13, 2009

    November 12, 2009

    • Commit #288236 by mig5 at 13:51
        add sudo and unzip as dependencies to HINTS_CentOS.txt
    • Commit #288036 by anarcat at 02:52
        rewrite install.sh from scratch, based on INSTALL.txt
        
        this strips away all the platform specific stuff so it can be used everywhere with minimum changes
        
        the new install.sh has the following advantages:
        
         * it is idempotent: it can be run multiple times without ill effects
         * it will work equally well with HEAD or stable releases (which will be
           fetched using drush dl)
         * it is based on commandline arguments that allow its default behaviour
           to be changed without editing the script
         * the drush version is not hardcoded anymore
         * the script is completely platform-agnostic and should work on any
           platform that is POSIX-compatible and capable of running Drush
         * as a consequence, it doesn't duplicate any instructions indicated in
           the INSTALL.txt, which has also been simplified
        
        this also features instructions for CentOS (#606964 by ryan palmer)
    Syndicate content
     
     

    Drupal is a registered trademark of Dries Buytaert.