Gitlab Community Edition Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Ispconfig3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Gregor Thiem
Ispconfig3
Commits
a51d6a96
Commit
a51d6a96
authored
2 years ago
by
Till Brehm
Browse files
Options
Downloads
Patches
Plain Diff
Set file permissions in the tar command of the ISPConfig release build script.
parent
8b52d3db
No related branches found
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
a51d6a96
...
...
@@ -90,7 +90,7 @@ build:package:
-
if [[ "$VER" == "" ]] ; then VER="3.2dev"$(date +%s) ; fi
-
if [[ "$VER" != "" ]] ; then echo "Replacing 3.2dev by $VER" ; sed -i -r 's/3\.2dev/'${VER}'/g' install/tpl/config.inc.php.master install/sql/ispconfig3.sql ; fi
-
RET=0
-
tar -cpzf ISPConfig-${VER}.tar.gz --exclude "ISPConfig-${VER}.tar.gz" --exclude ".git*" --exclude ".phplint.yml" --transform 's,^\./,ispconfig3_install/,'
.
|| RET=$?
-
tar -cpzf ISPConfig-${VER}.tar.gz --exclude "ISPConfig-${VER}.tar.gz" --exclude ".git*" --exclude ".phplint.yml" --transform 's,^\./,ispconfig3_install/,'
--mode='0775' ./*
|| RET=$?
-
if [[ $RET > 1 ]] ; then exit $RET ; fi
-
echo "Listing tar contents for verification"
-
tar -tvf ISPConfig-${VER}.tar.gz
...
...
@@ -101,4 +101,4 @@ build:package:
-
echo "Download url is https://download.ispconfig.org/ISPConfig-${VER}.tar.gz"
needs
:
[
"
syntax:lint"
]
allow_failure
:
false
\ No newline at end of file
allow_failure
:
false
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