Skip to content
Snippets Groups Projects
Select Git revision
21 results Searching

deploy-packages.sh

  • aviau's avatar
    dc67e9a6
    deploy-packages: Don't fail when adding the same deb · dc67e9a6
    aviau authored
    When adding the same deb twice to the repository, deploy-packages fails.
    This is due to reprepro complaining about adding two times the same deb
    to the same architecture. This happens because we generate arch all
    packages on both i386 and amd64. This patch tries to remove the package
    before adding it. This is safer than ignoring the error as there is no
    option to only ignore this type of error.
    
    Change-Id: I397148f9e8efe6ca1a089644abbd86395fa5eaf4
    Tuleap: #872
    dc67e9a6
    History
    deploy-packages: Don't fail when adding the same deb
    aviau authored
    When adding the same deb twice to the repository, deploy-packages fails.
    This is due to reprepro complaining about adding two times the same deb
    to the same architecture. This happens because we generate arch all
    packages on both i386 and amd64. This patch tries to remove the package
    before adding it. This is safer than ignoring the error as there is no
    option to only ignore this type of error.
    
    Change-Id: I397148f9e8efe6ca1a089644abbd86395fa5eaf4
    Tuleap: #872
Code owners
Assign users and groups as approvers for specific file changes. Learn more.