Skip to content

Commit

Permalink
Bump to 0.6.1
Browse files Browse the repository at this point in the history
Update debian.
  • Loading branch information
quark-zju committed May 12, 2015
1 parent 992902c commit 7bd3bb1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
ljudge (0.6.1) unstable; urgency=low

* Update default config.
* Install default config to /etc.

-- Jun Wu <quark@lihdd.net> Tue, 12 May 2015 16:02:00 +0800

ljudge (0.6.0) unstable; urgency=low

* Replace filterefs with lrun-mirrorfs.
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Homepage: https://github.com/quark-zju/ljudge

Package: ljudge
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, lrun (>= 1.0), filterefs (>= 0.5)
Depends: ${shlibs:Depends}, ${misc:Depends}, lrun (>= 1.1.4)
Description: Backend tool for an online judge system
ljudge is a command line tool to compile, run, check its output
and generate a JSON report.
Expand Down
1 change: 1 addition & 0 deletions debian/ljudge.install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
etc/ljudge/* etc/ljudge
2 changes: 1 addition & 1 deletion src/ljudge.cc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ namespace j = picojson;

#define fatal(...) { fprintf(stderr, __VA_ARGS__); fprintf(stderr, "\n"); cleanup_exit(1); }

#define LJUDGE_VERSION "v0.6.0"
#define LJUDGE_VERSION "v0.6.1"

// lrun-mirrorfs chroot path (lrun-mirrorfs --show-root)
#define CHROOT_BASE_DIR "/run/lrun/mirrorfs"
Expand Down

0 comments on commit 7bd3bb1

Please sign in to comment.