Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cookbook
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
redox-os
cookbook
Commits
bd71b545
Verified
Commit
bd71b545
authored
5 years ago
by
Jeremy Soller
Browse files
Options
Downloads
Patches
Plain Diff
Update pkgar
parent
b024d9bf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
cook.sh
+5
-9
5 additions, 9 deletions
cook.sh
pkgar
+1
-1
1 addition, 1 deletion
pkgar
with
7 additions
and
10 deletions
.gitignore
+
1
−
0
View file @
bd71b545
...
...
@@ -4,6 +4,7 @@ source
source-new
source.tar
stage
stage.pkg
stage.sig
stage.tar
stage.tar.gz
...
...
This diff is collapsed.
Click to expand it.
cook.sh
+
5
−
9
View file @
bd71b545
...
...
@@ -42,6 +42,8 @@ function usage {
echo
" difftool_upstream"
>
&2
echo
" fetch"
>
&2
echo
" unfetch"
>
&2
echo
" pkg"
>
&2
echo
" unpkg"
>
&2
echo
" prepare"
>
&2
echo
" unprepare"
>
&2
echo
" publish"
>
&2
...
...
@@ -69,8 +71,10 @@ function op {
op
$1
build
op
$1
stage
op
$1
tar
op
$1
pkg
;;
distclean
)
op
$1
unpkg
op
$1
untar
op
$1
unstage
op
$1
unprepare
...
...
@@ -440,17 +444,9 @@ function op {
--secret
"
${
ROOT
}
/build/secret.key"
\
--file
stage.pkg
\
stage
if
command
-v
pigz
>
/dev/null
then
pigz
--force
stage.pkg
else
echo
"Install pigz for increased performance"
gzip
--force
recipes/jeremy/stage.pkg
fi
;;
unpkg
)
rm
-fv
stage.pkg
stage.pkg.gz
rm
-fv
stage.pkg
;;
tar
)
echo
"name =
\"
$1
\"
"
>
"stage.toml"
...
...
This diff is collapsed.
Click to expand it.
pkgar
@
d3b5dfc7
Compare
6855ee50
...
d3b5dfc7
Subproject commit
6855ee50a3beda271975aebce50196ebdb75d442
Subproject commit
d3b5dfc7af711f32ca115bc39d45f77dac4b7b99
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