diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-05-22 11:04:16 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-05-22 11:04:16 -0300 |
commit | e1ef4ce407f51862fc596d48b6609b81f032a162 (patch) | |
tree | 0989ec180c64c0255134e507bd1a6b9e7e8b0838 /mipsrelease | |
parent | 162fb6af8d91a83b4e270a1c7e0b94f0cf821d87 (diff) | |
parent | 1332457128ce015dc46561e531740c725c23299e (diff) |
Merge branch 'master' of ssh://vparabola/srv/git/projects/libretools
Diffstat (limited to 'mipsrelease')
-rwxr-xr-x | mipsrelease | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mipsrelease b/mipsrelease index 97e12d2..925748f 100755 --- a/mipsrelease +++ b/mipsrelease @@ -4,7 +4,7 @@ source /etc/makepkg.conf pushd ${PKGDEST} >/dev/null - +#TODO: repo-add should stage to a local db and not stage3 repo-add stage3.db.tar.gz $@ popd >/dev/null |