This file is indexed.

/usr/share/quickly/templates/ubuntu-application/test/filelist.sh is in quickly-ubuntu-template 12.08.1-0ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#!/bin/sh

cd /tmp

rm -rf test-project

quickly create ubuntu-application test-project
# Creating bzr repository and committing
# Congrats, your new project is setup! cd /tmp/test-project/ to start hacking.
# Creating project directory test-project

cd test-project

bzr status

bzr ls -RV
# .bzrignore
# .quickly
# AUTHORS
# bin/
# bin/test-project
# data/
# data/glib-2.0/
# data/glib-2.0/schemas/
# data/glib-2.0/schemas/net.launchpad.test-project.gschema.xml
# data/media/
# data/media/background.png
# data/media/test-project.svg
# data/ui/
# data/ui/AboutTestProjectDialog.ui
# data/ui/PreferencesTestProjectDialog.ui
# data/ui/TestProjectWindow.ui
# data/ui/about_test_project_dialog.xml
# data/ui/preferences_test_project_dialog.xml
# data/ui/test_project_window.xml
# help/
# help/C/
# help/C/figures/
# help/C/figures/icon.png
# help/C/index.page
# help/C/preferences.page
# help/C/topic1.page
# setup.py
# test-project.desktop.in
# test_project/
# test_project/AboutTestProjectDialog.py
# test_project/PreferencesTestProjectDialog.py
# test_project/TestProjectWindow.py
# test_project/__init__.py
# test_project_lib/
# test_project_lib/AboutDialog.py
# test_project_lib/Builder.py
# test_project_lib/PreferencesDialog.py
# test_project_lib/Window.py
# test_project_lib/__init__.py
# test_project_lib/helpers.py
# test_project_lib/test_projectconfig.py
# tests/
# tests/test_example.py
# tests/test_lint.py