[tor-commits] [arm/packaging] Updating RPM manifest
atagar at torproject.org
atagar at torproject.org
Mon Sep 26 14:46:17 UTC 2011
commit 24fa4704f0c7bd6115cc1020e8c563a8e0cb4b8f
Author: Damian Johnson <atagar at torproject.org>
Date: Sun Sep 25 15:14:54 2011 -0700
Updating RPM manifest
RedHat package creation requires a manifest of the archive contents so updating
to reflect the current release.
---
build/redhat/MANIFEST | 98 ++++++++++++++++++++++++++++++++++++++-----------
1 files changed, 76 insertions(+), 22 deletions(-)
diff --git a/build/redhat/MANIFEST b/build/redhat/MANIFEST
index b8b7f2b..b5293f7 100644
--- a/build/redhat/MANIFEST
+++ b/build/redhat/MANIFEST
@@ -1,51 +1,105 @@
arm
-arm.1
armrc.sample
ChangeLog
+install
LICENSE
README
-TODO
setup.py
src/__init__.py
src/prereq.py
src/settings.cfg
src/starter.py
src/test.py
-src/torConfigDesc.txt
src/uninstall
src/version.py
+src/TorCtl/example.py
src/TorCtl/GeoIPSupport.py
+src/TorCtl/__init__.py
+src/TorCtl/LICENSE
src/TorCtl/PathSupport.py
-src/TorCtl/SQLSupport.py
+src/TorCtl/README
src/TorCtl/ScanSupport.py
+src/TorCtl/SQLSupport.py
src/TorCtl/StatsSupport.py
src/TorCtl/TorCtl.py
src/TorCtl/TorUtil.py
-src/TorCtl/__init__.py
-src/TorCtl/LICENSE
-src/TorCtl/README
-src/interface/__init__.py
-src/interface/configPanel.py
-src/interface/connPanel.py
-src/interface/controller.py
-src/interface/descriptorPopup.py
-src/interface/fileDescriptorPopup.py
-src/interface/headerPanel.py
-src/interface/logPanel.py
-src/interface/torrcPanel.py
-src/interface/graphing/__init__.py
-src/interface/graphing/bandwidthStats.py
-src/interface/graphing/connStats.py
-src/interface/graphing/graphPanel.py
-src/interface/graphing/resourceStats.py
-src/util/__init__.py
+src/cagraph/ca_graph_file.py
+src/cagraph/ca_graph_grid.py
+src/cagraph/ca_graph.py
+src/cagraph/__init__.py
+src/cagraph/axis/axis.py
+src/cagraph/axis/__init__.py
+src/cagraph/axis/taxis.py
+src/cagraph/axis/xaxis.py
+src/cagraph/axis/yaxis.py
+src/cagraph/series/area.py
+src/cagraph/series/bar.py
+src/cagraph/series/dna.py
+src/cagraph/series/hbar.py
+src/cagraph/series/__init__.py
+src/cagraph/series/labels.py
+src/cagraph/series/line.py
+src/cagraph/series/series.py
+src/cli/configPanel.py
+src/cli/controller.py
+src/cli/headerPanel.py
+src/cli/__init__.py
+src/cli/interpretorPanel.py
+src/cli/logPanel.py
+src/cli/popups.py
+src/cli/torrcPanel.py
+src/cli/wizard.py
+src/cli/connections/circEntry.py
+src/cli/connections/connEntry.py
+src/cli/connections/connPanel.py
+src/cli/connections/countPopup.py
+src/cli/connections/descriptorPopup.py
+src/cli/connections/entries.py
+src/cli/connections/__init__.py
+src/cli/graphing/bandwidthStats.py
+src/cli/graphing/connStats.py
+src/cli/graphing/graphPanel.py
+src/cli/graphing/__init__.py
+src/cli/graphing/resourceStats.py
+src/cli/menu/actions.py
+src/cli/menu/__init__.py
+src/cli/menu/item.py
+src/cli/menu/menu.py
+src/gui/arm.xml
+src/gui/configPanel.py
+src/gui/controller.py
+src/gui/generalPanel.py
+src/gui/__init__.py
+src/gui/logPanel.py
+src/gui/connections/circEntry.py
+src/gui/connections/connEntry.py
+src/gui/connections/connPanel.py
+src/gui/connections/__init__.py
+src/gui/graphing/bandwidthStats.py
+src/gui/graphing/graphPanel.py
+src/gui/graphing/__init__.py
src/util/conf.py
src/util/connections.py
+src/util/enum.py
+src/util/gtkTools.py
src/util/hostnames.py
+src/util/__init__.py
src/util/log.py
src/util/panel.py
+src/util/procName.py
src/util/procTools.py
src/util/sysTools.py
+src/util/textInput.py
src/util/torConfig.py
+src/util/torInterpretor.py
src/util/torTools.py
src/util/uiTools.py
+src/resources/arm.1
+src/resources/startTor
+src/resources/torConfigDesc.txt
+src/resources/torrcTemplate.txt
+src/resources/exitNotice/how_tor_works_thumb.png
+src/resources/exitNotice/index.html
+src/resources/torrcOverride/override.c
+src/resources/torrcOverride/override.h
+src/resources/torrcOverride/override.py
More information about the tor-commits
mailing list