source: trunk/debathena/scripts/dareprepro @ 24565

Revision 24565, 244 bytes checked in by broder, 14 years ago (diff)
Add a dareprepro script. Since there are a handful of arguments that we *always* pass to reprepro, add a wrapper for reprepro that passes them for us.
  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3# Usage: dareprepro <reprepro args>
4
5# A wrapper around reprepro to set the Debathena-specific options that
6# should always be set
7
8: ${DEBATHENA_APT=/mit/debathena/apt}
9
10reprepro -Vb "$DEBATHENA_APT" --ignore=wrongdistribution "$@"
Note: See TracBrowser for help on using the repository browser.