[pisa-src] r2418 - in trunk: Makefile.am tools/packaging/build_deb tools/packaging/debbuild tools/packaging/debian-init.d-pisacd tools/packaging/debian-init.d-pisasd tools/packaging/pisa-deb.spec tools/packag...

  • From: Samuel Richter <samuel.richter@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 24 Jan 2011 11:29:59 +0100

Author: richter
Date: Mon Jan 24 11:29:58 2011
New Revision: 2418

Log:
Move package related scripts to the packaging folder.
Remove unused and unmaintained files.

Added:
   trunk/tools/packaging/build_deb
      - copied unchanged from r2416, trunk/tools/testbed/scripts/build_deb
   trunk/tools/packaging/update_repository
      - copied unchanged from r2416, 
trunk/tools/testbed/scripts/update_repository
   trunk/tools/packaging/upload_package
      - copied unchanged from r2416, trunk/tools/testbed/scripts/upload_package
Deleted:
   trunk/tools/packaging/debbuild
   trunk/tools/packaging/debian-init.d-pisacd
   trunk/tools/packaging/debian-init.d-pisasd
   trunk/tools/packaging/pisa-deb.spec
   trunk/tools/packaging/pisa-rpm.spec
   trunk/tools/packaging/rh-init.d-pisacd
   trunk/tools/packaging/rh-init.d-pisasd
   trunk/tools/testbed/scripts/build_deb
   trunk/tools/testbed/scripts/update_repository
   trunk/tools/testbed/scripts/upload_package
Modified:
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am   Mon Jan 24 11:23:35 2011        (r2417)
+++ trunk/Makefile.am   Mon Jan 24 11:29:58 2011        (r2418)
@@ -188,7 +188,7 @@
        echo "#define VCS_REVISION \"$(REVISION)\"" > $@
 
 deb: dist
-       tools/testbed/scripts/build_deb -r $(REVISION) -o $(srcdir)/.. 
pisa-$(VERSION).tar.gz
+       tools/packaging/build_deb -r $(REVISION) -o $(srcdir)/.. 
pisa-$(VERSION).tar.gz
 
 doxygen: docs/Doxyfile
        doxygen $<
-- 
This is the pisa developer mailing list. Please also subscribe to the main pisa 
list at:
//www.freelists.org/list/pisa

Other related posts:

  • » [pisa-src] r2418 - in trunk: Makefile.am tools/packaging/build_deb tools/packaging/debbuild tools/packaging/debian-init.d-pisacd tools/packaging/debian-init.d-pisasd tools/packaging/pisa-deb.spec tools/packag... - Samuel Richter