Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
flamenco-worker-python
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
blender
flamenco-worker-python
Commits
9d83e427
Commit
9d83e427
authored
8 years ago
by
Sybren A. Stüvel
Browse files
Options
Downloads
Patches
Plain Diff
Added publish-online script
parent
77de8493
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
publish-online.sh
+12
-0
12 additions, 0 deletions
publish-online.sh
update_version.sh
+2
-1
2 additions, 1 deletion
update_version.sh
with
14 additions
and
1 deletion
publish-online.sh
0 → 100755
+
12
−
0
View file @
9d83e427
#!/bin/bash -e
FLAMENCO_VERSION
=
2.0.5
echo
"Uploading Flamenco Worker
$FLAMENCO_VERSION
to flamenco.io"
cd
dist
rsync
\
flamenco-worker-
${
FLAMENCO_VERSION
}
.zip
\
flamenco-worker-
${
FLAMENCO_VERSION
}
.sha256
\
armadillica@flamenco.io:flamenco.io/download/
-va
echo
"Done!"
This diff is collapsed.
Click to expand it.
update_version.sh
+
2
−
1
View file @
9d83e427
...
@@ -7,9 +7,10 @@ fi
...
@@ -7,9 +7,10 @@ fi
sed
"s/version='[^']*'/version='
$1
'/"
-i
setup.py
sed
"s/version='[^']*'/version='
$1
'/"
-i
setup.py
sed
"s/__version__
\s
*=
\s
*'[^']*'/__version__ = '
$1
'/"
-i
flamenco_worker/__init__.py
sed
"s/__version__
\s
*=
\s
*'[^']*'/__version__ = '
$1
'/"
-i
flamenco_worker/__init__.py
sed
"s/FLAMENCO_VERSION=
\"
[^
\"
]*
\"
/FLAMENCO_VERSION=
\"
$1
\"
/"
-i
publish-online.sh
git diff
git diff
echo
echo
echo
"Don't forget to commit and tag:"
echo
"Don't forget to commit and tag:"
echo
git commit
-m
\'
Bumped version to
$1
\'
setup.py flamenco_worker/__init__.py
echo
git commit
-m
\'
Bumped version to
$1
\'
setup.py flamenco_worker/__init__.py
publish-online.sh
echo
git tag
-a
v
$1
-m
\'
Tagged version
$1
\'
echo
git tag
-a
v
$1
-m
\'
Tagged version
$1
\'
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