Skip to content

Commit

Permalink
Updates to build/release instructions
Browse files Browse the repository at this point in the history
- fixup path on local system to run tests
- fixup name of build.sh script to call
- move build container to fedora 31
  • Loading branch information
dustymabe committed Dec 11, 2019
1 parent 46b08a3 commit 6e18885
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# point local system to git for vagrant-sshfs

# Run misc tests
cd /guests/sharedfolder/code/github.com/dustymabe/vagrant-sshfs/test/misc
cd /var/b/shared/code/github.com/dustymabe/vagrant-sshfs/test/misc
follow README for running tests

# Make sure to bump version in lib/vagrant-sshfs/version.rb and commit
Expand Down Expand Up @@ -37,7 +37,7 @@ git push
git push --tags

# Build with build.sh script (uses buildah)
./bundle.sh
./build.sh

# Sign the output
gpg --armor --detach-sign pkg/vagrant-sshfs-1.2.0.gem
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -x
set -ex

ctr=$(buildah from registry.fedoraproject.org/fedora:28)
ctr=$(buildah from registry.fedoraproject.org/fedora:31)

rpms=(
make gcc ruby ruby-devel redhat-rpm-config # for building gems
Expand Down

0 comments on commit 6e18885

Please sign in to comment.