Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
prunner
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
rx-etersoft
prunner
Commits
d8c7ae3a
Commit
d8c7ae3a
authored
Aug 09, 2018
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added special build for c7 and publication of events in the telegram channel
parent
6a465a8e
Pipeline
#2216
passed with stage
in 3 minutes 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
.gitlab-ci.yml
.gitlab-ci.yml
+8
-0
No files found.
.gitlab-ci.yml
View file @
d8c7ae3a
...
@@ -7,12 +7,20 @@ build and public:
...
@@ -7,12 +7,20 @@ build and public:
-
export TMPDIR=/tmp/.private/${USER}; export TMP=${TMPDIR}
-
export TMPDIR=/tmp/.private/${USER}; export TMP=${TMPDIR}
-
git remote | grep -q gitlab || git remote add gitlab git@gitlab.eterfund.ru:/pv/prunner
-
git remote | grep -q gitlab || git remote add gitlab git@gitlab.eterfund.ru:/pv/prunner
-
|
echo "BUILD NEW VERSION: $CI_PROJECT_NAME" >> changes.txt
/usr/bin/rpmlog -t | tail +2 >> changes.txt
-
/usr/bin/rpmlog -q -r -l
-
/usr/bin/rpmlog -q -r -l
-
korinf -f prunner.spec x86_64/ALTLinux/p8 /var/ftp/pvt/Etersoft/RX@Etersoft/unstable
-
korinf -f prunner.spec x86_64/ALTLinux/p8 /var/ftp/pvt/Etersoft/RX@Etersoft/unstable
-
korinf -f prunner.spec x86_64/ALTLinux/Sisyphus /var/ftp/pvt/Etersoft/RX@Etersoft/unstable
-
korinf -f prunner.spec x86_64/ALTLinux/Sisyphus /var/ftp/pvt/Etersoft/RX@Etersoft/unstable
-
korinf -f prunner.spec x86_64/ALTLinux/p7 /var/ftp/pvt/Etersoft/RX@Etersoft/unstable
-
korinf -f prunner.spec x86_64/ALTLinux/p7 /var/ftp/pvt/Etersoft/RX@Etersoft/unstable
-
korinf -f prunner.spec x86_64/ALTLinux/c7 /var/ftp/pvt/Etersoft/RX@Etersoft/c7
-
git push -f --tags gitlab HEAD:master
-
git push -f --tags gitlab HEAD:master
-
rx_bot_pub_file.py changes.txt || echo "ignore public bot error.."
after_script
:
-
mkdir -p RPM/log; cp -rf ${HOME}/RPM/log/*prunner*.log RPM/log/
-
mkdir -p RPM/log; cp -rf ${HOME}/RPM/log/*prunner*.log RPM/log/
-
mkdir -p korinf-log; cp -rf ${HOME}/RPM/tmp/korinf-log/* korinf-log/
-
mkdir -p korinf-log; cp -rf ${HOME}/RPM/tmp/korinf-log/* korinf-log/
...
...
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