]> git.ipfire.org Git - people/ms/pakfire.git/commitdiff
Rename scripts dir to tools.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 11 Dec 2011 01:40:27 +0000 (02:40 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 11 Dec 2011 01:41:22 +0000 (02:41 +0100)
That name of the directory fits way better.

50 files changed:
.gitignore
Makeconfig
Makefile
po/pakfire.pot
tools/Makefile [moved from scripts/Makefile with 100% similarity]
tools/chroot-shell [moved from scripts/chroot-shell with 100% similarity]
tools/cleanup [moved from scripts/cleanup with 100% similarity]
tools/compress-man-pages [moved from scripts/compress-man-pages with 100% similarity]
tools/debugedit.c [moved from scripts/debugedit.c with 100% similarity]
tools/dependency-tracker [moved from scripts/dependency-tracker with 100% similarity]
tools/extract-debuginfo [moved from scripts/extract-debuginfo with 100% similarity]
tools/functions-common [moved from scripts/functions-common with 100% similarity]
tools/functions-constants [moved from scripts/functions-constants with 100% similarity]
tools/functions-directories [moved from scripts/functions-directories with 100% similarity]
tools/functions-files [moved from scripts/functions-files with 100% similarity]
tools/functions-lists [moved from scripts/functions-lists with 100% similarity]
tools/functions-logging [moved from scripts/functions-logging with 100% similarity]
tools/functions-packager-find [moved from scripts/functions-packager-find with 100% similarity]
tools/hashtab.c [moved from scripts/hashtab.c with 100% similarity]
tools/hashtab.h [moved from scripts/hashtab.h with 100% similarity]
tools/pakfire-multicall.py [moved from scripts/pakfire-multicall.py with 100% similarity]
tools/patch [moved from scripts/patch with 100% similarity]
tools/perl.prov [moved from scripts/perl.prov with 100% similarity]
tools/perl.req [moved from scripts/perl.req with 100% similarity]
tools/pkg-config.prov [moved from scripts/pkg-config.prov with 100% similarity]
tools/pkg-config.req [moved from scripts/pkg-config.req with 100% similarity]
tools/py-compile [moved from scripts/py-compile with 100% similarity]
tools/quality-agent [moved from scripts/quality-agent with 100% similarity]
tools/quality-agent.d/001-include-files [moved from scripts/quality-agent.d/001-include-files with 100% similarity]
tools/quality-agent.d/001-remove-info-files [moved from scripts/quality-agent.d/001-remove-info-files with 100% similarity]
tools/quality-agent.d/001-unsafe-files [moved from scripts/quality-agent.d/001-unsafe-files with 100% similarity]
tools/quality-agent.d/002-bad-symlinks [moved from scripts/quality-agent.d/002-bad-symlinks with 100% similarity]
tools/quality-agent.d/003-libs-location [moved from scripts/quality-agent.d/003-libs-location with 100% similarity]
tools/quality-agent.d/050-canary [moved from scripts/quality-agent.d/050-canary with 100% similarity]
tools/quality-agent.d/050-execstacks [moved from scripts/quality-agent.d/050-execstacks with 100% similarity]
tools/quality-agent.d/050-invalid-interpreters [moved from scripts/quality-agent.d/050-invalid-interpreters with 100% similarity]
tools/quality-agent.d/050-libs-needed [moved from scripts/quality-agent.d/050-libs-needed with 100% similarity]
tools/quality-agent.d/050-libs-soname [moved from scripts/quality-agent.d/050-libs-soname with 100% similarity]
tools/quality-agent.d/050-nx [moved from scripts/quality-agent.d/050-nx with 100% similarity]
tools/quality-agent.d/050-relro [moved from scripts/quality-agent.d/050-relro with 100% similarity]
tools/quality-agent.d/050-root-links-to-usr [moved from scripts/quality-agent.d/050-root-links-to-usr with 100% similarity]
tools/quality-agent.d/050-rpaths [moved from scripts/quality-agent.d/050-rpaths with 100% similarity]
tools/quality-agent.d/090-python-hardlinks [moved from scripts/quality-agent.d/090-python-hardlinks with 100% similarity]
tools/quality-agent.d/090-remove-empty-dirs [moved from scripts/quality-agent.d/090-remove-empty-dirs with 100% similarity]
tools/quality-agent.d/095-directory-layout [moved from scripts/quality-agent.d/095-directory-layout with 100% similarity]
tools/quality-agent.d/qa-include [moved from scripts/quality-agent.d/qa-include with 100% similarity]
tools/remove-static-libs [moved from scripts/remove-static-libs with 100% similarity]
tools/rpmiotypes.h [moved from scripts/rpmiotypes.h with 100% similarity]
tools/rpmsw.h [moved from scripts/rpmsw.h with 100% similarity]
tools/rpmtag.h [moved from scripts/rpmtag.h with 100% similarity]

index 9f18a872949a50e1df2e26988ac18ea7e8dacabf..8199fa5180e3bcc0994a6d0c7e2a9af1ad273b14 100644 (file)
@@ -1,6 +1,6 @@
 /python/pakfire/__version__.py
 /tmp
-/scripts/debugedit
+/tools/debugedit
 *.py[co]
 *.o
 *.[ms]o
index 3bf524fc669f14f0beb071196be9db4fc1f79f7d..1a998ff4c143b0bf38b8c9a49f15084c4068aee3 100644 (file)
@@ -44,4 +44,4 @@ TOP := $(dir $(lastword $(MAKEFILE_LIST)))
 # A list of all files that contain translations and need to
 # be indexed.
 TRANS_FILES  = $(addsuffix /*.py,$(addprefix python/,$(PYTHON_MODULES)))
-TRANS_FILES += python/src/*.c scripts/pakfire-multicall.py
+TRANS_FILES += python/src/*.c tools/pakfire-multicall.py
index 8dfc97fc2428275557656c377febf0e490a77493..6ba5f37c7b157a14f4ade832a43fb15cce79bc7a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 
 include Makeconfig
 
-SUBDIRS = po python scripts
+SUBDIRS = po python tools
 
 all: build
 
index 15ee15d7ef974f3af3c0bdfa3b65fc785c97b944..ec67bf4c64c9be332d81229d93c66c1755956264 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-10 23:35+0100\n"
+"POT-Creation-Date: 2011-12-11 02:41+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -705,13 +705,13 @@ msgid "%s: package database"
 msgstr ""
 
 #. Create progress bar.
-#: ../python/pakfire/repository/index.py:396
+#: ../python/pakfire/repository/index.py:394
 #, python-format
 msgid "Loading from %s"
 msgstr ""
 
 #. Add all packages from the database to the index.
-#: ../python/pakfire/repository/index.py:459
+#: ../python/pakfire/repository/index.py:457
 msgid "Loading installed packages"
 msgstr ""
 
@@ -1033,28 +1033,28 @@ msgid "allow replacement of %s with %s"
 msgstr ""
 
 #. XXX Maybe we can make a more beautiful message here?!
-#: ../scripts/pakfire-multicall.py:25
+#: ../tools/pakfire-multicall.py:25
 msgid ""
 "There has been an error when trying to import one or more of the modules, "
 "that are required to run Pakfire."
 msgstr ""
 
-#: ../scripts/pakfire-multicall.py:27
+#: ../tools/pakfire-multicall.py:27
 msgid "Please check your installation of Pakfire."
 msgstr ""
 
-#: ../scripts/pakfire-multicall.py:29
+#: ../tools/pakfire-multicall.py:29
 msgid "The error that lead to this:"
 msgstr ""
 
-#: ../scripts/pakfire-multicall.py:67
+#: ../tools/pakfire-multicall.py:67
 msgid "An error has occured when running Pakfire."
 msgstr ""
 
-#: ../scripts/pakfire-multicall.py:70
+#: ../tools/pakfire-multicall.py:70
 msgid "Error message:"
 msgstr ""
 
-#: ../scripts/pakfire-multicall.py:74
+#: ../tools/pakfire-multicall.py:74
 msgid "Further description:"
 msgstr ""
similarity index 100%
rename from scripts/Makefile
rename to tools/Makefile
similarity index 100%
rename from scripts/chroot-shell
rename to tools/chroot-shell
similarity index 100%
rename from scripts/cleanup
rename to tools/cleanup
similarity index 100%
rename from scripts/debugedit.c
rename to tools/debugedit.c
similarity index 100%
rename from scripts/hashtab.c
rename to tools/hashtab.c
similarity index 100%
rename from scripts/hashtab.h
rename to tools/hashtab.h
similarity index 100%
rename from scripts/patch
rename to tools/patch
similarity index 100%
rename from scripts/perl.prov
rename to tools/perl.prov
similarity index 100%
rename from scripts/perl.req
rename to tools/perl.req
similarity index 100%
rename from scripts/pkg-config.req
rename to tools/pkg-config.req
similarity index 100%
rename from scripts/py-compile
rename to tools/py-compile
similarity index 100%
rename from scripts/quality-agent
rename to tools/quality-agent
similarity index 100%
rename from scripts/rpmiotypes.h
rename to tools/rpmiotypes.h
similarity index 100%
rename from scripts/rpmsw.h
rename to tools/rpmsw.h
similarity index 100%
rename from scripts/rpmtag.h
rename to tools/rpmtag.h