Changeset fca0597


Ignore:
Timestamp:
Dec 4, 2010, 4:12:50 PM (13 years ago)
Author:
Quentin Smith <quentin@…>
Branches:
debian
Children:
618236b
Parents:
1bcb4ba (diff), 02483ba (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Quentin Smith <quentin@…> (12/04/10 16:12:50)
git-committer:
Quentin Smith <quentin@…> (12/04/10 16:12:50)
Message:

Merge branch 'master' into debian

Files:
31 added
3 edited

Legend:

Unmodified
Added
Removed
  • server/lib/gutenbach

    ra2944f6 r02483ba  
    8383# first.
    8484if (!$arguments{"file"}) {
    85   my ($fh, $file) = tempfile("gutenbachXXXXX", UNLINK => 1); # Ask File::Temp for a safe temporary file
     85  my ($fh, $file) = tempfile("gutenbachXXXXX", TMPDIR => 1, UNLINK => 1); # Ask File::Temp for a safe temporary file
    8686  my $buf;
    8787  while (read(STDIN, $buf, 1024*1024)) { # Read 1M at a time and put it in the temporary file
  • .gitignore

    rb58aada r1d7e681  
    11*~
     2debian/files
     3debian/*.debhelper
     4debian/*.substvars
     5debian/*.debhelper.log
     6debian/gutenbach/
     7debian/gutenbach-client/
     8debian/gutenbach-queue/
     9debian/gutenbach-remctl/
     10debian/gutenbach-server/
     11debian/stamp-makefile-build
     12debian/tmp/
    213client/bin/*.1.gz
    3 debian/
  • Makefile

    r9c0279e r2116615  
    55install:
    66        for d in $(DIRS); do (cd $$d; $(MAKE) install); done
     7clean:
     8        for d in $(DIRS); do (cd $$d; $(MAKE) clean); done
Note: See TracChangeset for help on using the changeset viewer.