Changeset 2970 for lliurex-up/trunk/fuentes/lliurex-up-pool-scripts
- Timestamp:
- Dec 1, 2016, 8:27:38 AM (4 years ago)
- Location:
- lliurex-up/trunk/fuentes/lliurex-up-pool-scripts/usr/bin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-up/trunk/fuentes/lliurex-up-pool-scripts/usr/bin/getinfofromdeb
r2968 r2970 1 #!/usr/bin/ python31 #!/usr/bin/env python3 2 2 import debian.debfile 3 3 import sys -
lliurex-up/trunk/fuentes/lliurex-up-pool-scripts/usr/bin/runpart-from-repository
r2968 r2970 49 49 dpkg -x "${DEBSPATH}/${x}" "${UNCOMPRESSEDDEB}" 50 50 buildChangelog $DESTPATH 51 52 51 rm -r ${UNCOMPRESSEDDEB} 53 52 fi
Note: See TracChangeset
for help on using the changeset viewer.