Difference between revisions of "Automatic ExclusiveArch Addition/Removal"
(→0.1 Release Update) |
(→0.1 Release Update) |
||
Line 45: | Line 45: | ||
== 0.1 Release Update == | == 0.1 Release Update == | ||
What is the goal of the project?<Br> | What is the goal of the project?<Br> | ||
− | -Working batch package editor for addition and removal of ExcludeArch arm line in spec files | + | -Working batch package editor for addition and removal of ExcludeArch arm line in spec files<Br> |
− | What did the 0.1 release accomplish? | + | What did the 0.1 release accomplish?<Br> |
− | -Familiarized myself with Python (API, syntax, structure) | + | -Familiarized myself with Python (API, syntax, structure) <Br> |
− | -Basic working script that works on a single spec file with filename entered by user | + | -Basic working script that works on a single spec file with filename entered by user<Br> |
− | Goals for 0.2? | + | Goals for 0.2?<Br> |
− | -Conf file | + | -Conf file<Br> |
− | -Logging | + | -Logging<Br> |
− | -Looping | + | -Looping<Br> |
− | Goals for 0.3? | + | Goals for 0.3?<Br> |
− | -Git | + | -Git<Br> |
− | -Polish | + | -Polish<Br> |
== Communication == | == Communication == |
Revision as of 07:56, 17 March 2011
Contents
Automatic ExclusiveArch Addition/Removal
Project Description
The purpose of this project is to write a script that will automatically loop through a given list of packages and automatically download them. It will then change a line specified by the user.
Project Leader(s)
Matthew Tuori
Project Contributor(s)
Project Details
- Script will be written in Python.
- Input can include a csv file or command line arguements.
- There will be a config file.
Project Plan
Tracking mechanism (bugzilla, trac, github, ...): To be determined - Still have to look at the available options to determine the solution that is best for this project.
On the #fedora-devel and #seneca
Jesse Keating -- Oxf13
Dennis Gilmore -- dgilmore
Goals for each release and plans for reaching those goals:
- 0.1 Have a rough working script (May not include automatic download of packages)
- 0.2 Add extra features, get automatic download of packages working, debug
- 0.3 Write documentation, polish off program
0.1 Release Update
What is the goal of the project?
-Working batch package editor for addition and removal of ExcludeArch arm line in spec files
What did the 0.1 release accomplish?
-Familiarized myself with Python (API, syntax, structure)
-Basic working script that works on a single spec file with filename entered by user
Goals for 0.2?
-Conf file
-Logging
-Looping
Goals for 0.3?
-Git
-Polish