zoukankan      html  css  js  c++  java
  • SVN Server setup 3

    Intergrate Bugzilla and SVN

    7. SCMbug installation
      1)rpm -ivh --force --nodeps scmbug-0.26.18-1.src.rpm
        rpm -ivh --force --nodeps scmbug-common-0.26.18-1.noarch.rpm
        rpm -ivh --force --nodeps scmbug-server-0.26.18-1.noarch.rpm
        rpm -ivh --force --nodeps scmbug-tools-0.26.18-1.noarch.rpm
        rpm -ivh --force --nodeps scmbug-doc-0.26.18-1.noarch.rpm

      2)perl -MCPAN -e "install XML::Simple"
        Prompt: No --> YES --> YES --> YES
      3)perl -MCPAN -e "install Log::Log4perl"

      4)Scmbug Configuration
      update daemon.conf
        #cd /etc/scmbug/
        #vim daemon.conf
        installation_directory => '/usr/local/apache2/htdocs/bugs',
        bug_url_prefix => IP->192.168.6.200
      start bugzilla service
        #/etc/init.d/scmbug_server start

       5)Intergration

       #cd /etc/init.d

       # #perl scmbug_install_glue.pl --scm=Subversion --product=test --repository=file:///svn/repos/test --bug=770 --binary-path=/bin,/usr/bin --daemon=127.0.0.1

    Work for fun,Live for love!
  • 相关阅读:
    15回文相关问题
    14海量日志提取出现次数最多的IP
    13概率问题
    12胜者树和败者树

    pysnmp程序
    python 多线程 生产者消费者
    python多线程
    pysnmp使用
    PyYAML使用
  • 原文地址:https://www.cnblogs.com/allenblogs/p/1800643.html
Copyright © 2011-2022 走看看