Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GAFAM
www.gafam.info
Commits
411c1a8c
Commit
411c1a8c
authored
Jan 12, 2018
by
The GAFAM tech collective
Browse files
Add more helpers to Makefile
- Run a local webserver - Upgrade instance running on production
parent
a2ad0ed7
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES.rst
View file @
411c1a8c
...
...
@@ -8,6 +8,11 @@ in progress
- Wording, Emphasis, Cleanup
- Rename repository gafam-l10n to gafam-poster-translations
- Reformat HTML properly
- Add more helpers to Makefile
- Run a local webserver
- Upgrade instance running on production
2018-01-12 0.2.0
----------------
...
...
Makefile
View file @
411c1a8c
# ===============
# local webserver
# ===============
webserver
:
cd
htdocs
;
python
-m
SimpleHTTPServer 8001
;
cd
..
# ===========
# bumpversion
# ===========
...
...
@@ -24,6 +31,17 @@ push:
release
:
bumpversion push
# =======
# upgrade
# =======
upgrade
:
git stash save
git pull
git stash pop
yarn run release
# ======
# ptrace
# ======
...
...
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