Skip to content

Quick DEB Builder v1.2.0

Latest
Compare
Choose a tag to compare
@gustavomdsantos gustavomdsantos released this 18 Dec 04:59
· 1 commit to master since this release

English

Download and installation on Linux

To install the application, download the .deb file below and install with a package installer like GDebi or enter the following command in a terminal (in the folder where is the downloaded file):

sudo dpkg -i quick-deb-builder_1.2.0_all.deb

Changelog

  • New: Implemented support of building deb packages without using graphical user interface (GUI), by typing:
    quick-deb-builder /home/username/folder-in /home/username/folder-out
    Good for who is making Continuous Integration / Deployment or need to configure every time the system folders before testing a software.
  • Improvement: Made modularization of obtaining the software version number, rather than having to write it directly on each of the scripts that use it every time that will have to release a new version.

Português

Download e instalação no Linux

Para instalar o aplicativo, baixe o arquivo .deb abaixo e instale com um instalador de pacotes como GDebi ou digite o seguinte comando em um Terminal (na pasta onde está o arquivo baixado):

sudo dpkg -i quick-deb-builder_1.2.0_all.deb

Histórico de mudanças

  • Novo: Implementado suporte de contruir pacotes deb sem usar interface gráfica (GUI), digitando:
    quick-deb-builder /home/username/pasta-entrada /home/username/pasta-saida
    Bom para quem está fazendo Integração / Deploy Contínuo ou precisa configurar toda vez as pastas do sistema antes de testar um programa.
  • Melhoria: Feita modularização da obtenção do número da versão do programa, ao invés de ter de escrever diretamente em cada um dos scripts que o usa toda vez que for lançar uma nova versão.