Entropy/entropyConstants:

- add some SPM options for future reference


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2436 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2008-09-29 19:50:47 +00:00
parent ab1a96446b
commit e5be4c8a93
+6
View File
@@ -688,9 +688,15 @@ def const_defaultSettings(rootdir):
'global_make_profile': "/etc/make.profile",
'global_make_profile_link_name' : "profile.link",
'exec': "/usr/bin/emerge", # source package manager executable
'env_update_cmd': "env-update",
'source_profile': ["source","/etc/profile"],
'ask_cmd': "--ask",
'info_cmd': "--info",
'remove_cmd': "-C",
'oneshot_cmd': "--oneshot",
'pretend_cmd': "--pretend",
'verbose_cmd': "--verbose",
'nocolor_cmd': "--color=n",
'backend': "portage",
'available_backends': ["portage"],
'cache': {},