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
7ed959bf
Commit
7ed959bf
authored
7 years ago
by
Nate Coraor
Browse files
Options
Downloads
Patches
Plain Diff
Fix Makefile typos and remove egg building
parent
4d90609b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+6
-6
6 additions, 6 deletions
Makefile
with
6 additions
and
6 deletions
Makefile
+
6
−
6
View file @
7ed959bf
...
...
@@ -122,7 +122,7 @@ open-project:
open
$(
PROJECT_URL
)
||
xdg-open
$(
PROJECT_URL
)
dist
:
clean
$(
IN_VENV
)
python setup.py sdist
bdist_egg
bdist_wheel
$(
IN_VENV
)
python setup.py sdist bdist_wheel
ls
-l
dist
_release-test-artifacts
:
...
...
@@ -133,7 +133,7 @@ dist-all: dist _dist-lib
release-test-artifacts
:
dist-all _release-test-artifacts
_release-ar
i
tfacts
:
_release-art
i
facts
:
@
while
[
-z
"
$$
CONTINUE"
]
;
do
\
read
-r
-p
"Have you executed release-test and reviewed results? [y/N]: "
CONTINUE
;
\
done
;
\
...
...
@@ -141,7 +141,7 @@ _release-aritfacts:
@
echo
"Releasing"
$(
IN_VENV
)
twine upload dist/
*
release-ar
i
tfacts
:
release-test-artifacts _release-ar
i
tfacts
release-art
i
facts
:
release-test-artifacts _release-art
i
facts
commit-version
:
$(
IN_VENV
)
python
$(
BUILD_SCRIPTS_DIR
)
/commit_version.py
$(
SOURCE_DIR
)
$(
VERSION
)
...
...
@@ -149,7 +149,7 @@ commit-version:
new-version
:
$(
IN_VENV
)
python
$(
BUILD_SCRIPTS_DIR
)
/new_version.py
$(
SOURCE_DIR
)
$(
VERSION
)
release-local
:
commit-version release-ar
i
tfacts new-version
release-local
:
commit-version release-art
i
facts new-version
push-release
:
git push
$(
UPSTREAM
)
master
...
...
@@ -161,10 +161,10 @@ add-history:
$(
IN_VENV
)
python
$(
BUILD_SCRIPTS_DIR
)
/bootstrap_history.py
$(
ITEM
)
_dist-lib
:
$(
IN_VENV
)
PULSAR_GALAXY_LIB
=
1 python setup.py sdist
bdist_egg
bdist_wheel
$(
IN_VENV
)
PULSAR_GALAXY_LIB
=
1 python setup.py sdist bdist_wheel
ls
-l
dist
dist-lib
:
clean _dist-lib
#release-test-lib-artifacts: dist-lib _release-test-artifacts
#release-lib-ar
i
tfacts: release-test-lib-artifacts _release-ar
i
tfacts
#release-lib-art
i
facts: release-test-lib-artifacts _release-art
i
facts
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