#8 making modules intro page
Merged 5 years ago by asamalik. Opened 5 years ago by asamalik.
Unknown source master  into  master

file modified
+2
@@ -38,6 +38,8 @@

    - Name: Making Modules

      Dir: making-modules

      Topics:

+       - Name: Making Modules

+         File: Making_Modules

        - Name: Naming and organizing modules

          File: Naming_and_organizing_modules

        - Name: Storing and defining sources

@@ -0,0 +1,13 @@

+ = Making Modules for Fedora

+ 

+ If you wish to maintain an additional version of an application, language stack, or any other piece of software, modules might be the way to go for you.

+ 

+ Fedora has a https://fedoraproject.org/wiki/Modularity/Adding_New_Modules_and_Managing_Defaults[process for adding new modules] which consists of a few steps:

+ 

+ . Requesting package and module repositories

+ . Defining the module sources

+ . Building the packages as part of a module build

+ . Adding the module to a Fedora release

+ . (optional) Setting the module as a default for a specific release

+ 

+ Please refer to other content in this section for more details and to the wiki page above (https://fedoraproject.org/wiki/Modularity/Adding_New_Modules_and_Managing_Defaults[process for adding new modules]) for the process. 

\ No newline at end of file

no initial comment

Pull-Request has been merged by asamalik

5 years ago