forked from pulp/pulp_python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquickstart.sh
More file actions
30 lines (23 loc) · 707 Bytes
/
Copy pathquickstart.sh
File metadata and controls
30 lines (23 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# This script will execute the component scripts and ensure that the documented examples
# work as expected.
# THIS SCRIPT CURRENTLY MUST BE RUN IN A PULPLIFT DEVELOPMENT ENVIRONMENT
# TODO: remove the usage of pulp-devel bash functions so they can be directly modified
# for user environments.
# From the _scripts directory, run with `source quickstart.sh` (source to preserve the environment
# variables)
export PLUGIN_SOURCE="../../"
set -e
source base.sh
source clean.sh
source repo.sh
source remote.sh
source sync.sh
source publication.sh
source distribution.sh
source autoupdate.sh
source pullthrough.sh
source pip.sh
source upload.sh
source add_content_repo.sh
source index.sh
source twine.sh