srchub-install

srchub-install Commit Details


Date:2016-03-27 23:03:01 (9 years 1 month ago)
Author:Natalie Adams
Branch:master
Commit:611338a9cacdccd39de3f4dc55f9d5628b754eaa
Parents: 81726a037db076c59d494b0101a1371e06b00d97
Message:Changing ownership of /home/www

Changes:

File differences

srchub-install.py
253253
254254
255255
256
256257
257258
258259
......
266267
267268
268269
270
269271
270272
271273
    install_packages()
    if tag == "1":  # Install srchub
        call(["git", "clone", "git://srchub.org/srchub-git.git", "/home/www"])
        call(["chown", "www-data:www-data", "-R", "/home/www"])
        install_cron_jobs()
        update_mercurial_hooks()
    else:  # Install indefero vanilla
        call(["git", "clone", "git://srchub.org/indefero.git", "/home/www/indefero"])
        call(["git", "clone", "git://srchub.org/pluf2.git", "/home/www/pluf"])
        call(["chown", "www-data:www-data", "-R", "/home/www"])
        install_cron_jobs()
        update_mercurial_hooks()

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.26318s using 14 queries.