• Diego Pasqualin's avatar
    Merge branch 'jenkins-continuous-integration' · f35585b5
    Diego Pasqualin authored
    
    
    This merge changes a lot the way we deal with package creation and deplying.
    
    Currently, the flow for applying changes is the following:
    1. Edit/add/remove files on the repository
    2. Generate package using gerar.sh
    3. Commit and push changes
    4. Deploy package using le-publica.sh
    
    Now it's gonna be way easier:
    1. Edit/add/remove files on the repository
    2. Commit and push changes
    3. ...that's it
    
    The items 3 and 4 were replaced by an automatic process. The Git remote
    repository will trigger the continuous integration system (jenkins), which
    will analyse the changes, build the necessary packages and deploy them on
    the right mirror.
    
    Conflicts:
    	le-apps/VERSAO
    	le-autoupgrade/VERSAO
    	le-browser/VERSAO
    	le-conf/VERSAO
    	le-edubar/VERSAO
    	le-greeter/VERSAO
    	le-help/VERSAO
    	le-interface/VERSAO
    	le-light-apps/gerar.sh
    	le-light-desktop/gerar.sh
    	le-minicom-apps/pacote/DEBIAN/control
    	le-minicom-server-desktop/pacote/DEBIAN/control
    	le-multiterminal/gerar.sh
    	le-search/VERSAO
    	le-users/VERSAO
    	ubiquity-frontend-gtk-le/VERSAO
    	ubiquity-le/VERSAO
    Signed-off-by: default avatarDiego Pasqualin <dpasqualin@c3sl.ufpr.br>
    f35585b5