Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed May 15, 2009
1 parent be09387 commit 898e631
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
9 changes: 4 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,17 @@ distclean:
find . -name "*.bak" -exec rm {} \; ;\

dist: distclean
mkdir package; \
cp dist/* package; \
cp -R webclient www; \
cp -R webclient www; \
find www -name "*.auto" -exec rm {} \;; \
find www -name ".gitignore" -exec rm {} \;; \
rm -f www/db/*.sqlite3; \
rm -rf www/package; \
rm -f www/log/development.log; \
mkdir -p www/tmp/sockets; \
mkdir -p www/tmp/sessions; \
mkdir -p www/tmp/pids; \
mkdir -p www/tmp/cache; \
(for i in `ls www/vendor/plugins`; do if test -L www/vendor/plugins/$$i; then rm www/vendor/plugins/$$i; fi; done); \
tar cvfj package/www.tar.bz2 www; \
chmod 644 package/www.tar.bz2; \
tar cvfj webclient/package/www.tar.bz2 www; \
chmod 644 webclient/package/www.tar.bz2; \
rm -rf www
8 changes: 8 additions & 0 deletions webclient/package/yast2-webclient.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri May 15 17:33:08 CEST 2009 - [email protected]

- new interface definitions
- Testcase mechanism
- plugin machanism
- version 1.0.2

-------------------------------------------------------------------
Tue Mar 31 11:28:06 CEST 2009 - [email protected]

Expand Down
6 changes: 4 additions & 2 deletions webclient/package/yast2-webclient.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ PreReq: lighttpd, rubygem-rake, rubygem-sqlite3, rubygem-rails-2_3, ruby
License: GPL
Group: Productivity/Networking/Web/Utilities
Autoreqprov: on
Version: 1.0.1
Release: 1
Version: 1.0.2
Release: 0
Summary: YaST2 - Webclient
Source: www.tar.bz2
Source1: cleanurl-v5.lua
Expand All @@ -35,6 +35,8 @@ YaST2 - Webclient - Web client for REST based YaST interface.

Authors:
--------
Duncan Mac-Vicar Prett <[email protected]>
Bjoern Geuken <[email protected]>
Stefan Schubert <[email protected]>
Klaus Kaempf <[email protected]>

Expand Down

0 comments on commit 898e631

Please sign in to comment.