Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
capnproto
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
capnproto
Commits
e81cb88f
Commit
e81cb88f
authored
11 years ago
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove old compiler from release script.
parent
b96758a1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
13 deletions
+2
-13
release.sh
release.sh
+2
-13
No files found.
release.sh
View file @
e81cb88f
...
...
@@ -26,7 +26,7 @@ update_version() {
local
BRANCH_DESC
=
$3
local
OLD_REGEX
=
${
OLD
//./[.]
}
doit
sed
-i
-e
"s/
$OLD_REGEX
/
$NEW
/g"
c++/configure.ac
compiler/capnproto-compiler.cabal
doit
sed
-i
-e
"s/
$OLD_REGEX
/
$NEW
/g"
c++/configure.ac
doit git commit
-a
-m
"Set
$BRANCH_DESC
version to
$NEW
."
}
...
...
@@ -35,17 +35,7 @@ build_packages() {
local
VERSION_BASE
=
${
VERSION
%%-*
}
echo
"========================================================================="
echo
"Building compiler package..."
echo
"========================================================================="
cd
compiler
doit cabal configure
doit cabal sdist
doit
cp
dist/capnproto-compiler-
$VERSION_BASE
.tar.gz ../capnproto-compiler-
$VERSION
.tar.gz
doit cabal clean
cd
..
echo
"========================================================================="
echo
"Building C++ runtime package..."
echo
"Building C++ package..."
echo
"========================================================================="
cd
c++
doit ./setup-autotools.sh |
tr
=
-
...
...
@@ -74,7 +64,6 @@ done_banner() {
echo
"Done"
echo
"========================================================================="
echo
"Ready to release:"
echo
" capnproto-compiler-
$VERSION
.tar.gz"
echo
" capnproto-c++-
$VERSION
.tar.gz"
echo
"Don't forget to push changes:"
echo
" git push origin
$PUSH
"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment