Skip to content

Commit

Permalink
desc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlehane committed Jul 5, 2016
1 parent b222020 commit a12c747
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
10 changes: 4 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ version: "{build}"
environment:
GOPATH: c:\gopath
branches:
only:
- master
except:
- develop
clone_folder: c:\gopath\src\github.com\richardlehane\siegfried
before_build:
- ps: if(!($env:APPVEYOR_REPO_TAG_NAME)){$env:SFVERSION="_"}
- ps: if($env:APPVEYOR_REPO_TAG_NAME){$env:SFVERSION=$env:APPVEYOR_REPO_TAG_NAME.Trim("v").Replace(".","-")}
- ps: if($env:APPVEYOR_REPO_TAG_NAME){$env:SFTITLE=$env:APPVEYOR_REPO_TAG_NAME.Trim("v")}
- ps: $env:SFDESC=[system.io.file]::ReadAllText('c:\gopath\src\github.com\richardlehane\siegfried\latest.md')
- ps: md win64
- ps: md win32
- ps: md siegfried
Expand Down Expand Up @@ -37,10 +36,9 @@ deploy:
secure: d/jFwo/lO0o59JZDJdkA7E3NgHvknKz9aSMz4gRLMLZ6CiWJOGOA3mDYuAtCAEPo
tag: $(APPVEYOR_REPO_TAG_NAME)
release: Version $(SFTITLE)
description: $(SFDESC)
description: "see [CHANGELOG.md](https://github.com/richardlehane/siegfried/blob/master/CHANGELOG.md)"
artifact: win64,win32,data
draft: true
prerelease: false
on:
appveyor_repo_tag: true
branch: master
appveyor_repo_tag: true
3 changes: 1 addition & 2 deletions debbuilder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,13 @@ dpkg-deb --build $SFDIR

# write bintray json
DATE=`date +%Y-%m-%d`
DESC=`cat ${HOME}/gopath/src/github.com/richardlehane/siegfried/latest.md`
cat >$BASE/bintray.json << EOB
{
"package": {
"name": "siegfried",
"repo": "debian",
"subject": "siegfried",
"desc": "${DESC}",
"desc": "see [CHANGELOG.md](https://github.com/richardlehane/siegfried/blob/master/CHANGELOG.md)",
"website_url": "http://www.itforarchivists.com/siegfried",
"issue_tracker_url": "https://github.com/richardlehane/siegfried/issues",
"vcs_url": "hhttps://github.com/richardlehane/siegfried.git",
Expand Down

0 comments on commit a12c747

Please sign in to comment.