View | Details | Raw Unified
Collapse All | Expand All

(-) src/main.cc (+3 lines)
 Lines 871-876    Link Here 
	if(!Configuration::getObject().getOption("no-user-interaction").given())
	if(!Configuration::getObject().getOption("no-user-interaction").given())
		emBaseArg += "a";
		emBaseArg += "a";
	if(Configuration::getObject().getOption("fetchonly").given())
		emBaseArg += "f";
	string emArg(emBaseArg);
	string emArg(emBaseArg);
	for(VI vi(alreadyInstalled.begin()); vi != alreadyInstalled.end(); ++vi)
	for(VI vi(alreadyInstalled.begin()); vi != alreadyInstalled.end(); ++vi)
		emArg += " " + vi->toString();
		emArg += " " + vi->toString();
(-) src/configuration.cc (-1 / +10 lines)
 Lines 94-99    Link Here 
		Configuration::_m_withUse,
		Configuration::_m_withUse,
		Configuration::_m_withCflags,
		Configuration::_m_withCflags,
		Configuration::_m_noMerge,
		Configuration::_m_noMerge,
		Configuration::_m_fetchOnly,
		Configuration::_m_noTests,
		Configuration::_m_noTests,
		Configuration::_m_notImplemented,
		Configuration::_m_notImplemented,
		Configuration::_m_pkgManagerRelated,
		Configuration::_m_pkgManagerRelated,
 Lines 192-197    Link Here 
			&_m_withUse,
			&_m_withUse,
			&_m_withCflags,
			&_m_withCflags,
			&_m_noMerge,
			&_m_noMerge,
			&_m_fetchOnly,
			&_m_scriptFrom,
			&_m_scriptFrom,
			&_m_templateScriptPath,
			&_m_templateScriptPath,
			&_m_scriptDestPath,
			&_m_scriptDestPath,
 Lines 204-210    Link Here 
		_m_action = (_m_work | _m_giveMe | _m_resolve | _m_drop | _m_clean | _m_help | _m_version | _m_useDesc | _m_stat);
		_m_action = (_m_work | _m_giveMe | _m_resolve | _m_drop | _m_clean | _m_help | _m_version | _m_useDesc | _m_stat);
		_m_behavior = (_m_pretend | _m_verbose | _m_quiet | _m_noInteraction);
		_m_behavior = (_m_pretend | _m_verbose | _m_quiet | _m_noInteraction);
		_m_pkgManagerRelated = (_m_withUse | _m_withCflags | _m_noTests | _m_noMerge);
		_m_pkgManagerRelated = (_m_withUse | _m_withCflags | _m_noTests | _m_noMerge | _m_fetchOnly);
		_m_notImplemented = (_m_pretend| _m_withCflags | _m_withUse);
		_m_notImplemented = (_m_pretend| _m_withCflags | _m_withUse);
		_m_configFile = (_m_scriptDestPath | _m_templateScriptPath);
		_m_configFile = (_m_scriptDestPath | _m_templateScriptPath);
		_m_misc = _m_scriptFrom;
		_m_misc = _m_scriptFrom;
 Lines 336-341    Link Here 
				_m_help,
				_m_help,
				'I'));
				'I'));
	_optDescriptionVec.push_back(OptDesctiption(
				_m_fetchOnly,
				"fetchonly",
				"only fetches source for targets -- does not build them",
				_m_help,
				'f'));
	/////////////////////////////////////////////
	/////////////////////////////////////////////
	//Package manager related options
	//Package manager related options
	_optDescriptionVec.push_back(OptDesctiption(
	_optDescriptionVec.push_back(OptDesctiption(
(-) src/configuration.h (+1 lines)
 Lines 190-195    Link Here 
		_m_withCflags,
		_m_withCflags,
		_m_noTests,
		_m_noTests,
		_m_noMerge,
		_m_noMerge,
		_m_fetchOnly,
		_m_notImplemented,
		_m_notImplemented,
		_m_pkgManagerRelated,
		_m_pkgManagerRelated,
		_m_scriptFrom,
		_m_scriptFrom,
(-) doc/gatt.1 (+4 lines)
 Lines 70-75    Link Here 
.TP
.TP
\fB\-\-no\-merge\fR
\fB\-\-no\-merge\fR
prevents gatt from installing/uninstalling packages
prevents gatt from installing/uninstalling packages
.TP
\fB\-\-fetchonly\fR
only fetches sources for the packages and does not 
build them
.SS "Miscelanious:"
.SS "Miscelanious:"
.TP
.TP
\fB\-\-script\-from\fR arg
\fB\-\-script\-from\fR arg