Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
A
atbuild
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AnarchyTools
atbuild
Commits
47cdbaf9
Commit
47cdbaf9
authored
May 11, 2016
by
Drew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove out-of-date release script
parent
b8a9e75c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
+0
-17
release.sh
release.sh
+0
-17
No files found.
release.sh
deleted
100644 → 0
View file @
b8a9e75c
if
[
!
-f
artifacts-linux.zip
]
;
then
echo
"Missing artifacts-linux.zip"
exit
1
fi
if
[
!
-f
artifacts-osx.zip
]
;
then
echo
"Missing artifacts-osx.zip"
exit
1
fi
echo
"version to tag:"
read
version
rm
-rf
/tmp/build
unzip artifacts-linux.zip
-d
/tmp/build/
tar
c
-C
/tmp/build bin | pixz
-9
-o
atbuild-
${
version
}
-linux
.tar.xz
rm
-rf
/tmp/build
mkdir
-p
/tmp/build
unzip artifacts-osx.zip
-d
/tmp/build/
tar
c
-C
/tmp/build bin | pixz
-9
-o
atbuild-
${
version
}
-macosx
.tar.xz
\ No newline at end of file
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