Skip to content

Commit

Permalink
another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
gornostal committed Apr 28, 2018
1 parent e13ec05 commit 634d6d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build-utils/build-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ elif [ "$2" = "--upload" ]; then

# build and upload
dpkg-buildpackage -tc -S -sa -k$GPGKEY
dput ppa:$PPA /tmp/*.changes
dput -dP ppa:$PPA /tmp/*.changes
else
echo
echo "ERROR: Invalid arguments supplied"
Expand Down
2 changes: 1 addition & 1 deletion build-utils/dev-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ docker run \
-v $HOME/.bash_history:/root/.bash_history \
-p 3002:3002 \
--name ulauncher \
$RPM_BUILD_IMAGE \
$BUILD_IMAGE \
bash
5 changes: 1 addition & 4 deletions build-utils/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,9 @@ launchpad_upload() {

docker run \
--rm \
-e FTP_PROXY \
-e HTTP_PROXY \
-e NO_PROXY="yarnpkg.com" \
-v $(pwd):/root/ulauncher \
$BUILD_IMAGE \
bash -c "echo $HTTP_PROXY && $xenial && $artful && $bionic"
bash -c "$xenial && $artful && $bionic"
}

main

0 comments on commit 634d6d8

Please sign in to comment.