Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add preview package #7

Merged
merged 13 commits into from Jul 2, 2018
Merged

Conversation

TravisEz13
Copy link
Member

@TravisEz13 TravisEz13 commented Jul 1, 2018

Implements PowerShell/PowerShell-RFC#134
@tylerl0706 Can your review?

Copy link
Member

@TylerLeonhardt TylerLeonhardt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM just some nitpicks you don't have to fix

appveyor.yml Outdated
Purpose: stable

install:
# - ps: Install-module pester -Scope CurrentUser -Force -SkipPublisherCheck
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: any reason for this commented out code?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

version=$(curl -s 'https://raw.githubusercontent.com/PowerShell/PowerShell/master/tools/metadata.json' | jq .NextReleaseTag | sed 's/"//g' | sed 's/v//')
echo $version
fi
summary: PowerShell for every system
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: GitHub has an exclamation mark at the end. Not sure if you want to add that.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added

"DockerImageName": "ps-snap-ubunutu-16-04",
"BinaryBucket": "release"
}
]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: the indenting of this file is off.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@@ -24,6 +32,8 @@ Push-Location
try {
Write-Verbose "snapcraft version $(snapcraft --version)" -Verbose
Set-Location $location
Set-location $directory
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: maybe just do Set-Location "$location\$directory" or Set-Location "$location/$directory"?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@TylerLeonhardt
Copy link
Member

LGTM!

@TravisEz13
Copy link
Member Author

Any changes to the RFC will be addressed later

@TravisEz13 TravisEz13 merged commit 99b1248 into PowerShell:master Jul 2, 2018
@TravisEz13 TravisEz13 deleted the add_preview_package branch July 2, 2018 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants