]> git.argeo.org Git - gpl/argeo-slc.git/blob - CreateRpmDistribution.java
32d28144ab6565b67523ec35673f6830666a2372
[gpl/argeo-slc.git] / CreateRpmDistribution.java
1 package org.argeo.slc.rpmfactory.core;
2
3 /**
4 * Gather RPMs from various sources (local builds or third party) into a
5 * consistent distributable set (typically to be used to generate an ISO).
6 */
7 public class CreateRpmDistribution implements Runnable {
8 // private RpmDistribution rpmDistribution;
9
10 @Override
11 public void run() {
12
13 }
14 }