Beispiel #1
0
	def _generateGolangProjectDistributionPackagesArtefact(self):
		artefact = FakeGoSymbolExtractor._generateGolangProjectPackagesArtefact(self)

		artefact["product"] = self.distribution
		artefact["distribution"] = self.product
		artefact["rpm"] = self.rpm
		artefact["build"] = self.build

		return artefact