Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Pulsar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
NDIP
Pulsar
Commits
b472a157
Commit
b472a157
authored
8 years ago
by
John Chilton
Browse files
Options
Downloads
Patches
Plain Diff
Attempt to prep a 0.7.0.dev6.
parent
918253dd
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
HISTORY.rst
+3
-2
3 additions, 2 deletions
HISTORY.rst
Makefile
+7
-4
7 additions, 4 deletions
Makefile
pulsar/__init__.py
+1
-1
1 addition, 1 deletion
pulsar/__init__.py
with
11 additions
and
7 deletions
HISTORY.rst
+
3
−
2
View file @
b472a157
...
...
@@ -6,10 +6,11 @@ History
.. to_doc
---------------------
0.
8
.0.dev
0
0.
7
.0.dev
6
---------------------
* Attempt to release pulsar as an application and a library for Galaxy
at the same time.
---------------------
0.7.0.dev5
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
7
−
4
View file @
b472a157
...
...
@@ -123,7 +123,9 @@ _release-test-artifacts:
$(
IN_VENV
)
twine upload
-r
test
dist/
*
open https://testpypi.python.org/pypi/
$(
PROJECT_NAME
)
||
xdg-open https://testpypi.python.org/pypi/
$(
PROJECT_NAME
)
release-test-artifacts
:
dist _release-test-artifacts
dist-all
:
dist _dist-lib
release-test-artifacts
:
dist-all _release-test-artifacts
_release-aritfacts
:
@
while
[
-z
"
$$
CONTINUE"
]
;
do
\
...
...
@@ -152,10 +154,11 @@ release: release-local push-release
add-history
:
$(
IN_VENV
)
python
$(
BUILD_SCRIPTS_DIR
)
/bootstrap_history.py
$(
ITEM
)
dist-lib
:
clean
_
dist-lib
:
$(
IN_VENV
)
PULSAR_GALAXY_LIB
=
1 python setup.py sdist bdist_egg bdist_wheel
ls
-l
dist
release-test-lib-artifacts
:
dist-lib _release-test-artifacts
dist-lib
:
clean _dist-lib
release-lib-aritfacts
:
release-test-lib-artifacts _release-aritfacts
#release-test-lib-artifacts: dist-lib _release-test-artifacts
#release-lib-aritfacts: release-test-lib-artifacts _release-aritfacts
This diff is collapsed.
Click to expand it.
pulsar/__init__.py
+
1
−
1
View file @
b472a157
# -*- coding: utf-8 -*-
__version__
=
'
0.7.0.dev
5
'
__version__
=
'
0.7.0.dev
6
'
PROJECT_NAME
=
"
pulsar
"
PROJECT_OWNER
=
PROJECT_USERAME
=
"
galaxyproject
"
...
...
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