I noticed a typo today, and went to fix it.  Seems I need write privs.

I tried this:

$ git push
Enter passphrase for key '/usr/home/dan/.ssh/id_dsa':
Counting objects: 15, done.
Compressing objects: 100% (7/7), done.
Writing objects: 100% (8/8), 633 bytes, done.
Total 8 (delta 6), reused 0 (delta 0)
error: insufficient permission for adding an object to repository database
./objects

fatal: failed to write object
error: unpack failed: unpack-objects abnormal exit
To ssh://junkm...@bacula.git.sourceforge.net/gitroot/bacula/docs
 ! [remote rejected] Branch-5.1 -> Branch-5.1 (n/a (unpacker error))
error: failed to push some refs to
'ssh://junkm...@bacula.git.sourceforge.net/gitroot/bacula/docs'

If that can be fixed, I'll try another push.  If not, the patch, which is
copy/pasted and may not work, is:

[...@ducky:~/src/bacula-trunk/docs/docs/manuals/en] $ git it diff
main/newfeatures.tex main/storedconf.tex
diff --git a/docs/manuals/en/main/newfeatures.tex
b/docs/manuals/en/main/newfeatures.tex
index 609769c..5e012ab 100644
--- a/docs/manuals/en/main/newfeatures.tex
+++ b/docs/manuals/en/main/newfeatures.tex
@@ -500,7 +500,7 @@ will be examined.

 \chapter{New Features in 5.0.0}

-\section{Maximum Concurent Jobs for Devices}
+\section{Maximum Concurrent Jobs for Devices}
 \label{sec:maximumconcurentjobdevice}

 {\bf Maximum Concurrent Jobs} is a new Device directive in the Storage
diff --git a/docs/manuals/en/main/storedconf.tex
b/docs/manuals/en/main/storedconf.tex
index 52bcbe5..f563406 100644
--- a/docs/manuals/en/main/storedconf.tex
+++ b/docs/manuals/en/main/storedconf.tex
@@ -525,8 +525,8 @@ bacula-sd  Alert: TapeAlert[32]: Interface: Problem
with SCSI interface
    for reserving a drive for something special such as a high priority
    backup or restore operations.

-\item[Maximum Concurent Jobs = {\it num}]
-\index[sd]{MaximumConcurentJobs}
+\item[Maximum Concurrent Jobs = {\it num}]
+\index[sd]{MaximumConcurrentJobs}

 {\bf Maximum Concurrent Jobs} is a directive that permits setting the
maximum
 number of Jobs that can run concurrently on a specified Device.  Using this



-- 
Dan Langille -- http://langille.org/


------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to