File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ def __init__(self):
180180clean_all Delete all build components
181181clean_builds Delete all build caches
182182clean_dists Delete all compiled distributions
183- clean_bootstraps Delete all compiled bootstraps
183+ clean_bootstrap_builds Delete all compiled bootstraps
184184clean_download_cache Delete any downloaded recipe packages
185185clean_recipe_build Delete the build files of a recipe
186186distributions List all distributions
@@ -424,7 +424,7 @@ def clean_dists(self, args):
424424 if exists (ctx .dist_dir ):
425425 shutil .rmtree (ctx .dist_dir )
426426
427- def clean_bootstraps (self , args ):
427+ def clean_bootstrap_builds (self , args ):
428428 '''Delete all the bootstrap builds.'''
429429 for bs in Bootstrap .list_bootstraps ():
430430 bs = Bootstrap .get_bootstrap (bs , self .ctx )
You can’t perform that action at this time.
0 commit comments