Task #2463
Reorganize 3.0-dev branch
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Sprint:
Sprint 19
Quarter:
Description
The goals of this task are to:
- consolidate unnecessary setup.py files into a single one which will live in platform/setup.py. The setup.py will be for the entire pulp.<anything> Python namespace except for three components which will continue to have their own setup.py files: pulp.common, pulp.streamer, and pulp.cli.
- reduce the number of folders at the root
- organize the repo directory structure to mirror the structure it has when its installed
- rename the top level directory to be called 'platform' instead of Pulp. This will allow for a future pip install command from source of
pip install https://github.com/pulp/pulp/platform/
.
# create a top level folder called platform
git mv app platform
# move the platform subpackages into the
git mv exceptions/pulp/exception platform/pulp/exceptions
git mv plugin/pulp/plugin platform/pulp/plugin
git mv tasking/pulp/tasking platform/pulp/tasking
# delete the old dirs we no longer need
git rm -rf exceptions/
git rm -rf plugin/
git rm -rf tasking/
Related issues
Associated revisions
Revision b86677f0
View on GitHub
Reorganized the 3.0 dev branch.
Renames the 'app' top-level directory to 'platform'. Consolidates several setup.py files. Moves several top-level directories into the 'platform' directory to better reflect the structure after installation.
Revision 8eee2b50
View on GitHub
Fix the list of packages to be installed by docs_builder
History
#1
Updated by bmbouter about 4 years ago
- Description updated (diff)
#2
Updated by bmbouter about 4 years ago
- Related to Story #278: Add documentation about Pulp's setup.py requirements added
#3
Updated by bmbouter about 4 years ago
- Related to Story #2444: Create a PyPI account for Pulp3 core and all plugins added
#4
Updated by jortel@redhat.com about 4 years ago
+1
#5
Updated by dkliban@redhat.com about 4 years ago
- Groomed changed from No to Yes
#6
Updated by mhrivnak almost 4 years ago
- Sprint/Milestone set to 37
#7
Updated by dalley almost 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to dalley
#8
Updated by dalley almost 4 years ago
- Status changed from ASSIGNED to POST
#9
Updated by jortel@redhat.com over 3 years ago
- Sprint/Milestone changed from 37 to 38
#10
Updated by dalley over 3 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|b86677f069c03643380d98bc51cd1291fdfa3289.
#11
Updated by bmbouter almost 3 years ago
- Sprint set to Sprint 19
#12
Updated by bmbouter almost 3 years ago
- Sprint/Milestone deleted (
38)
#13
Updated by daviddavis almost 2 years ago
- Sprint/Milestone set to 3.0.0
#14
Updated by bmbouter almost 2 years ago
- Tags deleted (
Pulp 3)
#15
Updated by bmbouter about 1 year ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Please register to edit this issue
Reorganized the 3.0 dev branch.
Renames the 'app' top-level directory to 'platform'. Consolidates several setup.py files. Moves several top-level directories into the 'platform' directory to better reflect the structure after installation.
closes #2463 https://pulp.plan.io/issues/2463