Changeset 2184 for lliurex-maker
- Timestamp:
- Jul 15, 2016, 1:20:07 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-maker/trunk/fuentes/new/usr/bin/lliurex-maker
r1550 r2184 19 19 NC='\033[0m' # No Color 20 20 21 source /usr/share/lliurex-maker/libs/addPPA # This include function addPPA 21 # This include function addPPA 22 # This include function cleanExtraSources 23 # This include function addExtraMirror 24 source /usr/share/lliurex-maker/libs/lliurexMakerUtils 22 25 23 26 # Functions … … 151 154 setEnvironment 152 155 153 154 156 if [ "${EXTRA_PPAS}" != "" ]; then 155 157 EXTRAARGS="${EXTRAARGS} --archives extra-ppas.list" 156 158 fi 157 159 cleanExtraSources 158 160 lb config ${EXTRAARGS} 159 161
Note: See TracChangeset
for help on using the changeset viewer.