Create first release attempt
This commit is contained in:
parent
ce6851a198
commit
abbc525df9
12
.build.yml
12
.build.yml
@ -113,11 +113,11 @@ tasks:
|
||||
echo "Task completed in $(($duration / 60))m$(($duration % 60))s."
|
||||
|
||||
- upload_dpkg: |
|
||||
# Just fail
|
||||
test -z "fjkjksdf"
|
||||
SECONDS=0
|
||||
|
||||
cd twitter_offline_engine/build
|
||||
scp -i ~/.ssh/4e6bb736-559c-4b3e-ba04-331f5808cacc offline-twitter-engine_${version}_all.deb aptrepo@apt.playfulpachyderm.com:/apt-repo/test-repo
|
||||
ssh -i ~/.ssh/4e6bb736-559c-4b3e-ba04-331f5808cacc aptrepo@apt.playfulpachyderm.com "cd ~/test-repo && ./update.sh"
|
||||
|
||||
# SECONDS=0
|
||||
|
||||
# cd twitter_offline_engine/build
|
||||
# scp offline
|
||||
duration=$SECONDS
|
||||
echo "Task completed in $(($duration / 60))m$(($duration % 60))s."
|
||||
|
@ -21,7 +21,7 @@ mkdir dpkg_tmp
|
||||
|
||||
# Construct the dpkg directory structure
|
||||
mkdir -p dpkg_tmp/usr/local/bin
|
||||
cp ../cmd/tw dpkg_tmp/usr/local/bin
|
||||
cp ../cmd/tw dpkg_tmp/usr/local/bin/twitter
|
||||
|
||||
# Create the `DEBIAN/control` file
|
||||
mkdir dpkg_tmp/DEBIAN
|
||||
@ -36,7 +36,7 @@ Priority: optional
|
||||
Homepage: http://offline-twitter.com
|
||||
Description: This utility is the scraper engine that drives \`offline-twitter\`.
|
||||
Download and browse content from twitter.
|
||||
Save a local copy of everything you browse.
|
||||
Save a local copy of everything you browse to a SQLite database.
|
||||
" > dpkg_tmp/DEBIAN/control
|
||||
|
||||
|
||||
|
@ -3,5 +3,5 @@
|
||||
set -x
|
||||
set -e
|
||||
|
||||
go build -o tw ./twitter
|
||||
go build -ldflags="-s -w" -o tw ./twitter
|
||||
chmod +x tw
|
||||
|
Loading…
x
Reference in New Issue
Block a user