Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Nicolas Wavrant
slapos.package
Commits
207bfcf8
Commit
207bfcf8
authored
Jun 11, 2013
by
Vivien Alger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modified script for new names
parent
4db8449c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
prepare_slapos_build.sh
prepare_slapos_build.sh
+8
-8
No files found.
prepare_slapos_build.sh
View file @
207bfcf8
...
@@ -45,17 +45,17 @@ function spec_generation
...
@@ -45,17 +45,17 @@ function spec_generation
# Post scriplet generation
# Post scriplet generation
echo
"%post"
>>
$SLAPOS_SPEC
echo
"%post"
>>
$SLAPOS_SPEC
cat
$RE6STNET_SCRIPT
>>
$SLAPOS_SPEC
cat
$RE6STNET_SCRIPT
>>
$SLAPOS_SPEC
cat
$RPM_DIRECTORY
/post
>>
$SLAPOS_SPEC
cat
$RPM_DIRECTORY
/post
.sh
>>
$SLAPOS_SPEC
# Preun scriplet generation
# Preun scriplet generation
echo
"
echo
"
%preun"
>>
$SLAPOS_SPEC
%preun"
>>
$SLAPOS_SPEC
cat
$RPM_DIRECTORY
/preun
>>
$SLAPOS_SPEC
cat
$RPM_DIRECTORY
/preun
.sh
>>
$SLAPOS_SPEC
# Postun scriplet generation
# Postun scriplet generation
echo
"
echo
"
%postun"
>>
$SLAPOS_SPEC
%postun"
>>
$SLAPOS_SPEC
cat
$RPM_DIRECTORY
/postun
>>
$SLAPOS_SPEC
cat
$RPM_DIRECTORY
/postun
.sh
>>
$SLAPOS_SPEC
echo
"
echo
"
"
>>
$SLAPOS_SPEC
"
>>
$SLAPOS_SPEC
}
}
...
@@ -123,22 +123,22 @@ if [ ! -d "$CURRENT_DIRECTORY/$SLAPOS_DIRECTORY" ]; then
...
@@ -123,22 +123,22 @@ if [ ! -d "$CURRENT_DIRECTORY/$SLAPOS_DIRECTORY" ]; then
fi
fi
# Prepare Makefile and offline script
# Prepare Makefile and offline script
#
prepare_template_files
prepare_template_files
# Prepare Download Cache for SlapOS
# Prepare Download Cache for SlapOS
#
prepare_download_cache
prepare_download_cache
# Prepare tarball
# Prepare tarball
#
prepare_tarball
prepare_tarball
# Generate spec file
# Generate spec file
spec_generation
spec_generation
# Prepare deb packaging
# Prepare deb packaging
#
prepare_deb_packaging
prepare_deb_packaging
# Upload to obs
# Upload to obs
#
obs_upload
obs_upload
# Save current version
# Save current version
echo
"
$RECIPE_VERSION
"
>
$CURRENT_DIRECTORY
/slapos-recipe-version
echo
"
$RECIPE_VERSION
"
>
$CURRENT_DIRECTORY
/slapos-recipe-version
...
...
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