Skip to content

Commit

Permalink
Add “update releng” task
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jul 30, 2015
1 parent 5523984 commit b579099
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion checklist.html
Expand Up @@ -32,7 +32,8 @@ <h2>Requirements</h2>
<p>In order to create a release, you need a bit of free time and a GPG setup. You could technically do without them (<code>git tag -am</code> + <code>twine upload</code> without <code>-s</code>), but it’s nicer if we have some confirmation it’s really you.</p>
<h2>Housekeeping</h2>
<ul>
<li><input type="checkbox"> Make sure you are on the <code>master</code> branch and run <code>git pull origin master</code></li>
<li><input type="checkbox"> If you have a local clone of the releng repo: <code>git pull</code> first, refresh the page if necessary</li>
<li><input type="checkbox"> Get into the Nikola repo, make sure you are on the <code>master</code> branch and run <code>git pull origin master</code></li>
<li><input type="checkbox"> <code>scripts/jinjify.py</code></li>
<li><input type="checkbox"> <code>scripts/import_po.py</code></li>
<li><input type="checkbox"> <code>scripts/update-bower.sh</code></li>
Expand Down
3 changes: 2 additions & 1 deletion src/checklist.html
Expand Up @@ -3,7 +3,8 @@ <h2>Requirements</h2>
<p>In order to create a release, you need a bit of free time and a GPG setup. You could technically do without them (<code>git tag -am</code> + <code>twine upload</code> without <code>-s</code>), but it’s nicer if we have some confirmation it’s really you.</p>
<h2>Housekeeping</h2>
<ul>
<li><input type="checkbox"> Make sure you are on the <code>master</code> branch and run <code>git pull origin master</code></li>
<li><input type="checkbox"> If you have a local clone of the releng repo: <code>git pull</code> first, refresh the page if necessary</li>
<li><input type="checkbox"> Get into the Nikola repo, make sure you are on the <code>master</code> branch and run <code>git pull origin master</code></li>
<li><input type="checkbox"> <code>scripts/jinjify.py</code></li>
<li><input type="checkbox"> <code>scripts/import_po.py</code></li>
<li><input type="checkbox"> <code>scripts/update-bower.sh</code></li>
Expand Down
3 changes: 2 additions & 1 deletion src/checklist.md
Expand Up @@ -6,7 +6,8 @@ In order to create a release, you need a bit of free time and a GPG setup. You c

## Housekeeping

* <input type="checkbox"> Make sure you are on the `master` branch and run `git pull origin master`
* <input type="checkbox"> If you have a local clone of the releng repo: `git pull` first, refresh the page if necessary
* <input type="checkbox"> Get into the Nikola repo, make sure you are on the `master` branch and run `git pull origin master`
* <input type="checkbox"> `scripts/jinjify.py`
* <input type="checkbox"> `scripts/import_po.py`
* <input type="checkbox"> `scripts/update-bower.sh`
Expand Down

0 comments on commit b579099

Please sign in to comment.