-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from ganwell/master
Change to public documentation location
- Loading branch information
Showing
8 changed files
with
32 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
before_script: | ||
- source /etc/profile | ||
- git submodule update --init --recursive | ||
- GIT_SSL_NO_VERIFY=true git submodule update --init --recursive | ||
|
||
stages: | ||
- doc | ||
|
@@ -10,25 +10,19 @@ doc: | |
stage: doc | ||
script: | ||
- pyenv local 3.5.1 | ||
- make all-deps | ||
- make install | ||
- make .deps/pytest .deps/hypothesis .deps/freeze .deps/testfixtures | ||
- make doc | ||
- rsync -av --delete doc/_build/html/ [email protected]:/var/www/html/rochediag/pyaptly/ | ||
|
||
test26: | ||
stage: test | ||
script: | ||
- pyenv local 2.6.9 | ||
- make webserver | ||
- make pytest-no-cov | ||
- rsync -av --delete doc/_build/html/ [email protected]:/var/www/html/public/pyaptly/ | ||
|
||
test27: | ||
stage: test | ||
script: | ||
- pyenv local 2.7.11 | ||
- make local-test | ||
- make test-local | ||
|
||
test3: | ||
stage: test | ||
script: | ||
- pyenv local 3.5.1 | ||
- make local-test | ||
- make test-local |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,12 @@ CHANGELOG = [ | |
'date' : "2016-05-06T19:40:42+0000", | ||
'author' : "Jean-Louis Fuchs <[email protected]>", | ||
'changes' : [ | ||
"Merge pull request #2 from ganwell/master", | ||
[ | ||
"https://github.com/adfinis-sygroup/pyaptly/pull/2", | ||
"Semi-Automatic Release of deb and rpm Packages", | ||
], | ||
|
||
"Added CHANGELOG", | ||
[ | ||
"https://github.com/adfinis-sygroup/pyaptly/commit/9f8ea2e", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,12 @@ Version 1.0.0 | |
released 2016-05-06T19:40:42+0000 by Jean-Louis Fuchs <[email protected]>: | ||
|
||
|
||
* Merge pull request #2 from ganwell/master | ||
|
||
- https://github.com/adfinis-sygroup/pyaptly/pull/2 | ||
- Semi-Automatic Release of deb and rpm Packages | ||
|
||
|
||
* Added CHANGELOG | ||
|
||
- https://github.com/adfinis-sygroup/pyaptly/commit/9f8ea2e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
"""Version module to be read from various places""" | ||
__version__ = "1.0.0" # pragma: no cover | ||
__version__ = "1.0.1" # pragma: no cover |
Submodule pyproject
updated
from 27a2fb to 5981e1