Skip to content

Commit

Permalink
updated release procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
bbogush committed May 20, 2023
1 parent 13ed4dc commit 93ecc96
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion debian/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: nando
Section: utils
Priority: optional
Maintainer: Bogdan Bogush <[email protected]>
Build-Depends: debhelper (>= 9), qt5-qmake, qtbase5-dev, libboost-system-dev, libboost-thread-dev
Build-Depends: debhelper (>= 9), qt5-qmake, qtbase5-dev, libboost-system-dev, libboost-thread-dev, libqt5serialport5-dev
Standards-Version: 4.1.4
Homepage: https://github.com/bbogush/nand_programmer

Expand Down
6 changes: 3 additions & 3 deletions debian/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ [email protected]
DEB_RELEASE_DIR=release

# prepare pbuilder envinronment
# mkdir ~/pbuilder
# sudo pbuilder --create --mirror "http://archive.ubuntu.com/ubuntu"
# sudo apt install dh-make pbuilder
# sudo pbuilder create --distribution <ubuntu release>

# generate private key
# gpg --gen-key
Expand All @@ -30,7 +30,7 @@ dh_make -e $EMAIL -f ../$TAR_NAME
pdebuild --debbuildopts -sa

# result
# ls ~/pbuilder/result/
# ls /var/cache/pbuilder/result/



1 change: 1 addition & 0 deletions windows/release.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
set PATH=%PATH%;C:\Qt\Tools\mingw810_64\bin\
del /Q /S packages\com.nando.nando\data\*
md packages\com.nando.nando\data\
copy ..\bin\* packages\com.nando.nando\data\
Expand Down

0 comments on commit 93ecc96

Please sign in to comment.