~ubuntu-branches/ubuntu/saucy/deja-dup/saucy

« back to all changes in this revision

Viewing changes to data/org.gnome.DejaDup.gschema.xml.in

  • Committer: Package Import Robot
  • Author(s): Michael Terry
  • Date: 2012-10-30 19:03:03 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20121030190303-w3fatge63ncm5uiw
Tags: 25.1.1-0ubuntu1
* New upstream release
* debian/control:
  - Use libsecret, not libgnome-keyring
  - Switch to valac-0.18
  - Add various deja-dup-backend-* metapackages to make seeding
    different ones easier for flavors
* debian/tests:
  - Add dep8 test to run upstream test suite against system install
* debian/patches/support-new-u1backend.patch:
  - Support new u1backend in duplicity 0.6.20

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
        <choice value='file'/>
72
72
        <choice value='rackspace'/>
73
73
        <choice value='s3'/>
74
 
        <choice value='ssh'/>
75
74
        <choice value='u1'/>
76
75
      </choices>
77
76
      <default>'auto'</default>
95
94
      <_description>Which Amazon S3 bucket to store files in.  This does not need to exist already.  Only legal hostname strings are valid.</_description>
96
95
    </key>
97
96
    <key name="folder" type="s">
98
 
      <default>''</default> <!-- Left this way for historical reasons, should be '$HOSTNAME'.  See convert_s3_folder_to_hostname() -->
 
97
      <default>'$HOSTNAME'</default>
99
98
      <_summary>The Amazon S3 folder</_summary>
100
99
      <_description>An optional folder name to store files in.  This folder will be created in the chosen bucket.</_description>
101
100
    </key>
160
159
      <_description>If the backup location is on an external volume, this is the volume’s icon.</_description>
161
160
    </key>
162
161
  </schema>
163
 
  <schema id="org.gnome.DejaDup.SSH" path="/org/gnome/deja-dup/ssh/">
164
 
    <key type="s" name="server">
165
 
      <default>''</default>
166
 
      <_summary>Obsolete</_summary>
167
 
    </key>
168
 
    <key type="i" name="port">
169
 
      <default>22</default>
170
 
      <_summary>Obsolete</_summary>
171
 
    </key>
172
 
    <key type="s" name="username">
173
 
      <default>''</default>
174
 
      <_summary>Obsolete</_summary>
175
 
    </key>
176
 
    <key type="s" name="directory">
177
 
      <default>'/'</default>
178
 
      <_summary>Obsolete</_summary>
179
 
    </key>
180
 
  </schema>
181
162
</schemalist>