Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Arduino Core for SAMD21 CPU
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
josc941e
Arduino Core for SAMD21 CPU
Commits
eec7da3d
Commit
eec7da3d
authored
9 years ago
by
Federico Fissore
Browse files
Options
Downloads
Patches
Plain Diff
Packing script
parent
00ed1c04
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
pack.bash
+16
-0
16 additions, 0 deletions
pack.bash
with
17 additions
and
0 deletions
.gitignore
0 → 100644
+
1
−
0
View file @
eec7da3d
*.bz2
This diff is collapsed.
Click to expand it.
pack.bash
0 → 100755
+
16
−
0
View file @
eec7da3d
#!/bin/bash -ex
VERSION
=
`
grep
version
=
platform.txt |
sed
's/version=//g'
`
PWD
=
`
pwd
`
FOLDERNAME
=
`
basename
$PWD
`
THIS_SCRIPT_NAME
=
`
basename
$0
`
rm
-f
samd-
$VERSION
.tar.bz2
cd
..
tar
--transform
"s|
$FOLDERNAME
|
$VERSION
|g"
--exclude
=
.git
--exclude
=
.idea
--exclude
=
$THIS_SCRIPT_NAME
-cjf
samd-
$VERSION
.tar.bz2
$FOLDERNAME
cd
-
mv
../samd-
$VERSION
.tar.bz2
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment