Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
Upstream Conversion
Commits
9dc319db9295
Commit
9dc319db
authored
Jul 10, 2021
by
Georges Racinet
🦑
Browse files
convert-git-tags-push: made a console script
parent
6a33333a38ae
Changes
4
Show whitespace changes
Inline
Side-by-side
convert-git-tags-push
120000 → 100755
View file @
9dc319db
convert-git-tags-push.py
\ No newline at end of file
#!/bin/sh
echo
"This script has been replaced by a setuptools console script. "
echo
"Please run ~/.local/bin/convert-git-tags-push instead. "
echo
"If not installed, run 'make help'"
convert
-
git
-
tags
-
push.py
→
heptapod_upstream_conversion/
convert
_
git
_
tags
_
push.py
View file @
9dc319db
heptapod_upstream_conversion/fetch_watch_tags.py
View file @
9dc319db
...
...
@@ -36,7 +36,7 @@
```
fetch-stable-branches
convert-pull-local --branch-prefix {git_branch} --push
./
convert-git-tags-push -R heptapod-rails
convert-git-tags-push -R heptapod-rails
```
- [ ] Omnibus:
...
...
@@ -47,7 +47,7 @@
--heptapod-repo omnibus-heptapod \
--branch-prefix {git_branch} \
--push
./
convert-git-tags-push -R omnibus-heptapod
convert-git-tags-push -R omnibus-heptapod
```
- [ ] Heptapod Shell, if `GITLAB_SHELL_VERSION` changed in main repository
...
...
setup.py
View file @
9dc319db
...
...
@@ -6,6 +6,7 @@
'convert-pull-local'
:
(
'convert'
,
'main'
),
'fetch-stable-branches'
:
(
'fetch_stable_branches'
,
'main'
),
'fetch-watch-tags'
:
(
'fetch_watch_tags'
,
'main'
),
'convert-git-tags-push'
:
(
'convert_git_tags_push'
,
'main'
),
}
...
...
Georges Racinet
🦑
@gracinet
mentioned in issue
#2 (closed)
·
Nov 05, 2021
mentioned in issue
#2 (closed)
mentioned in issue #2
Toggle commit list
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