Skip to content

Commit

Permalink
Update aurpkg link
Browse files Browse the repository at this point in the history
Signed-off-by: Evangelos Lamprou <[email protected]>
  • Loading branch information
vagos committed Nov 21, 2024
1 parent 2248386 commit 2d3ccc3
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 25 deletions.
File renamed without changes.
17 changes: 17 additions & 0 deletions aurpkg/input.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/bin/bash

REPO_TOP=$(git rev-parse --show-toplevel)
IN=$REPO_TOP/aurpkg/input
# OUT=$REPO_TOP/evaluation/benchmarks/dependency_untangling/output/
# IN_NAME=$PASH_TOP/evaluation/benchmarks/dependency_untangling/input/100G.txt

# download the packages for the package building
if [ ! -f ${IN}/packages ]; then
cd $IN
wget https://atlas.cs.brown.edu/data/packages
if [ "$1" = "--small" ]; then
head -n 20 packages > p
mv p packages
fi
echo "Package datset downloaded"
fi
25 changes: 0 additions & 25 deletions aurpkg/input/input.sh

This file was deleted.

File renamed without changes.
File renamed without changes.

0 comments on commit 2d3ccc3

Please sign in to comment.